Home
last modified time | relevance | path

Searched refs:PROV_R_NOT_A_PUBLIC_KEY (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2text.c247 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in dh_to_text()
322 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in dsa_to_text()
532 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in ec_to_text()
601 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in ecx_to_text()
Dencode_key2any.c477 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in dh_spki_pub_to_der()
592 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in dsa_spki_pub_to_der()
705 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in ec_spki_pub_to_der()
/third_party/openssl/include/openssl/
Dproverr.h103 # define PROV_R_NOT_A_PUBLIC_KEY 220 macro
/third_party/openssl/providers/common/
Dprovider_err.c141 {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_NOT_A_PUBLIC_KEY), "not a public key"},
/third_party/openssl/providers/implementations/keymgmt/
Dec_kmgmt.c735 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in common_get_params()
/third_party/python/Modules/
D_ssl_data_300.h5123 #ifdef PROV_R_NOT_A_PUBLIC_KEY
5124 {"NOT_A_PUBLIC_KEY", ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY},
/third_party/openssl/crypto/err/
Dopenssl.txt1041 PROV_R_NOT_A_PUBLIC_KEY:220:not a public key