Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dccm.c110 static int mbedtls_ccm_crypt( mbedtls_ccm_context *ctx, in mbedtls_ccm_crypt() function
396 ret = mbedtls_ccm_crypt( ctx, offset, use_len, input, output ); in mbedtls_ccm_update()
410 ret = mbedtls_ccm_crypt( ctx, offset, use_len, input, local_output ); in mbedtls_ccm_update()
475 ret = mbedtls_ccm_crypt( ctx, 0, 16, ctx->y, ctx->y ); in mbedtls_ccm_finish()