Home
last modified time | relevance | path

Searched refs:kef_rc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dipsecesp.c2008 esp_crypto_failed(mblk_t *data_mp, boolean_t is_inbound, int kef_rc, in esp_crypto_failed() argument
2014 is_inbound ? "inbound" : "outbound", kef_rc)); in esp_crypto_failed()
2077 int kef_rc; in esp_submit_req_inbound() local
2095 kef_rc = CRYPTO_SUCCESS; in esp_submit_req_inbound()
2097 kef_rc = CRYPTO_FAILED; in esp_submit_req_inbound()
2165 kef_rc = crypto_mac_verify(&assoc->ipsa_amech, in esp_submit_req_inbound()
2188 kef_rc = crypto_decrypt((crypto_mechanism_t *) in esp_submit_req_inbound()
2206 kef_rc = crypto_mac_verify_decrypt(&assoc->ipsa_amech, in esp_submit_req_inbound()
2213 switch (kef_rc) { in esp_submit_req_inbound()
2244 esp_crypto_failed(esp_mp, B_TRUE, kef_rc, ira->ira_ill, espstack); in esp_submit_req_inbound()
[all …]
H A Dipsecah.c2816 ah_crypto_failed(mblk_t *data_mp, boolean_t is_inbound, int kef_rc, in ah_crypto_failed() argument
2822 is_inbound ? "inbound" : "outbound", kef_rc)); in ah_crypto_failed()
2868 int kef_rc; in ah_submit_req_inbound() local
2919 kef_rc = crypto_mac_verify(&assoc->ipsa_amech, in ah_submit_req_inbound()
2923 switch (kef_rc) { in ah_submit_req_inbound()
2955 ah_crypto_failed(phdr_mp, B_TRUE, kef_rc, ira->ira_ill, ahstack); in ah_submit_req_inbound()
2967 int kef_rc; in ah_submit_req_outbound() local
3015 kef_rc = crypto_mac(&assoc->ipsa_amech, &ic->ic_crypto_data, in ah_submit_req_outbound()
3019 switch (kef_rc) { in ah_submit_req_outbound()
3040 ah_crypto_failed(phdr_mp, B_FALSE, kef_rc, NULL, ahstack); in ah_submit_req_outbound()