Searched refs:aead_setkey (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 1283 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function 3053 .setkey = aead_setkey, 3075 .setkey = aead_setkey, 3097 .setkey = aead_setkey, 3119 .setkey = aead_setkey, 3141 .setkey = aead_setkey, 3163 .setkey = aead_setkey, 3184 .setkey = aead_setkey, 3207 .setkey = aead_setkey, 3230 .setkey = aead_setkey, [all …]
|
/linux-4.4.14/crypto/ |
D | algif_aead.c | 531 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function 592 .setkey = aead_setkey,
|
/linux-4.4.14/drivers/crypto/ |
D | ixp4xx_crypto.c | 1156 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function 1455 cra->setkey = aead_setkey; in ixp_module_init()
|
D | talitos.c | 848 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function 2755 t_alg->algt.alg.aead.setkey = aead_setkey; in talitos_alg_alloc()
|