Searched refs:ic_crypto_mac (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 2152 ESP_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, in esp_submit_req_inbound() 2168 &ic->ic_crypto_mac, callrp); in esp_submit_req_inbound() 2209 auth_ctx_tmpl, encr_ctx_tmpl, &ic->ic_crypto_mac, in esp_submit_req_inbound() 2483 ESP_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, in esp_submit_req_outbound() 2498 &ic->ic_crypto_mac, callrp); in esp_submit_req_outbound() 2531 &ic->ic_crypto_mac, in esp_submit_req_outbound() 2533 ic->ic_crypto_mac.cd_length = in esp_submit_req_outbound() 2535 cd_ptr = &ic->ic_crypto_mac; in esp_submit_req_outbound() 2569 &ic->ic_crypto_mac, callrp); in esp_submit_req_outbound()
|
H A D | ipsecah.c | 2910 AH_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, icv_len, in ah_submit_req_inbound() 2921 &ic->ic_crypto_mac, callrp); in ah_submit_req_inbound() 3007 AH_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, icv_len, in ah_submit_req_outbound() 3017 &ic->ic_crypto_mac, callrp); in ah_submit_req_outbound() 3648 icv_len = (uint_t)ic->ic_crypto_mac.cd_raw.iov_len; in ah_auth_in_done() 3882 icv_len = ic->ic_crypto_mac.cd_raw.iov_len; in ah_auth_out_done()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ipsec_impl.h | 718 crypto_data_t ic_crypto_mac; /* to store the MAC */ member
|