Searched refs:chachapoly_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/crypto/ |
D | chacha20poly1305.c | 474 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 624 inst->alg.setkey = chachapoly_setkey; in chachapoly_create()
|
/Linux-v6.6/drivers/crypto/caam/ |
D | caamalg.c | 568 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 3528 .setkey = chachapoly_setkey, 3554 .setkey = chachapoly_setkey,
|
D | caamalg_qi2.c | 634 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 2920 .setkey = chachapoly_setkey, 2943 .setkey = chachapoly_setkey,
|