Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/lib/psa/
Drss_crypto_defs.h43 struct rss_crypto_pack_iovec { struct
44 psa_key_id_t key_id; /* Key id */
45 psa_algorithm_t alg; /* Algorithm */
46 uint32_t op_handle; /* Frontend context handle associated
48 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 dispatcher
55 uint16_t step; /* Key derivation step */