Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg.c591 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function
666 aead_setkey(aead, key, keylen); in des3_aead_setkey()
2252 .setkey = aead_setkey,
2276 .setkey = aead_setkey,
2300 .setkey = aead_setkey,
2324 .setkey = aead_setkey,
2348 .setkey = aead_setkey,
2372 .setkey = aead_setkey,
2395 .setkey = aead_setkey,
2420 .setkey = aead_setkey,
[all …]
H A Dcaamalg_qi.c200 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 …]
H A Dcaamalg_qi2.c290 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
345 aead_setkey(aead, key, keylen); in des3_aead_setkey()
1868 .setkey = aead_setkey,
1890 .setkey = aead_setkey,
1912 .setkey = aead_setkey,
1934 .setkey = aead_setkey,
1956 .setkey = aead_setkey,
1978 .setkey = aead_setkey,
2000 .setkey = aead_setkey,
2023 .setkey = aead_setkey,
[all …]
/linux/crypto/
H A Dalgif_aead.c377 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function
441 .setkey = aead_setkey,
/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c1247 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 Dtalitos.c889 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function
3212 aead_setkey; in talitos_alg_alloc()