Lines Matching refs:size_t
18 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
19 const u8 *ad, const size_t ad_len,
24 chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len,
25 const u8 *ad, const size_t ad_len, const u64 nonce,
28 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
29 const u8 *ad, const size_t ad_len,
34 u8 *dst, const u8 *src, const size_t src_len, const u8 *ad,
35 const size_t ad_len, const u8 nonce[XCHACHA20POLY1305_NONCE_SIZE],
38 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len,
39 const u8 *ad, const size_t ad_len,
43 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len,
44 const u8 *ad, const size_t ad_len,