Home
last modified time | relevance | path

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

/openssl-master/include/openssl/
A Dproverr.h103 # define PROV_R_NOT_A_PUBLIC_KEY 220 macro
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c243 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 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()
/openssl-master/providers/common/
A Dprovider_err.c141 {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_NOT_A_PUBLIC_KEY), "not a public key"},
/openssl-master/crypto/err/
A Dopenssl.txt1036 PROV_R_NOT_A_PUBLIC_KEY:220:not a public key

Completed in 13 milliseconds