Searched refs:esp_tmp_req (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | esp4.c | 80 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() function 112 req = esp_tmp_req(aead, iv); in esp_ssg_unref() 569 req = esp_tmp_req(aead, iv); in esp_output_tail() 945 req = esp_tmp_req(aead, iv); in esp_input()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | esp6.c | 97 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() function 128 req = esp_tmp_req(aead, iv); in esp_ssg_unref() 603 req = esp_tmp_req(aead, iv); in esp6_output_tail() 990 req = esp_tmp_req(aead, iv); in esp6_input()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 80 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() function 110 req = esp_tmp_req(aead, iv); in esp_ssg_unref() 566 req = esp_tmp_req(aead, iv); in esp_output_tail() 936 req = esp_tmp_req(aead, iv); in esp_input()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | esp6.c | 97 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() function 127 req = esp_tmp_req(aead, iv); in esp_ssg_unref() 603 req = esp_tmp_req(aead, iv); in esp6_output_tail() 984 req = esp_tmp_req(aead, iv); in esp6_input()
|
Completed in 8 milliseconds