Searched refs:aead_setkey (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/crypto/caam/ |
D | caamalg.c | 1653 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function 3401 .setkey = aead_setkey, 3420 .setkey = aead_setkey, 3439 .setkey = aead_setkey, 3459 .setkey = aead_setkey, 3479 .setkey = aead_setkey, 3499 .setkey = aead_setkey, 3519 .setkey = aead_setkey, 3538 .setkey = aead_setkey, 3557 .setkey = aead_setkey, [all …]
|
/linux-4.1.27/crypto/ |
D | algif_aead.c | 579 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function 640 .setkey = aead_setkey,
|
/linux-4.1.27/drivers/crypto/ |
D | ixp4xx_crypto.c | 1147 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function 1457 cra->cra_aead.setkey = aead_setkey; in ixp_module_init()
|
D | talitos.c | 679 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function 2530 alg->cra_aead.setkey = aead_setkey; in talitos_alg_alloc()
|