Home
last modified time | relevance | path

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

/Linux-v6.1/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()
2089 .setkey = aead_setkey,
2110 .setkey = aead_setkey,
2131 .setkey = aead_setkey,
2152 .setkey = aead_setkey,
2173 .setkey = aead_setkey,
2194 .setkey = aead_setkey,
2214 .setkey = aead_setkey,
2236 .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.c287 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
342 aead_setkey(aead, key, keylen); in des3_aead_setkey()
1862 .setkey = aead_setkey,
1884 .setkey = aead_setkey,
1906 .setkey = aead_setkey,
1928 .setkey = aead_setkey,
1950 .setkey = aead_setkey,
1972 .setkey = aead_setkey,
1994 .setkey = aead_setkey,
2017 .setkey = aead_setkey,
[all …]
/Linux-v6.1/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-v6.1/drivers/crypto/
Dixp4xx_crypto.c1241 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function
1542 cra->setkey = cra->setkey ?: aead_setkey; in ixp_crypto_probe()
Dtalitos.c889 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function
3213 aead_setkey; in talitos_alg_alloc()