Searched refs:chachapoly_setkey (Results 1 – 3 of 3) sorted by relevance
| /linux/crypto/ |
| H A D | chacha20poly1305.c | 303 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 432 inst->alg.setkey = chachapoly_setkey; in chachapoly_create()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg.c | 574 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 3635 .setkey = chachapoly_setkey, 3661 .setkey = chachapoly_setkey,
|
| H A D | caamalg_qi2.c | 635 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 2922 .setkey = chachapoly_setkey, 2945 .setkey = chachapoly_setkey,
|