Searched refs:ERR_R_EVP_LIB (Results 1 – 15 of 15) sorted by relevance
/openbsd/lib/libcrypto/sm2/ |
H A D | sm2_crypt.c | 208 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 D | sm2_sign.c | 60 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 D | sm2_pmeth.c | 232 SM2error(ERR_R_EVP_LIB); in pkey_sm2_ctrl()
|
/openbsd/lib/libssl/ |
H A D | ssl_transcript.c | 42 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 D | ssl_srvr.c | 1506 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 D | ssl_rsa.c | 161 SSLerror(ssl, ERR_R_EVP_LIB); in SSL_use_RSAPrivateKey() 523 SSLerrorx(ERR_R_EVP_LIB); in SSL_CTX_use_RSAPrivateKey()
|
H A D | ssl_clnt.c | 1648 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 D | a_pubkey.c | 88 ASN1error(ERR_R_EVP_LIB); in d2i_PublicKey() 95 ASN1error(ERR_R_EVP_LIB); in d2i_PublicKey()
|
H A D | asn1_item.c | 298 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 D | a_pkey.c | 81 ASN1error(ERR_R_EVP_LIB); in d2i_PrivateKey()
|
/openbsd/lib/libcrypto/cms/ |
H A D | cms_pwri.c | 138 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 D | p12_decr.c | 97 PKCS12error(ERR_R_EVP_LIB); in PKCS12_pbe_crypt()
|
/openbsd/lib/libcrypto/pkcs7/ |
H A D | pk7_doit.c | 233 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 D | err.h | 299 #define ERR_R_EVP_LIB ERR_LIB_EVP /* 6 */ macro
|
H A D | err.c | 192 {ERR_R_EVP_LIB, "EVP lib"},
|