Searched refs:cc_aead_setkey (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/crypto/ccree/ |
| D | cc_aead.c | 539 static int cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, in cc_aead_setkey() function 657 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4309_ccm_setkey() 2158 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4106_gcm_setkey() 2175 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4543_gcm_setkey() 2348 .setkey = cc_aead_setkey, 2367 .setkey = cc_aead_setkey, 2386 .setkey = cc_aead_setkey, 2405 .setkey = cc_aead_setkey, 2424 .setkey = cc_aead_setkey, 2443 .setkey = cc_aead_setkey, [all …]
|