Searched refs:aead_setkey (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 585 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function 660 aead_setkey(aead, key, keylen); in des3_aead_setkey() 2146 .setkey = aead_setkey, 2170 .setkey = aead_setkey, 2194 .setkey = aead_setkey, 2218 .setkey = aead_setkey, 2242 .setkey = aead_setkey, 2266 .setkey = aead_setkey, 2289 .setkey = aead_setkey, 2314 .setkey = aead_setkey, [all...] |
H A D | caamalg_qi.c | 200 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function 299 aead_setkey(aead, key, keylen); in des3_aead_setkey() 1658 .setkey = aead_setkey, 1680 .setkey = aead_setkey, 1702 .setkey = aead_setkey, 1724 .setkey = aead_setkey, 1746 .setkey = aead_setkey, 1768 .setkey = aead_setkey, 1790 .setkey = aead_setkey, 1813 .setkey = aead_setkey, [all...] |
/linux/crypto/ |
H A D | algif_aead.c | 439 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function 503 .setkey = aead_setkey,
|
/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 1247 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function 1548 cra->setkey = cra->setkey ?: aead_setkey; in ixp_crypto_probe()
|
/linux/drivers/crypto/ |
H A D | talitos.c | 889 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function 3212 aead_setkey; in talitos_alg_alloc()
|