Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/docs/security/security_advisories/
Dcrypto_multi_part_ops_abort_fail.rst74 ``tfm_crypto_operation_s`` to wrap PSA multi-part crypto operation object and
79 struct tfm_crypto_operation_s {
91 TF-M Crypto service assigns a ``tfm_crypto_operation_s`` object for each
93 ``tfm_crypto_operation_s`` object content will be cleaned after the sequence
101 functions will immediately clean up the structure ``tfm_crypto_operation_s``
104 When ``tfm_crypto_operation_s`` content is cleaned in TF-M ``update()`` and
106 inside ``tfm_crypto_operation_s`` is also cleaned. If the underlying crypto
/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/
Dcrypto_alloc.c35 struct tfm_crypto_operation_s { struct
50 static struct tfm_crypto_operation_s operations[CRYPTO_CONC_OPER_NUM] = {{0}}; argument