Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dccm.c105 #define CCM_STATE__ERROR (1 << 4) macro
123 ctx->state |= CCM_STATE__ERROR; in mbedtls_ccm_crypt()
189 ctx->state |= CCM_STATE__ERROR; in ccm_calculate_first_block_if_ready()
196 ctx->state |= CCM_STATE__ERROR; in ccm_calculate_first_block_if_ready()
275 if( ctx->state & CCM_STATE__ERROR ) in mbedtls_ccm_update_ad()
324 ctx->state |= CCM_STATE__ERROR; in mbedtls_ccm_update_ad()
351 if( ctx->state & CCM_STATE__ERROR ) in mbedtls_ccm_update()
391 ctx->state |= CCM_STATE__ERROR; in mbedtls_ccm_update()
424 ctx->state |= CCM_STATE__ERROR; in mbedtls_ccm_update()
454 if( ctx->state & CCM_STATE__ERROR ) in mbedtls_ccm_finish()