Searched defs:siv (Results 1 - 3 of 3) sorted by relevance

/linux-master/crypto/
H A Darc4.c27 crypto_arc4_crypt(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned nbytes, u8 *siv, u32 flags) argument
H A Dbpf_crypto_skcipher.c43 bpf_crypto_lskcipher_encrypt(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *siv) argument
49 bpf_crypto_lskcipher_decrypt(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *siv) argument
/linux-master/kernel/bpf/
H A Dcrypto.c264 bpf_crypto_crypt(const struct bpf_crypto_ctx *ctx, const struct bpf_dynptr_kern *src, const struct bpf_dynptr_kern *dst, const struct bpf_dynptr_kern *siv, bool decrypt) argument
313 bpf_crypto_decrypt(struct bpf_crypto_ctx *ctx, const struct bpf_dynptr_kern *src, const struct bpf_dynptr_kern *dst, const struct bpf_dynptr_kern *siv) argument
330 bpf_crypto_encrypt(struct bpf_crypto_ctx *ctx, const struct bpf_dynptr_kern *src, const struct bpf_dynptr_kern *dst, const struct bpf_dynptr_kern *siv) argument

Completed in 165 milliseconds