Searched refs:aead_setkey (Results 1 – 2 of 2) sorted by relevance
745 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function1910 .setkey = aead_setkey,1936 .setkey = aead_setkey,1963 .setkey = aead_setkey,1989 .setkey = aead_setkey,2016 .setkey = aead_setkey,2042 .setkey = aead_setkey,
1157 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function1465 cra->cra_aead.setkey = aead_setkey; in ixp_module_init()