Symbol: PROV_R_NOT_A_PUBLIC_KEY
crypto/openssl/providers/common/provider_err.c
163
{ ERR_PACK(ERR_LIB_PROV, 0, PROV_R_NOT_A_PUBLIC_KEY), "not a public key" },
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
488
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
604
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
722
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
146
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
355
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
425
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
73
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
535
ERR_raise_data(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY,
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
413
ERR_raise_data(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY,
crypto/openssl/providers/implementations/kem/ec_kem.c
76
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/kem/ecx_kem.c
152
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
726
ERR_raise(ERR_LIB_PROV, PROV_R_NOT_A_PUBLIC_KEY);
crypto/openssl/test/evp_pkey_dhkem_test.c
425
&& !TEST_int_eq(ERR_GET_REASON(ERR_get_error()), PROV_R_NOT_A_PUBLIC_KEY))
crypto/openssl/test/evp_pkey_dhkem_test.c
463
PROV_R_NOT_A_PUBLIC_KEY))