Searched defs:rss_crypto_pack_iovec (Results 1 – 1 of 1) sorted by relevance
43 struct rss_crypto_pack_iovec { struct44 psa_key_id_t key_id; /* Key id */45 psa_algorithm_t alg; /* Algorithm */46 uint32_t op_handle; /* Frontend context handle associated48 uint32_t capacity; /* Key derivation capacity */49 uint32_t ad_length; /* Additional Data length for multipart AEAD */50 uint32_t plaintext_length; /* Plaintext length for multipart AEAD */51 struct rss_crypto_aead_pack_input aead_in; /* Packs AEAD-related inputs */52 uint16_t function_id; /* Used to identify the function in the API dispatcher55 uint16_t step; /* Key derivation step */