Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dccm.h339 int mbedtls_ccm_starts(mbedtls_ccm_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dccm.c223 int mbedtls_ccm_starts(mbedtls_ccm_context *ctx, in mbedtls_ccm_starts() function
522 if ((ret = mbedtls_ccm_starts(ctx, mode, iv, iv_len)) != 0) { in ccm_auth_crypt()
H A Dpsa_crypto_aead.c382 mbedtls_ccm_starts(&operation->ctx.ccm, in mbedtls_psa_aead_set_nonce()
H A Dcipher.c537 return mbedtls_ccm_starts((mbedtls_ccm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1813 The multi-part functions: mbedtls_ccm_starts(), mbedtls_ccm_set_lengths(),