Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1833 int kef_rc; in esp_submit_req_inbound() local
1852 kef_rc = CRYPTO_SUCCESS; in esp_submit_req_inbound()
1854 kef_rc = CRYPTO_FAILED; in esp_submit_req_inbound()
1922 kef_rc = crypto_mac_verify(&assoc->ipsa_amech, in esp_submit_req_inbound()
1945 kef_rc = crypto_decrypt((crypto_mechanism_t *) in esp_submit_req_inbound()
1970 switch (kef_rc) { in esp_submit_req_inbound()
2157 int kef_rc = CRYPTO_FAILED; in esp_submit_req_outbound() local
2182 kef_rc = CRYPTO_SUCCESS; in esp_submit_req_outbound()
2184 kef_rc = CRYPTO_FAILED; in esp_submit_req_outbound()
2253 kef_rc = crypto_mac(&assoc->ipsa_amech, in esp_submit_req_outbound()
[all …]
H A Dipsecah.c2661 ah_crypto_failed(mblk_t *data_mp, boolean_t is_inbound, int kef_rc, in ah_crypto_failed() argument
2667 is_inbound ? "inbound" : "outbound", kef_rc)); in ah_crypto_failed()
2713 int kef_rc; in ah_submit_req_inbound() local
2764 kef_rc = crypto_mac_verify(&assoc->ipsa_amech, in ah_submit_req_inbound()
2768 switch (kef_rc) { in ah_submit_req_inbound()
2800 ah_crypto_failed(phdr_mp, B_TRUE, kef_rc, ira->ira_ill, ahstack); in ah_submit_req_inbound()
2812 int kef_rc; in ah_submit_req_outbound() local
2860 kef_rc = crypto_mac(&assoc->ipsa_amech, &ic->ic_crypto_data, in ah_submit_req_outbound()
2864 switch (kef_rc) { in ah_submit_req_outbound()
2885 ah_crypto_failed(phdr_mp, B_FALSE, kef_rc, NULL, ahstack); in ah_submit_req_outbound()