Searched refs:SM2_R_BAD_SIGNATURE (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | sm2err.h | 30 # define SM2_R_BAD_SIGNATURE 101 macro
|
/third_party/openssl/include/crypto/ |
H A D | sm2err.h | 30 # define SM2_R_BAD_SIGNATURE 101 macro
|
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_err.c | 20 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BAD_SIGNATURE), "bad signature"},
|
H A D | sm2_sign.c | 357 ERR_raise(ERR_LIB_SM2, SM2_R_BAD_SIGNATURE); in sm2_sig_verify() 367 ERR_raise(ERR_LIB_SM2, SM2_R_BAD_SIGNATURE); in sm2_sig_verify()
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_err.c | 20 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BAD_SIGNATURE), "bad signature"},
|
H A D | sm2_sign.c | 357 ERR_raise(ERR_LIB_SM2, SM2_R_BAD_SIGNATURE); in sm2_sig_verify() 367 ERR_raise(ERR_LIB_SM2, SM2_R_BAD_SIGNATURE); in sm2_sig_verify()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | sm2err.h | 51 # define SM2_R_BAD_SIGNATURE 101 macro
|
/third_party/python/Modules/ |
H A D | _ssl_data_111.h | 4118 #ifdef SM2_R_BAD_SIGNATURE 4119 {"BAD_SIGNATURE", ERR_LIB_SM2, SM2_R_BAD_SIGNATURE},
|
H A D | _ssl_data_300.h | 6103 #ifdef SM2_R_BAD_SIGNATURE 6104 {"BAD_SIGNATURE", ERR_LIB_SM2, SM2_R_BAD_SIGNATURE},
|
Completed in 12 milliseconds