Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg.c585 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 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.c289 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
344 aead_setkey(aead, key, keylen); in des3_aead_setkey()
1867 .setkey = aead_setkey,
1889 .setkey = aead_setkey,
1911 .setkey = aead_setkey,
1933 .setkey = aead_setkey,
1955 .setkey = aead_setkey,
1977 .setkey = aead_setkey,
1999 .setkey = aead_setkey,
2022 .setkey = aead_setkey,
[all …]
/linux/crypto/
H A Dalgif_aead.c500 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function
568 .setkey = aead_setkey,