Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Dcaamalg.c562 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function
638 aead_setkey(aead, key, keylen); in des3_aead_setkey()
2147 .setkey = aead_setkey,
2168 .setkey = aead_setkey,
2189 .setkey = aead_setkey,
2210 .setkey = aead_setkey,
2231 .setkey = aead_setkey,
2252 .setkey = aead_setkey,
2272 .setkey = aead_setkey,
2294 .setkey = aead_setkey,
[all …]
Dcaamalg_qi.c187 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
287 aead_setkey(aead, key, keylen); in des3_aead_setkey()
1613 .setkey = aead_setkey,
1635 .setkey = aead_setkey,
1657 .setkey = aead_setkey,
1679 .setkey = aead_setkey,
1701 .setkey = aead_setkey,
1723 .setkey = aead_setkey,
1745 .setkey = aead_setkey,
1768 .setkey = aead_setkey,
[all …]
Dcaamalg_qi2.c280 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
336 aead_setkey(aead, key, keylen); in des3_aead_setkey()
1791 .setkey = aead_setkey,
1813 .setkey = aead_setkey,
1835 .setkey = aead_setkey,
1857 .setkey = aead_setkey,
1879 .setkey = aead_setkey,
1901 .setkey = aead_setkey,
1923 .setkey = aead_setkey,
1946 .setkey = aead_setkey,
[all …]
/Linux-v5.4/crypto/
Dalgif_aead.c518 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function
592 .setkey = aead_setkey,
/Linux-v5.4/drivers/crypto/
Dixp4xx_crypto.c1143 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function
1474 cra->setkey = cra->setkey ?: aead_setkey; in ixp_module_init()
Dtalitos.c888 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function
3174 aead_setkey; in talitos_alg_alloc()