Searched refs:EC_R_OPERATION_NOT_SUPPORTED (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/ec/ |
D | ecdsa_sign.c | 31 ERR_raise(ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED); in ECDSA_do_sign_ex() 47 ERR_raise(ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED); in ECDSA_sign_ex() 56 ERR_raise(ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED); in ECDSA_sign_setup()
|
D | ecdsa_vrf.c | 31 ERR_raise(ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED); in ECDSA_do_verify() 47 ERR_raise(ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED); in ECDSA_verify()
|
D | ec_err.c | 95 {ERR_PACK(ERR_LIB_EC, 0, EC_R_OPERATION_NOT_SUPPORTED),
|
D | ec_kmeth.c | 162 ERR_raise(ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED); in ECDH_compute_key()
|
D | ec_key.c | 224 ERR_raise(ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED); in EC_KEY_generate_key()
|
/third_party/openssl/include/openssl/ |
D | ecerr.h | 83 # define EC_R_OPERATION_NOT_SUPPORTED 152 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ecerr.h | 255 # define EC_R_OPERATION_NOT_SUPPORTED 152 macro
|
/third_party/python/Modules/ |
D | _ssl_data.h | 2017 #ifdef EC_R_OPERATION_NOT_SUPPORTED 2018 {"OPERATION_NOT_SUPPORTED", ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED},
|
D | _ssl_data_111.h | 2163 #ifdef EC_R_OPERATION_NOT_SUPPORTED 2164 {"OPERATION_NOT_SUPPORTED", ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED},
|
D | _ssl_data_300.h | 2963 #ifdef EC_R_OPERATION_NOT_SUPPORTED 2964 {"OPERATION_NOT_SUPPORTED", ERR_LIB_EC, EC_R_OPERATION_NOT_SUPPORTED},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 587 EC_R_OPERATION_NOT_SUPPORTED:152:operation not supported
|