Home
last modified time | relevance | path

Searched refs:aead_setkey (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c1653 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/
Dalgif_aead.c579 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/
Dixp4xx_crypto.c1147 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()
Dtalitos.c679 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function
2530 alg->cra_aead.setkey = aead_setkey; in talitos_alg_alloc()