Home
last modified time | relevance | path

Searched defs:logStr (Results 1 – 14 of 14) sorted by relevance

/third_party/openhitls/tls/handshake/parse/src/
Dparse_client_hello.c82 const char *logStr = BINGLOG_STR("parse cipherSuites failed."); in ParseClientHelloCipherSuites() local
136 const char *logStr = BINGLOG_STR("parse compressionMethod failed."); in ParseClientHelloCompressionMethods() local
179 const char *logStr = BINGLOG_STR("parse extension length failed."); in ParseClientHelloExtensions() local
Dparse_new_sesion_ticket.c35 const char *logStr = BINGLOG_STR("ParseOneByteLengthField fail"); in ParseTicketNonce() local
131 const char *logStr = BINGLOG_STR("parse extension length failed."); in ParseNewSessionTicketExtensions() local
155 const char *logStr = BINGLOG_STR("parse sesionticket len fail."); in ParseNewSessionTicket() local
Dparse_client_key_exchange.c47 const char *logStr = BINGLOG_STR("clientKeyEx length error."); in ParseClientKxMsgEcdhe() local
119 const char *logStr = BINGLOG_STR("Parse RSA Premaster Secret error."); in ParseClientKxMsgRsa() local
Dparse_encrypted_extensions.c60 const char *logStr = BINGLOG_STR("parse supported groups len fail."); in ParseEncryptedSupportGroups() local
201 const char *logStr = BINGLOG_STR("parse encrypted Extensions len fail."); in ParseEncryptedExtensions() local
Dparse_certificate_request.c48 const char *logStr = BINGLOG_STR("parse signatureAndHashAlgLen fail."); in ParseSignatureAndHashAlgo() local
185 const char *logStr = BINGLOG_STR("parse distinguishedNamesLen fail."); in ParseDistinguishedName() local
211 const char *logStr = BINGLOG_STR("parse certTypesSize fail."); in ParseClientCertificateType() local
Dparse_certificate_verify.c76 const char *logStr = BINGLOG_STR("parse cert verifypre fail"); in ParseCertificateVerifyPre() local
194 const char *logStr = BINGLOG_STR("parse cert verify fail"); in ParseCertificateVerify() local
Dparse_server_key_exchange.c175 const char *logStr = BINGLOG_STR("parse ecdhe public key fail."); in ParseEcdhePublicKey() local
214 const char *logStr = BINGLOG_STR("parse ecdhe curve type fail."); in ParseEcParameters() local
343 const char *logStr = BINGLOG_STR("parse dhe param or PubKey fail. ret %d"); in ParseServerDhe() local
Dparse_certificate.c88 const char *logStr = BINGLOG_STR("length of certificate extension is incorrect."); in ParseCertExtension() local
194 const char *logStr = BINGLOG_STR("length of all certificates is incorrect."); in ParseCertificate() local
Dparse.c191 const char *logStr = BINGLOG_STR("parse DTLS handshake msg header failed."); in DtlsParseHsMsgHeader() local
223 const char *logStr = BINGLOG_STR("parse TLS handshake msg header failed."); in TlsParseHsMsgHeader() local
Dparse_server_hello.c60 const char *logStr = BINGLOG_STR("parse extension length failed."); in ParseServerHelloExtensions() local
/third_party/openhitls/tls/alert/include/
Dalert.h159 #define RETURN_ALERT_PROCESS(ctx, err, logId, logStr, description) \ argument
164 #define RETURN_ALERT_PROCESS(ctx, err, logId, logStr, description) \ argument
/third_party/openhitls/tls/alert/src/
Dalert.c266 int32_t ReturnAlertProcess(TLS_Ctx *ctx, int32_t err, uint32_t logId, const void *logStr, in ReturnAlertProcess()
278 int32_t ReturnErrorNumberProcess(int32_t err, uint32_t logId, const void *logStr) in ReturnErrorNumberProcess()
/third_party/openhitls/tls/cert/cert_adapt/
Dcert_method.c92 int32_t CheckCertCallBackRetVal(char *logStr, int32_t callBackRet, uint32_t bingLogId, uint32_t hit… in CheckCertCallBackRetVal()
/third_party/openhitls/tls/include/
Dtls_binlog_id.h510 #define RETURN_ERROR_NUMBER_PROCESS(err, logId, logStr) ReturnErrorNumberProcess(err, logId, LOG_ST… argument
514 #define RETURN_ERROR_NUMBER_PROCESS(err, logId, logStr) (err) argument