Symbol: PROV_R_NOT_A_PRIVATE_KEY
crypto/openssl/providers/common/provider_err.c
162
{ ERR_PACK(ERR_LIB_PROV, 0, PROV_R_NOT_A_PRIVATE_KEY), "not a private key" },
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
510
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
626
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
139
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
344
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
414
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
66
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
565
ERR_raise_data(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY,
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
452
ERR_raise_data(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
405
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
514
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PRIVATE_KEY);
crypto/openssl/test/evp_extra_test.c
6213
if (ERR_GET_REASON(ERR_peek_error()) == PROV_R_NOT_A_PRIVATE_KEY) {