Searched refs:chacha20poly1305_encrypt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/crypto/ |
H A D | chacha20poly1305.h | 18 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
|
/openbmc/linux/lib/crypto/ |
H A D | chacha20poly1305.c | 90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt() function 110 EXPORT_SYMBOL(chacha20poly1305_encrypt);
|
H A D | chacha20poly1305-selftest.c | 8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_selftest_encrypt() 9047 chacha20poly1305_encrypt(computed_output, in chacha20poly1305_selftest()
|
/openbmc/linux/security/keys/ |
H A D | big_key.c | 102 chacha20poly1305_encrypt(buf, prep->data, datalen, NULL, 0, in big_key_preparse()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | noise.c | 467 chacha20poly1305_encrypt(dst_ciphertext, src_plaintext, src_len, hash, in message_encrypt()
|