Searched refs:chachapoly_create (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | chacha20poly1305.c | 555 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create() function 639 return chachapoly_create(tmpl, tb, "rfc7539", 12); in rfc7539_create() 644 return chachapoly_create(tmpl, tb, "rfc7539esp", 8); in rfc7539esp_create()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | chacha20poly1305.c | 555 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create() function 639 return chachapoly_create(tmpl, tb, "rfc7539", 12); in rfc7539_create() 644 return chachapoly_create(tmpl, tb, "rfc7539esp", 8); in rfc7539esp_create()
|
Completed in 3 milliseconds