Home
last modified time | relevance | path

Searched refs:ERR_R_EVP_LIB (Results 1 – 15 of 15) sorted by relevance

/openbsd/lib/libcrypto/sm2/
H A Dsm2_crypt.c208 SM2error(ERR_R_EVP_LIB); in sm2_kdf()
212 SM2error(ERR_R_EVP_LIB); in sm2_kdf()
224 SM2error(ERR_R_EVP_LIB); in sm2_kdf()
228 SM2error(ERR_R_EVP_LIB); in sm2_kdf()
397 SM2error(ERR_R_EVP_LIB); in SM2_encrypt()
402 SM2error(ERR_R_EVP_LIB); in SM2_encrypt()
407 SM2error(ERR_R_EVP_LIB); in SM2_encrypt()
412 SM2error(ERR_R_EVP_LIB); in SM2_encrypt()
417 SM2error(ERR_R_EVP_LIB); in SM2_encrypt()
580 SM2error(ERR_R_EVP_LIB); in SM2_decrypt()
[all …]
H A Dsm2_sign.c60 SM2error(ERR_R_EVP_LIB); in sm2_compute_msg_hash()
65 SM2error(ERR_R_EVP_LIB); in sm2_compute_msg_hash()
70 SM2error(ERR_R_EVP_LIB); in sm2_compute_msg_hash()
76 SM2error(ERR_R_EVP_LIB); in sm2_compute_msg_hash()
H A Dsm2_pmeth.c232 SM2error(ERR_R_EVP_LIB); in pkey_sm2_ctrl()
/openbsd/lib/libssl/
H A Dssl_transcript.c42 SSLerror(s, ERR_R_EVP_LIB); in tls1_transcript_hash_init()
51 SSLerror(s, ERR_R_EVP_LIB); in tls1_transcript_hash_init()
91 SSLerror(s, ERR_R_EVP_LIB); in tls1_transcript_hash_value()
95 SSLerror(s, ERR_R_EVP_LIB); in tls1_transcript_hash_value()
H A Dssl_srvr.c1506 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_server_key_exchange()
1513 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_server_key_exchange()
1518 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_server_key_exchange()
1527 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_server_key_exchange()
1963 SSLerror(s, ERR_R_EVP_LIB); in ssl3_get_cert_verify()
1976 SSLerror(s, ERR_R_EVP_LIB); in ssl3_get_cert_verify()
1985 SSLerror(s, ERR_R_EVP_LIB); in ssl3_get_cert_verify()
2006 SSLerror(s, ERR_R_EVP_LIB); in ssl3_get_cert_verify()
H A Dssl_rsa.c161 SSLerror(ssl, ERR_R_EVP_LIB); in SSL_use_RSAPrivateKey()
523 SSLerrorx(ERR_R_EVP_LIB); in SSL_CTX_use_RSAPrivateKey()
H A Dssl_clnt.c1648 SSLerror(s, ERR_R_EVP_LIB); in ssl3_get_new_session_ticket()
1991 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_client_verify_sigalgs()
1997 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_client_verify_sigalgs()
2001 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_client_verify_sigalgs()
2009 SSLerror(s, ERR_R_EVP_LIB); in ssl3_send_client_verify_sigalgs()
/openbsd/lib/libcrypto/asn1/
H A Da_pubkey.c88 ASN1error(ERR_R_EVP_LIB); in d2i_PublicKey()
95 ASN1error(ERR_R_EVP_LIB); in d2i_PublicKey()
H A Dasn1_item.c298 ASN1error(ERR_R_EVP_LIB); in asn1_item_sign()
306 ASN1error(ERR_R_EVP_LIB); in asn1_item_sign()
440 ASN1error(ERR_R_EVP_LIB); in ASN1_item_verify()
455 ASN1error(ERR_R_EVP_LIB); in ASN1_item_verify()
H A Da_pkey.c81 ASN1error(ERR_R_EVP_LIB); in d2i_PrivateKey()
/openbsd/lib/libcrypto/cms/
H A Dcms_pwri.c138 CMSerror(ERR_R_EVP_LIB); in CMS_add0_recipient_password()
147 CMSerror(ERR_R_EVP_LIB); in CMS_add0_recipient_password()
394 CMSerror(ERR_R_EVP_LIB); in cms_RecipientInfo_pwri_crypt()
/openbsd/lib/libcrypto/pkcs12/
H A Dp12_decr.c97 PKCS12error(ERR_R_EVP_LIB); in PKCS12_pbe_crypt()
/openbsd/lib/libcrypto/pkcs7/
H A Dpk7_doit.c233 PKCS7error(ERR_R_EVP_LIB); in pkcs7_decrypt_rinfo()
676 PKCS7error(ERR_R_EVP_LIB); in do_pkcs7_signed_attrib()
815 PKCS7error(ERR_R_EVP_LIB); in PKCS7_dataFinal()
/openbsd/lib/libcrypto/err/
H A Derr.h299 #define ERR_R_EVP_LIB ERR_LIB_EVP /* 6 */ macro
H A Derr.c192 {ERR_R_EVP_LIB, "EVP lib"},