Searched refs:iv (Results 1 – 12 of 12) sorted by relevance
/include/crypto/ |
D | skcipher.h | 32 u8 *iv; member 138 unsigned int nbytes, void *iv) in skcipher_givcrypt_set_crypt() argument 140 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv); in skcipher_givcrypt_set_crypt() 497 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt() argument 502 req->iv = iv; in skcipher_request_set_crypt()
|
D | aead.h | 92 u8 *iv; member 512 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt() argument 517 req->iv = iv; in aead_request_set_crypt()
|
D | chacha20.h | 19 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv);
|
D | if_alg.h | 46 struct af_alg_iv *iv; member
|
D | algapi.h | 105 u8 *iv; member 126 u8 *iv; member
|
/include/keys/ |
D | encrypted-type.h | 26 u8 *iv; /* datablob: iv */ member
|
/include/uapi/linux/ |
D | if_alg.h | 28 __u8 iv[0]; member
|
/include/linux/sunrpc/ |
D | gss_krb5.h | 75 void *iv, void *in, void *out, 78 void *iv, void *in, void *out, 266 void *iv, void *in, void *out, int length); 270 void *iv, void *in, void *out, int length);
|
/include/linux/ |
D | memory_hotplug.h | 67 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() argument 69 return read_seqretry(&zone->span_seqlock, iv); in zone_span_seqretry() 212 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() argument
|
D | ccp.h | 156 struct scatterlist *iv; member 213 struct scatterlist *iv; member
|
D | crypto.h | 546 void *iv; member 1095 unsigned int nbytes, void *iv) in ablkcipher_request_set_crypt() argument 1100 req->info = iv; in ablkcipher_request_set_crypt() 1326 desc->info = crypto_blkcipher_crt(desc->tfm)->iv; in crypto_blkcipher_encrypt() 1379 desc->info = crypto_blkcipher_crt(desc->tfm)->iv; in crypto_blkcipher_decrypt() 1419 memcpy(crypto_blkcipher_crt(tfm)->iv, src, len); in crypto_blkcipher_set_iv() 1435 memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len); in crypto_blkcipher_get_iv()
|
/include/linux/ssb/ |
D | ssb.h | 525 struct ssb_init_invariants *iv);
|