Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_SSL_COUNTER_WRAPPING (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c365 { -(MBEDTLS_ERR_SSL_COUNTER_WRAPPING), "SSL_COUNTER_WRAPPING" },
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h110 #define MBEDTLS_ERR_SSL_COUNTER_WRAPPING -0x6B80 /**< A counter would wrap (eg, t… macro
A Dcompat-1.3.h1181 #define POLARSSL_ERR_SSL_COUNTER_WRAPPING MBEDTLS_ERR_SSL_COUNTER_WRAPPING
/AliOS-Things-master/components/mbedtls/library/
A Derror.c496 if( use_ret == -(MBEDTLS_ERR_SSL_COUNTER_WRAPPING) ) in mbedtls_strerror()
A Dssl_tls.c2372 return( MBEDTLS_ERR_SSL_COUNTER_WRAPPING ); in ssl_decrypt_buf()
3440 return( MBEDTLS_ERR_SSL_COUNTER_WRAPPING ); in mbedtls_ssl_write_record()
6005 return( MBEDTLS_ERR_SSL_COUNTER_WRAPPING ); in mbedtls_ssl_parse_change_cipher_spec()
6530 return( MBEDTLS_ERR_SSL_COUNTER_WRAPPING ); in mbedtls_ssl_write_finished()

Completed in 37 milliseconds