Searched refs:PROV_R_NOT_A_PUBLIC_KEY (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2text.c | 247 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()
|
D | encode_key2any.c | 477 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/ |
D | proverr.h | 103 # define PROV_R_NOT_A_PUBLIC_KEY 220 macro
|
/third_party/openssl/providers/common/ |
D | provider_err.c | 141 {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_NOT_A_PUBLIC_KEY), "not a public key"},
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | ec_kmgmt.c | 735 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in common_get_params()
|
/third_party/python/Modules/ |
D | _ssl_data_300.h | 5123 #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/ |
D | openssl.txt | 1041 PROV_R_NOT_A_PUBLIC_KEY:220:not a public key
|