Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_init.c121 static psa_status_t tfm_crypto_alloc_scratch(size_t requested_size, void **buf) in tfm_crypto_alloc_scratch() function
170 status = tfm_crypto_alloc_scratch(msg->in_size[i], &alloc_buf_ptr); in tfm_crypto_init_iovecs()
184 status = tfm_crypto_alloc_scratch(msg->out_size[i], &alloc_buf_ptr); in tfm_crypto_init_iovecs()