Searched refs:chachapoly_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/crypto/ |
D | chacha20poly1305.c | 476 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 659 inst->alg.setkey = chachapoly_setkey; in chachapoly_create()
|
/Linux-v5.4/drivers/crypto/caam/ |
D | caamalg.c | 544 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 3368 .setkey = chachapoly_setkey, 3391 .setkey = chachapoly_setkey,
|
D | caamalg_qi2.c | 630 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 2845 .setkey = chachapoly_setkey, 2868 .setkey = chachapoly_setkey,
|