Home
last modified time | relevance | path

Searched refs:ic_crypto_mac (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1909 ESP_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, in esp_submit_req_inbound()
1925 &ic->ic_crypto_mac, callrp); in esp_submit_req_inbound()
1966 auth_ctx_tmpl, encr_ctx_tmpl, &ic->ic_crypto_mac, in esp_submit_req_inbound()
2241 ESP_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, in esp_submit_req_outbound()
2256 &ic->ic_crypto_mac, callrp); in esp_submit_req_outbound()
2289 &ic->ic_crypto_mac, in esp_submit_req_outbound()
2291 ic->ic_crypto_mac.cd_length = in esp_submit_req_outbound()
2293 cd_ptr = &ic->ic_crypto_mac; in esp_submit_req_outbound()
2327 &ic->ic_crypto_mac, callrp); in esp_submit_req_outbound()
H A Dipsecah.c2755 AH_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, icv_len, in ah_submit_req_inbound()
2766 &ic->ic_crypto_mac, callrp); in ah_submit_req_inbound()
2852 AH_INIT_CRYPTO_MAC(&ic->ic_crypto_mac, icv_len, in ah_submit_req_outbound()
2862 &ic->ic_crypto_mac, callrp); in ah_submit_req_outbound()
3493 icv_len = (uint_t)ic->ic_crypto_mac.cd_raw.iov_len; in ah_auth_in_done()
3727 icv_len = ic->ic_crypto_mac.cd_raw.iov_len; in ah_auth_out_done()
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h723 crypto_data_t ic_crypto_mac; /* to store the MAC */ member