Home
last modified time | relevance | path

Searched defs:tfm_crypto_pack_iovec (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/interface/include/
Dtfm_crypto_defs.h43 struct tfm_crypto_pack_iovec { struct
44 psa_key_id_t key_id; /*!< Key id */
45 psa_algorithm_t alg; /*!< Algorithm */
46 uint32_t op_handle; /*!< Client context handle associated to a
49 size_t ad_length; /*!< Additional Data length for multipart AEAD */
50 size_t plaintext_length; /*!< Plaintext length for multipart AEAD */
52 struct tfm_crypto_aead_pack_input aead_in; /*!< Packs AEAD-related inputs */
54 uint16_t function_id; /*!< Used to identify the function in the
58 uint16_t step; /*!< Key derivation step */
59 union {