Lines Matching refs:iv
72 struct crypto_aead *aead, u8 *iv) in esp_tmp_givreq() argument
76 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), in esp_tmp_givreq()
82 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() argument
86 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), in esp_tmp_req()
127 u8 *iv; in esp_output() local
183 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_output()
184 req = esp_tmp_givreq(aead, iv); in esp_output()
260 aead_givcrypt_set_crypt(req, sg, sg, clen, iv); in esp_output()
390 u8 *iv; in esp_input() local
422 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()
423 req = esp_tmp_req(aead, iv); in esp_input()
432 iv = esph->enc_data; in esp_input()
447 aead_request_set_crypt(req, sg, sg, elen, iv); in esp_input()