Searched refs:iv (Results 1 – 10 of 10) sorted by relevance
/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/crypto/ |
D | skcipher.h | 97 unsigned int nbytes, void *iv) in skcipher_givcrypt_set_crypt() argument 99 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv); in skcipher_givcrypt_set_crypt()
|
D | aead.h | 86 unsigned int nbytes, void *iv) in aead_givcrypt_set_crypt() argument 88 aead_request_set_crypt(&req->areq, src, dst, nbytes, iv); in aead_givcrypt_set_crypt()
|
D | if_alg.h | 43 struct af_alg_iv *iv; member
|
D | algapi.h | 102 u8 *iv; member 123 u8 *iv; 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 | 65 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() argument 67 return read_seqretry(&zone->span_seqlock, iv); in zone_span_seqretry() 209 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() argument
|
D | crypto.h | 169 u8 *iv; member 362 void *iv; member 723 unsigned int nbytes, void *iv) in ablkcipher_request_set_crypt() argument 728 req->info = iv; in ablkcipher_request_set_crypt() 855 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt() argument 860 req->iv = iv; in aead_request_set_crypt() 977 desc->info = crypto_blkcipher_crt(desc->tfm)->iv; in crypto_blkcipher_encrypt() 994 desc->info = crypto_blkcipher_crt(desc->tfm)->iv; in crypto_blkcipher_decrypt() 1009 memcpy(crypto_blkcipher_crt(tfm)->iv, src, len); in crypto_blkcipher_set_iv() 1015 memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len); in crypto_blkcipher_get_iv()
|
/include/linux/ssb/ |
D | ssb.h | 517 struct ssb_init_invariants *iv);
|