Lines Matching full:failed
85 HITLS_MEMALLOC_FAIL, /**< Failed to apply for memory. */
102 HITLS_CFG_ERR_LOAD_CERT_FILE, /**< Failed to load the certificate file. */
103 HITLS_CFG_ERR_LOAD_CERT_BUFFER, /**< Failed to load the certificate buffer. */
104 HITLS_CFG_ERR_LOAD_KEY_FILE, /**< Failed to load the key file. */
105 HITLS_CFG_ERR_LOAD_KEY_BUFFER, /**< Failed to load the key buffer. */
106 HITLS_CONFIG_ERR_LOAD_GROUP_INFO, /**< Failed to load the group info. */
107 HITLS_CONFIG_ERR_LOAD_SIGN_SCHEME_INFO, /**< Failed to load the signature scheme info. */
127 HITLS_MSG_HANDLE_VERIFY_FINISHED_FAIL, /**< Failed to verify the finished message. */
128 HITLS_MSG_HANDLE_VERIFY_SIGN_FAIL, /**< Failed to verify the finished message. */
134 HITLS_MSG_VERIFY_COOKIE_ERR, /**< Failed to verify the cookie. */
135 HITLS_MSG_HANDLE_ERR_ENCODE_ECDH_KEY, /**< Failed to obtain the ECDH public key. */
136 HITLS_MSG_HANDLE_ERR_ENCODE_DH_KEY, /**< Failed to obtain the DH public key. */
137 HITLS_MSG_HANDLE_ERR_GET_DH_PARAMETERS, /**< Failed to obtain the DH parameter. */
138 HITLS_MSG_HANDLE_ERR_GET_DH_KEY, /**< Failed to generate the DH key. */
151 HITLS_MSG_HANDLE_GET_UNSIGN_DATA_FAIL, /**< Failed to obtain the unsigned data
163 … HITLS_MSG_HANDLE_ENCRYPT_THEN_MAC_ERR, /**< Failed to change the EncryptThenMac status */
168 HITLS_MSG_HANDLE_PSK_INVALID, /**< TLS1.3 psk check failed. */
174 …HITLS_MSG_HANDLE_ERR_INAPPROPRIATE_FALLBACK, /**< The downgrade negotiation failed, and the cli…
182 HITLS_PACK_SESSIONID_ERR, /**< Failed to assemble the sessionId. */
183 HITLS_PACK_COOKIE_ERR, /**< Failed to assemble the cookie. */
184 HITLS_PACK_CLIENT_CIPHER_SUITE_ERR, /**< Failed to assemble client_cipher_suite. */
188 …HITLS_PACK_SIGNATURE_ERR, /**< Failed to assemble the server_kx message sign…
189 HITLS_PACK_PRE_SHARED_KEY_ERR, /**< Failed to assemble the PSK. */
197 HITLS_PARSE_SERVER_NAME_ERR, /**< Failed to parse server_name. */
198 HITLS_PARSE_CERT_ERR, /**< Failed to parse the certificate. */
199 HITLS_PARSE_ECDH_PUBKEY_ERR, /**< Failed to parse the ecdh public key. */
200 HITLS_PARSE_ECDH_SIGN_ERR, /**< Failed to parse the ecdh signature. */
203 …HITLS_PARSE_GET_SIGN_PARA_ERR, /**< Failed to obtain the signature algorithm and …
205 HITLS_PARSE_VERIFY_SIGN_FAIL, /**< Failed to verify the signature. */
206 HITLS_PARSE_DH_P_ERR, /**< Failed to parse the dh_p. */
207 HITLS_PARSE_DH_G_ERR, /**< Failed to parse the dh_g. */
208 HITLS_PARSE_DH_PUBKEY_ERR, /**< Failed to parse the DHE public key. */
209 HITLS_PARSE_DH_SIGN_ERR, /**< Failed to parse the DHE signature. */
211 HITLS_PARSE_CA_LIST_ERR, /**< Failed to parse the CA name list. */
213 HITLS_PARSE_PRE_SHARED_KEY_FAILED, /**< Failed to parse the PSK extension. */
231 HITLS_REC_ERR_ENCRYPT, /**< Encryption failed. */
244 HITLS_REC_DECODE_ERROR, /**< Decoding failed. */
247 HITLS_REC_ERR_GENERATE_MAC, /**< Failed to generate the MAC address. */
256 HITLS_UIO_SCTP_IS_SND_BUF_EMPTY_FAIL, /**< Failed to obtain whether the sending buffer
258 …HITLS_UIO_SCTP_ADD_AUTH_KEY_FAIL, /**< Failed to add the auth key for the sctp UIO ob…
259 …HITLS_UIO_SCTP_ACTIVE_AUTH_KEY_FAIL, /**< Failed to activate the auth key for the sctp U…
260 …HITLS_UIO_SCTP_DEL_AUTH_KEY_FAIL, /**< Failed to delete the auth key for the sctp UIO…
265 HITLS_CERT_ERR_X509_DUP, /**< Failed to duplicate the certificate. */
266 HITLS_CERT_ERR_KEY_DUP, /**< Failed to duplicate the key. */
267 HITLS_CERT_ERR_STORE_DUP, /**< Failed to duplicate the store. */
268 … HITLS_CERT_ERR_CHAIN_DUP, /**< Failed to duplicate the certificate chain. */
269 …HITLS_CERT_CTRL_ERR_GET_ENCODE_LEN, /**< Failed to obtain the certificate encoding leng…
270 …HITLS_CERT_CTRL_ERR_GET_PUB_KEY, /**< Failed to obtain the certificate public key. */
271 HITLS_CERT_CTRL_ERR_GET_SIGN_ALGO, /**< Failed to obtain the signature algorithm. */
272 HITLS_CERT_KEY_CTRL_ERR_GET_SIGN_LEN, /**< Failed to obtain the signature length. */
273 HITLS_CERT_KEY_CTRL_ERR_GET_TYPE, /**< Failed to obtain the key type. */
274 HITLS_CERT_KEY_CTRL_ERR_GET_CURVE_NAME, /**< Failed to obtain the elliptic curve ID. */
275 HITLS_CERT_KEY_CTRL_ERR_GET_POINT_FORMAT, /**< Failed to obtain the point format. */
276 HITLS_CERT_KEY_CTRL_ERR_GET_SECBITS, /**< Failed to obtain security bits. */
282 HITLS_CERT_KEY_CTRL_ERR_GET_PARAM_ID, /**< Failed to obtain the parameter ID. */
288 HITLS_CERT_ERR_SELECT_CERTIFICATE, /**< Failed to select the certificate. */
289 … HITLS_CERT_ERR_BUILD_CHAIN, /**< Failed to construct the certificate chain. */
293 …HITLS_CERT_ERR_CREATE_SIGN, /**< Failed to sign using the certificate private …
294 HITLS_CERT_ERR_VERIFY_SIGN, /**< Failed to use the certificate public key
296 …HITLS_CERT_ERR_ENCRYPT, /**< Failed to encrypt the RSA certificate public …
297 …HITLS_CERT_ERR_DECRYPT, /**< Failed to decrypt using the RSA Certificate P…
298 HITLS_CERT_ERR_ADD_CHAIN_CERT, /**< Failed to add the certificate chain. */
299 …HITLS_CERT_ERR_MGR_DUP, /**< Failed to duplicate the certificate managemen…
304 HITLS_CERT_ERR_ENCODE, /**< Failed to encode the certificate. */
305 … HITLS_CERT_ERR_KEYUSAGE, /**< Failed to verify the certificate keyusage. */
315 HITLS_CRYPT_ERR_GENERATE_RANDOM, /**< Failed to generate a random number. */
320 HITLS_CRYPT_ERR_ENCODE_ECDH_KEY, /**< Failed to obtain the ECDH public key. */
321 HITLS_CRYPT_ERR_CALC_SHARED_KEY, /**< Failed to calculate the ECDH shared key. */
322 HITLS_CRYPT_ERR_ENCODE_DH_KEY, /**< Failed to obtain the DH public key. */
340 …HITLS_SESS_ERR_SESSION_TICKET_HMAC_FAIL, /**< Failed to calculate the session ticket hmac. */
341 … HITLS_SESS_ERR_SESSION_TICKET_KEY_FAIL, /**< Failed to obtain the ticket key, and then link
342 … establishment failed, so needs to sent alert. */
343 HITLS_SESS_ERR_ENC_VERIFY_RESULT_FAIL, /**< Failed to verify the encoding result. */
344 HITLS_SESS_ERR_ENC_MASTER_SECRET_FAIL, /**< Failed to encode the master secret. */
345 … HITLS_SESS_ERR_ENC_EXT_MASTER_SECRET_FAIL, /**< Failed to encode the extend master secret. */
346 HITLS_SESS_ERR_ENC_SESSION_ID_FAIL, /**< Failed to encode the session ID. */
347 HITLS_SESS_ERR_ENC_SESSION_ID_CTX_FAIL, /**< Failed to encode the session ID context. */
348 HITLS_SESS_ERR_ENC_HOST_NAME_FAIL, /**< Failed to encode the host name. */
349 HITLS_SESS_ERR_ENC_TIME_OUT_FAIL, /**< Failed to encode the time out. */
350 HITLS_SESS_ERR_ENC_VERSION_FAIL, /**< Failed to encode the version. */
351 HITLS_SESS_ERR_ENC_CIPHER_SUITE_FAIL, /**< Failed to encode the ciphersuite. */
352 HITLS_SESS_ERR_ENC_START_TIME_FAIL, /**< Failed to encode the start time. */
353 HITLS_SESS_ERR_ENC_PSK_IDENTITY_FAIL, /**< Failed to encode the PSK identity. */
354 HITLS_SESS_ERR_DEC_VERIFY_RESULT_FAIL, /**< Failed to decode the verify result. */
355 HITLS_SESS_ERR_DEC_VERSION_FAIL, /**< Failed to decode the version. */
357 HITLS_SESS_ERR_DEC_MASTER_SECRET_FAIL, /**< Failed to decode the master secret. */
358 HITLS_SESS_ERR_DEC_PSK_IDENTITY_FAIL, /**< Failed to decode the PSK identity. */
359 HITLS_SESS_ERR_DEC_START_TIME_FAIL, /**< Failed to decode the start time. */
360 HITLS_SESS_ERR_DEC_TIME_OUT_FAIL, /**< Failed to decode the time out. */
361 HITLS_SESS_ERR_DEC_HOST_NAME_FAIL, /**< Failed to decode the host name. */
362 HITLS_SESS_ERR_DEC_SESSION_ID_CTX_FAIL, /**< Failed to decode the session ID context. */
363 HITLS_SESS_ERR_DEC_SESSION_ID_FAIL, /**< Failed to decode the session ID. */
364 …HITLS_SESS_ERR_DEC_EXT_MASTER_SECRET_FAIL, /**< Failed to decode the extended master secret. */
365 HITLS_SESS_ERR_ENC_PEER_CERT_FAIL, /**< Failed to encode the peercert. */
366 HITLS_SESS_ERR_DEC_PEER_CERT_FAIL, /**< Failed to decode the peercert. */