| /include/crypto/ |
| D | chacha.h | 65 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv); 66 static inline void chacha_init_generic(u32 *state, const u32 *key, const u8 *iv) in chacha_init_generic() argument 77 state[12] = get_unaligned_le32(iv + 0); in chacha_init_generic() 78 state[13] = get_unaligned_le32(iv + 4); in chacha_init_generic() 79 state[14] = get_unaligned_le32(iv + 8); in chacha_init_generic() 80 state[15] = get_unaligned_le32(iv + 12); in chacha_init_generic() 83 static inline void chacha_init(u32 *state, const u32 *key, const u8 *iv) in chacha_init() argument 86 chacha_init_arch(state, key, iv); in chacha_init() 88 chacha_init_generic(state, key, iv); in chacha_init()
|
| D | gcm.h | 78 const u8 iv[GCM_AES_IV_SIZE], u8 *authtag); 82 int assoc_len, const u8 iv[GCM_AES_IV_SIZE],
|
| D | aes.h | 91 int len, const u8 iv[AES_BLOCK_SIZE]); 93 int len, const u8 iv[AES_BLOCK_SIZE]);
|
| D | ctr.h | 50 fn(tfm, walk.iv, buf); in crypto_ctr_encrypt_walk() 53 crypto_inc(walk.iv, blocksize); in crypto_ctr_encrypt_walk()
|
| D | aead.h | 96 u8 *iv; member 521 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt() argument 526 req->iv = iv; in aead_request_set_crypt()
|
| D | if_alg.h | 38 struct af_alg_iv *iv; member 146 void *iv; member
|
| D | skcipher.h | 43 u8 *iv; member 924 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt() argument 929 req->iv = iv; in skcipher_request_set_crypt()
|
| /include/uapi/linux/ |
| D | tls.h | 127 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member 135 unsigned char iv[TLS_CIPHER_AES_GCM_256_IV_SIZE]; member 143 unsigned char iv[TLS_CIPHER_AES_CCM_128_IV_SIZE]; member 151 unsigned char iv[TLS_CIPHER_CHACHA20_POLY1305_IV_SIZE]; member 159 unsigned char iv[TLS_CIPHER_SM4_GCM_IV_SIZE]; member 167 unsigned char iv[TLS_CIPHER_SM4_CCM_IV_SIZE]; member 175 unsigned char iv[TLS_CIPHER_ARIA_GCM_128_IV_SIZE]; member 183 unsigned char iv[TLS_CIPHER_ARIA_GCM_256_IV_SIZE]; member
|
| D | if_alg.h | 45 __u8 iv[]; member
|
| /include/linux/ |
| D | bpf_crypto.h | 12 int (*encrypt)(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *iv); 13 int (*decrypt)(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *iv);
|
| D | ccp.h | 179 struct scatterlist *iv; member 239 struct scatterlist *iv; member 350 struct scatterlist *iv; member
|
| D | memory_hotplug.h | 105 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() argument 107 return read_seqretry(&zone->span_seqlock, iv); in zone_span_seqretry() 210 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() argument
|
| /include/keys/ |
| D | encrypted-type.h | 23 u8 *iv; /* datablob: iv */ member
|
| /include/uapi/rdma/ |
| D | ib_user_ioctl_verbs.h | 155 __aligned_u64 iv; member
|
| /include/crypto/internal/ |
| D | skcipher.h | 82 void *iv; member
|
| /include/net/ |
| D | tls.h | 195 char iv[TLS_MAX_IV_SIZE + TLS_MAX_SALT_SIZE]; member
|
| /include/linux/ssb/ |
| D | ssb.h | 524 struct ssb_init_invariants *iv);
|