Lines Matching refs:iv
100 struct crypto_aead *aead, u8 *iv) in esp_tmp_givreq() argument
104 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), in esp_tmp_givreq()
110 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() argument
114 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), in esp_tmp_req()
163 u8 *iv; in esp6_output() local
206 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_output()
207 req = esp_tmp_givreq(aead, iv); in esp6_output()
248 aead_givcrypt_set_crypt(req, sg, sg, clen, iv); in esp6_output()
335 u8 *iv; in esp6_input() local
373 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
374 req = esp_tmp_req(aead, iv); in esp6_input()
383 iv = esph->enc_data; in esp6_input()
398 aead_request_set_crypt(req, sg, sg, elen, iv); in esp6_input()