Searched refs:MBEDTLS_ERR_SSL_COUNTER_WRAPPING (Results 1 – 5 of 5) sorted by relevance
365 { -(MBEDTLS_ERR_SSL_COUNTER_WRAPPING), "SSL_COUNTER_WRAPPING" },
110 #define MBEDTLS_ERR_SSL_COUNTER_WRAPPING -0x6B80 /**< A counter would wrap (eg, t… macro
1181 #define POLARSSL_ERR_SSL_COUNTER_WRAPPING MBEDTLS_ERR_SSL_COUNTER_WRAPPING
496 if( use_ret == -(MBEDTLS_ERR_SSL_COUNTER_WRAPPING) ) in mbedtls_strerror()
2372 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