Searched defs:aead_setkey (Results 1 – 6 of 6) sorted by relevance
/linux/crypto/ |
H A D | algif_aead.c | 500 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function
|
/linux/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 200 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
|
H A D | caamalg.c | 585 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function
|
H A D | caamalg_qi2.c | 289 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
|
/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 1244 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function
|
/linux/drivers/crypto/ |
H A D | talitos.c | 889 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function
|