Searched refs:aead_setkey (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/crypto/caam/ |
| D | caamalg.c | 513 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 …]
|
| D | caamalg_qi.c | 198 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/ |
| D | algif_aead.c | 522 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/ |
| D | ixp4xx_crypto.c | 1150 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function 1451 cra->setkey = aead_setkey; in ixp_module_init()
|
| D | talitos.c | 882 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()
|