Searched refs:tfm_crypto_operation_s (Results 1 – 2 of 2) sorted by relevance
74 ``tfm_crypto_operation_s`` to wrap PSA multi-part crypto operation object and79 struct tfm_crypto_operation_s {91 TF-M Crypto service assigns a ``tfm_crypto_operation_s`` object for each93 ``tfm_crypto_operation_s`` object content will be cleaned after the sequence101 functions will immediately clean up the structure ``tfm_crypto_operation_s``104 When ``tfm_crypto_operation_s`` content is cleaned in TF-M ``update()`` and106 inside ``tfm_crypto_operation_s`` is also cleaned. If the underlying crypto
35 struct tfm_crypto_operation_s { struct50 static struct tfm_crypto_operation_s operations[CRYPTO_CONC_OPER_NUM] = {{0}}; argument