Searched refs:nitrox_aes_gcm_setkey (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_aead.c | 34 static int nitrox_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, in nitrox_aes_gcm_setkey() function 371 ret = nitrox_aes_gcm_setkey(aead, key, keylen); in nitrox_rfc4106_setkey() 531 .setkey = nitrox_aes_gcm_setkey,
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_aead.c | 33 static int nitrox_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, in nitrox_aes_gcm_setkey() function 370 ret = nitrox_aes_gcm_setkey(aead, key, keylen); in nitrox_rfc4106_setkey() 530 .setkey = nitrox_aes_gcm_setkey,
|
Completed in 2 milliseconds