Lines Matching refs:kef_rc
1764 esp_crypto_failed(mblk_t *data_mp, boolean_t is_inbound, int kef_rc, in esp_crypto_failed() argument
1770 is_inbound ? "inbound" : "outbound", kef_rc)); in esp_crypto_failed()
1833 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()
1963 kef_rc = crypto_mac_verify_decrypt(&assoc->ipsa_amech, in esp_submit_req_inbound()
1970 switch (kef_rc) { in esp_submit_req_inbound()
2001 esp_crypto_failed(esp_mp, B_TRUE, kef_rc, ira->ira_ill, espstack); 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()
2297 kef_rc = crypto_encrypt((crypto_mechanism_t *) in esp_submit_req_outbound()
2322 kef_rc = crypto_encrypt_mac(&assoc->ipsa_emech, in esp_submit_req_outbound()
2330 switch (kef_rc) { in esp_submit_req_outbound()
2352 esp_crypto_failed(data_mp, B_FALSE, kef_rc, NULL, espstack); in esp_submit_req_outbound()