Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dblock_cipher_internal.h49 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx,
H A Dblock_cipher.c86 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setup() function
H A Dccm.c62 if ((ret = mbedtls_block_cipher_setup(&ctx->block_cipher_ctx, cipher)) != 0) { in mbedtls_ccm_setkey()
H A Dgcm.c176 if ((ret = mbedtls_block_cipher_setup(&ctx->block_cipher_ctx, cipher)) != 0) { in mbedtls_gcm_setkey()