Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/crypto/
Dcrypto_mbedcrypto.c17 static uint8_t mbedtls_memory_buf[256]; variable
19 static void mbedtls_init(uint8_t mbedtls_memory_buf[], size_t size) in mbedtls_init() argument
21 mbedtls_memory_buffer_alloc_init(mbedtls_memory_buf, in mbedtls_init()
34 mbedtls_init(mbedtls_memory_buf, sizeof(mbedtls_memory_buf)); in bl1_sha256_compute()
84 mbedtls_init(mbedtls_memory_buf, sizeof(mbedtls_memory_buf)); in bl1_aes_256_ctr_decrypt()