Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/caam/
Dcaamalg.c575 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function
650 aead_setkey(aead, key, keylen); in des3_aead_setkey()
2083 .setkey = aead_setkey,
2104 .setkey = aead_setkey,
2125 .setkey = aead_setkey,
2146 .setkey = aead_setkey,
2167 .setkey = aead_setkey,
2188 .setkey = aead_setkey,
2208 .setkey = aead_setkey,
2230 .setkey = aead_setkey,
[all …]
Dcaamalg_qi.c195 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
294 aead_setkey(aead, key, keylen); in des3_aead_setkey()
1642 .setkey = aead_setkey,
1664 .setkey = aead_setkey,
1686 .setkey = aead_setkey,
1708 .setkey = aead_setkey,
1730 .setkey = aead_setkey,
1752 .setkey = aead_setkey,
1774 .setkey = aead_setkey,
1797 .setkey = aead_setkey,
[all …]
Dcaamalg_qi2.c284 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
339 aead_setkey(aead, key, keylen); in des3_aead_setkey()
1858 .setkey = aead_setkey,
1880 .setkey = aead_setkey,
1902 .setkey = aead_setkey,
1924 .setkey = aead_setkey,
1946 .setkey = aead_setkey,
1968 .setkey = aead_setkey,
1990 .setkey = aead_setkey,
2013 .setkey = aead_setkey,
[all …]
/Linux-v5.10/crypto/
Dalgif_aead.c512 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function
580 .setkey = aead_setkey,
/Linux-v5.10/drivers/crypto/
Dixp4xx_crypto.c1127 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function
1441 cra->setkey = cra->setkey ?: aead_setkey; in ixp_module_init()
Dtalitos.c888 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function
3186 aead_setkey; in talitos_alg_alloc()