Searched refs:chacha20_poly1305_decrypt (Results 1 – 3 of 3) sorted by relevance
42 bool chacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src,
85 chacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src, in chacha20_poly1305_decrypt() function
48 return (chacha20_poly1305_decrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_decrypt()