Searched refs:OCSP_R_ROOT_CA_NOT_TRUSTED (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | ocsperr.h | 42 # define OCSP_R_ROOT_CA_NOT_TRUSTED 112 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ocsperr.h | 65 # define OCSP_R_ROOT_CA_NOT_TRUSTED 112 macro
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_err.c | 46 {ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ROOT_CA_NOT_TRUSTED),
|
D | ocsp_vfy.c | 149 ERR_raise(ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED); in OCSP_basic_verify()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 2782 #ifdef OCSP_R_ROOT_CA_NOT_TRUSTED 2783 {"ROOT_CA_NOT_TRUSTED", ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED},
|
D | _ssl_data_111.h | 2943 #ifdef OCSP_R_ROOT_CA_NOT_TRUSTED 2944 {"ROOT_CA_NOT_TRUSTED", ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED},
|
D | _ssl_data_300.h | 4058 #ifdef OCSP_R_ROOT_CA_NOT_TRUSTED 4059 {"ROOT_CA_NOT_TRUSTED", ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 813 OCSP_R_ROOT_CA_NOT_TRUSTED:112:root ca not trusted
|