Searched refs:chachapoly_setkey (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | caamalg.c | 559 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 3304 .setkey = chachapoly_setkey, 3327 .setkey = chachapoly_setkey,
|
| H A D | caamalg_qi2.c | 629 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() function 2913 .setkey = chachapoly_setkey, 2936 .setkey = chachapoly_setkey,
|