Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dblock_cipher_internal.h67 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx,
H A Dblock_cipher.c126 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setkey() function
H A Dccm.c66 if ((ret = mbedtls_block_cipher_setkey(&ctx->block_cipher_ctx, key, keybits)) != 0) { in mbedtls_ccm_setkey()
H A Dgcm.c180 if ((ret = mbedtls_block_cipher_setkey(&ctx->block_cipher_ctx, key, keybits)) != 0) { in mbedtls_gcm_setkey()