Home
last modified time | relevance | path

Searched refs:EC_R_DECODE_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c82 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
97 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
112 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
152 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
172 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
278 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in parse_explicit_prime_curve()
299 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in parse_explicit_prime_curve()
327 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_curve_name()
427 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in d2i_ECPrivateKey()
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dec_asn1.c82 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
97 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
112 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
152 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
172 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_private_key()
278 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in parse_explicit_prime_curve()
299 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in parse_explicit_prime_curve()
327 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in EC_KEY_parse_curve_name()
427 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in d2i_ECPrivateKey()
/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c340 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in ec_GFp_simple_felem_from_bytes()
347 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in ec_GFp_simple_felem_from_bytes()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c342 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in ec_GFp_simple_felem_from_bytes()
352 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR); in ec_GFp_simple_felem_from_bytes()
/external/boringssl/src/include/openssl/
Dec.h443 #define EC_R_DECODE_ERROR 128 macro
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dec.h432 #define EC_R_DECODE_ERROR 128 macro
/external/python/cpython3/Modules/
D_ssl_data.h1832 #ifdef EC_R_DECODE_ERROR
1833 {"DECODE_ERROR", ERR_LIB_EC, EC_R_DECODE_ERROR},
D_ssl_data_111.h1973 #ifdef EC_R_DECODE_ERROR
1974 {"DECODE_ERROR", ERR_LIB_EC, EC_R_DECODE_ERROR},
D_ssl_data_300.h2733 #ifdef EC_R_DECODE_ERROR
2734 {"DECODE_ERROR", ERR_LIB_EC, EC_R_DECODE_ERROR},