Searched defs:iv (Results 1 – 12 of 12) sorted by relevance
/include/uapi/linux/ |
D | tls.h | 97 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member 105 unsigned char iv[TLS_CIPHER_AES_GCM_256_IV_SIZE]; member 113 unsigned char iv[TLS_CIPHER_AES_CCM_128_IV_SIZE]; member 121 unsigned char iv[TLS_CIPHER_CHACHA20_POLY1305_IV_SIZE]; member
|
D | if_alg.h | 45 __u8 iv[0]; member
|
/include/crypto/ |
D | chacha.h | 66 static inline void chacha_init_generic(u32 *state, const u32 *key, const u8 *iv) in chacha_init_generic() 83 static inline void chacha_init(u32 *state, const u32 *key, const u8 *iv) in chacha_init()
|
D | aead.h | 93 u8 *iv; member 506 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
|
D | if_alg.h | 40 struct af_alg_iv *iv; member 146 void *iv; member
|
D | skcipher.h | 27 u8 *iv; member 577 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
|
/include/keys/ |
D | encrypted-type.h | 23 u8 *iv; /* datablob: iv */ member
|
/include/linux/ |
D | memory_hotplug.h | 85 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() 239 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry()
|
D | ccp.h | 179 struct scatterlist *iv; member 239 struct scatterlist *iv; member 350 struct scatterlist *iv; member
|
/include/crypto/internal/ |
D | skcipher.h | 59 void *iv; member
|
/include/uapi/rdma/ |
D | ib_user_ioctl_verbs.h | 153 __aligned_u64 iv; member
|
/include/net/ |
D | tls.h | 223 char *iv; member 585 static inline void xor_iv_with_seq(struct tls_prot_info *prot, char *iv, char *seq) in xor_iv_with_seq()
|