H A D | bpf_core_read.h | 43 #define __CORE_RELO(src, field, info) \ argument 47 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 57 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 311 bpf_core_read(dst,sz,src) global() argument 315 bpf_core_read_user(dst,sz,src) global() argument 322 bpf_core_read_str(dst,sz,src) global() argument 326 bpf_core_read_user_str(dst,sz,src) global() argument 393 ___read(read_fn,dst,src_type,src,accessor) global() argument 397 ___rd_first(fn,src,a) global() argument 409 ___read_ptrs(fn,src,...) global() argument 412 ___core_read0(fn,fn_ptr,dst,src,a) global() argument 414 ___core_readN(fn,fn_ptr,dst,src,...) global() argument 418 ___core_read(fn,fn_ptr,dst,src,a,...) global() argument 427 BPF_CORE_READ_INTO(dst,src,a,...) global() argument 437 BPF_CORE_READ_USER_INTO(dst,src,a,...) global() argument 443 BPF_PROBE_READ_INTO(dst,src,a,...) global() argument 453 BPF_PROBE_READ_USER_INTO(dst,src,a,...) global() argument 463 BPF_CORE_READ_STR_INTO(dst,src,a,...) global() argument 473 BPF_CORE_READ_USER_STR_INTO(dst,src,a,...) global() argument 479 BPF_PROBE_READ_STR_INTO(dst,src,a,...) global() argument 490 BPF_PROBE_READ_USER_STR_INTO(dst,src,a,...) global() argument 519 BPF_CORE_READ(src,a,...) global() argument 535 BPF_CORE_READ_USER(src,a,...) global() argument 542 BPF_PROBE_READ(src,a,...) global() argument 554 BPF_PROBE_READ_USER(src,a,...) global() argument [all...] |
H A D | chacha20poly1305.c | 112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt() argument 57 __chacha20poly1305_encrypt(u8 * dst,const u8 * src,const size_t src_len,const u8 * ad,const size_t ad_len,u32 * chacha_state) __chacha20poly1305_encrypt() argument 90 chacha20poly1305_encrypt(u8 * dst,const u8 * src,const size_t src_len,const u8 * ad,const size_t ad_len,const u64 nonce,const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_encrypt() argument 125 __chacha20poly1305_decrypt(u8 * dst,const u8 * src,const size_t src_len,const u8 * ad,const size_t ad_len,u32 * chacha_state) __chacha20poly1305_decrypt() argument 168 chacha20poly1305_decrypt(u8 * dst,const u8 * src,const size_t src_len,const u8 * ad,const size_t ad_len,const u64 nonce,const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_decrypt() argument 194 xchacha20poly1305_decrypt(u8 * dst,const u8 * src,const size_t src_len,const u8 * ad,const size_t ad_len,const u8 nonce[XCHACHA20POLY1305_NONCE_SIZE],const u8 key[CHACHA20POLY1305_KEY_SIZE]) xchacha20poly1305_decrypt() argument 208 chacha20poly1305_crypt_sg_inplace(struct scatterlist * src,const size_t src_len,const u8 * ad,const size_t ad_len,const u64 nonce,const u8 key[CHACHA20POLY1305_KEY_SIZE],int encrypt) chacha20poly1305_crypt_sg_inplace() argument 333 chacha20poly1305_encrypt_sg_inplace(struct scatterlist * src,size_t src_len,const u8 * ad,const size_t ad_len,const u64 nonce,const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_encrypt_sg_inplace() argument 343 chacha20poly1305_decrypt_sg_inplace(struct scatterlist * src,size_t src_len,const u8 * ad,const size_t ad_len,const u64 nonce,const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_decrypt_sg_inplace() argument [all...] |