Searched refs:siv (Results 1 – 2 of 2) sorted by relevance
| /crypto/ |
| A D | bpf_crypto_skcipher.c | 44 unsigned int len, u8 *siv) in bpf_crypto_lskcipher_encrypt() argument 46 return crypto_lskcipher_encrypt(tfm, src, dst, len, siv); in bpf_crypto_lskcipher_encrypt() 50 unsigned int len, u8 *siv) in bpf_crypto_lskcipher_decrypt() argument 52 return crypto_lskcipher_decrypt(tfm, src, dst, len, siv); in bpf_crypto_lskcipher_decrypt()
|
| A D | arc4.c | 28 u8 *dst, unsigned nbytes, u8 *siv, u32 flags) in crypto_arc4_crypt() argument 33 memcpy(siv, ctx, sizeof(*ctx)); in crypto_arc4_crypt() 35 ctx = (struct arc4_ctx *)siv; in crypto_arc4_crypt()
|
Completed in 24 milliseconds