Searched refs:cc_aead_setkey (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_aead.c | 543 static int cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, in cc_aead_setkey() function 659 cc_aead_setkey(aead, key, keylen); in cc_des3_aead_setkey() 676 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4309_ccm_setkey() 2152 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4106_gcm_setkey() 2169 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4543_gcm_setkey() 2362 .setkey = cc_aead_setkey, 2402 .setkey = cc_aead_setkey, 2442 .setkey = cc_aead_setkey, 2462 .setkey = cc_aead_setkey, 2482 .setkey = cc_aead_setkey, [all …]
|