Symbol: ERR_R_UNSUPPORTED
crypto/openssl/apps/speed.c
1818
|| ERR_GET_REASON(error) == ERR_R_UNSUPPORTED))
crypto/openssl/crypto/bio/bio_print.c
307
ERR_raise(ERR_LIB_BIO, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/cmp/cmp_msg.c
546
ERR_raise(ERR_LIB_CMP, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/cmp/cmp_msg.c
563
ERR_raise(ERR_LIB_CMP, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/ec/ec_pmeth.c
290
ERR_raise(ERR_LIB_EC, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/encode_decode/decoder_lib.c
104
ERR_raise_data(ERR_LIB_OSSL_DECODER, ERR_R_UNSUPPORTED,
crypto/openssl/crypto/encode_decode/decoder_meth.c
410
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/encode_decode/encoder_meth.c
415
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/err/err.c
128
{ ERR_R_UNSUPPORTED, "unsupported" },
crypto/openssl/crypto/evp/ctrl_params_translate.c
424
ERR_raise_data(ERR_LIB_EVP, ERR_R_UNSUPPORTED,
crypto/openssl/crypto/evp/ctrl_params_translate.c
491
ERR_raise_data(ERR_LIB_EVP, ERR_R_UNSUPPORTED,
crypto/openssl/crypto/evp/ctrl_params_translate.c
648
ERR_raise_data(ERR_LIB_EVP, ERR_R_UNSUPPORTED,
crypto/openssl/crypto/evp/ctrl_params_translate.c
694
ERR_raise_data(ERR_LIB_EVP, ERR_R_UNSUPPORTED,
crypto/openssl/crypto/evp/evp_fetch.c
372
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/evp/mac_lib.c
119
ERR_raise(ERR_R_EVP_LIB, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/evp/mac_lib.c
130
ERR_raise(ERR_R_EVP_LIB, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/param_build.c
265
ERR_raise_data(ERR_LIB_CRYPTO, ERR_R_UNSUPPORTED,
crypto/openssl/crypto/pem/pem_pkey.c
65
if (ERR_GET_REASON(ERR_peek_error()) == ERR_R_UNSUPPORTED) {
crypto/openssl/crypto/pkcs12/p12_mutl.c
122
ERR_raise(ERR_LIB_PKCS12, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/pkcs12/p12_mutl.c
334
ERR_raise(ERR_LIB_PKCS12, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/provider_core.c
1038
ERR_raise_data(ERR_LIB_CRYPTO, ERR_R_UNSUPPORTED,
crypto/openssl/crypto/rsa/rsa_backend.c
205
ERR_raise(ERR_LIB_RSA, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/store/store_meth.c
353
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/store/store_result.c
160
ERR_raise_data(ERR_LIB_OSSL_STORE, ERR_R_UNSUPPORTED, "provider=%s%s",
crypto/openssl/crypto/store/store_result.c
163
ERR_raise_data(ERR_LIB_OSSL_STORE, ERR_R_UNSUPPORTED, "%s", hint);
crypto/openssl/crypto/store/store_result.c
165
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_UNSUPPORTED);
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
649
ERR_raise(ERR_LIB_PROV, ERR_R_UNSUPPORTED);
crypto/openssl/providers/implementations/signature/rsa_sig.c
335
ERR_raise_data(ERR_LIB_PROV, ERR_R_UNSUPPORTED,
crypto/openssl/providers/implementations/signature/rsa_sig.c
356
ERR_raise_data(ERR_LIB_PROV, ERR_R_UNSUPPORTED,
crypto/openssl/providers/implementations/storemgmt/file_store.c
583
&& ERR_GET_REASON(err) == ERR_R_UNSUPPORTED)
crypto/openssl/ssl/quic/quic_impl.c
1268
ret = QUIC_RAISE_NON_NORMAL_ERROR(&ctx, ERR_R_UNSUPPORTED, NULL);
crypto/openssl/ssl/quic/quic_impl.c
1625
return QUIC_RAISE_NON_NORMAL_ERROR(&ctx, ERR_R_UNSUPPORTED, NULL);
crypto/openssl/ssl/quic/quic_impl.c
1647
return QUIC_RAISE_NON_NORMAL_ERROR(&ctx, ERR_R_UNSUPPORTED, NULL);
crypto/openssl/ssl/quic/quic_impl.c
1661
return QUIC_RAISE_NON_NORMAL_ERROR(&ctx, ERR_R_UNSUPPORTED, NULL);
crypto/openssl/ssl/quic/quic_impl.c
1698
return QUIC_RAISE_NON_NORMAL_ERROR(&ctx, ERR_R_UNSUPPORTED, NULL);
crypto/openssl/ssl/quic/quic_impl.c
211
int code = ERR_R_UNSUPPORTED;
crypto/openssl/ssl/quic/quic_impl.c
3258
QUIC_RAISE_NON_NORMAL_ERROR(&ctx, ERR_R_UNSUPPORTED, NULL);
crypto/openssl/ssl/quic/quic_impl.c
875
ERR_raise(ERR_LIB_SSL, ERR_R_UNSUPPORTED);
crypto/openssl/ssl/quic/quic_impl.c
887
ERR_raise(ERR_LIB_SSL, ERR_R_UNSUPPORTED);
crypto/openssl/ssl/quic/quic_wire_pkt.c
34
ERR_raise(ERR_LIB_SSL, ERR_R_UNSUPPORTED);
crypto/openssl/ssl/ssl_lib.c
8064
ERR_raise_data(ERR_LIB_SSL, ERR_R_UNSUPPORTED,
crypto/openssl/ssl/ssl_lib.c
8088
ERR_raise_data(ERR_LIB_SSL, ERR_R_UNSUPPORTED,
crypto/openssl/ssl/ssl_lib.c
8110
ERR_raise_data(ERR_LIB_SSL, ERR_R_UNSUPPORTED,
crypto/openssl/ssl/ssl_lib.c
8126
ERR_raise_data(ERR_LIB_SSL, ERR_R_UNSUPPORTED,
crypto/openssl/test/evp_test.c
5030
|| reason == ERR_R_UNSUPPORTED) {