Searched defs:kef_rc (Results 1 - 2 of 2) sorted by relevance

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

Completed in 55 milliseconds