Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg.c513 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function
2027 .setkey = aead_setkey,
2048 .setkey = aead_setkey,
2069 .setkey = aead_setkey,
2090 .setkey = aead_setkey,
2111 .setkey = aead_setkey,
2132 .setkey = aead_setkey,
2152 .setkey = aead_setkey,
2174 .setkey = aead_setkey,
2196 .setkey = aead_setkey,
[all …]
Dcaamalg_qi.c198 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function
1728 .setkey = aead_setkey,
1750 .setkey = aead_setkey,
1772 .setkey = aead_setkey,
1794 .setkey = aead_setkey,
1816 .setkey = aead_setkey,
1838 .setkey = aead_setkey,
1860 .setkey = aead_setkey,
1883 .setkey = aead_setkey,
1905 .setkey = aead_setkey,
[all …]
/Linux-v4.19/crypto/
Dalgif_aead.c522 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function
596 .setkey = aead_setkey,
/Linux-v4.19/drivers/crypto/
Dixp4xx_crypto.c1150 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function
1451 cra->setkey = aead_setkey; in ixp_module_init()
Dtalitos.c882 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function
3164 t_alg->algt.alg.aead.setkey = aead_setkey; in talitos_alg_alloc()