Searched defs:rse_crypto_pack_iovec (Results 1 – 1 of 1) sorted by relevance
46 struct rse_crypto_pack_iovec { struct47 psa_key_id_t key_id; /* !< Key id */48 psa_algorithm_t alg; /* !< Algorithm */49 uint32_t op_handle; /*53 uint32_t ad_length; /*57 uint32_t plaintext_length; /*62 struct rse_crypto_aead_pack_input aead_in; /*67 uint16_t function_id; /*72 uint16_t step; /* !< Key derivation step */73 union {