Searched refs:cc_aead_setkey (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/crypto/ccree/ |
D | cc_aead.c | 541 static int cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, in cc_aead_setkey() function 649 cc_aead_setkey(aead, key, keylen); in cc_des3_aead_setkey() 666 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4309_ccm_setkey() 2121 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4106_gcm_setkey() 2138 return cc_aead_setkey(tfm, key, keylen); in cc_rfc4543_gcm_setkey() 2303 .setkey = cc_aead_setkey, 2343 .setkey = cc_aead_setkey, 2383 .setkey = cc_aead_setkey, 2403 .setkey = cc_aead_setkey, 2423 .setkey = cc_aead_setkey, [all …]
|