Searched refs:PROV_R_NOT_A_PUBLIC_KEY (Results 1 – 5 of 5) sorted by relevance
/openssl-master/include/openssl/ |
A D | proverr.h | 103 # define PROV_R_NOT_A_PUBLIC_KEY 220 macro
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2text.c | 243 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in dh_to_text() 313 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in dsa_to_text() 523 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in ec_to_text() 592 ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY); in ecx_to_text()
|
A 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()
|
/openssl-master/providers/common/ |
A D | provider_err.c | 141 {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_NOT_A_PUBLIC_KEY), "not a public key"},
|
/openssl-master/crypto/err/ |
A D | openssl.txt | 1036 PROV_R_NOT_A_PUBLIC_KEY:220:not a public key
|
Completed in 13 milliseconds