Searched defs:tfm_crypto_pack_iovec (Results 1 – 1 of 1) sorted by relevance
43 struct tfm_crypto_pack_iovec { struct44 psa_key_id_t key_id; /*!< Key id */45 psa_algorithm_t alg; /*!< Algorithm */46 uint32_t op_handle; /*!< Client context handle associated to a49 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 the58 uint16_t step; /*!< Key derivation step */59 union {