Searched defs:tfm_hal_its_auth_crypt_ctx (Results 1 – 1 of 1) sorted by relevance
24 struct tfm_hal_its_auth_crypt_ctx { struct25 uint8_t *deriv_label; /* The derivation label for AEAD */26 size_t deriv_label_size; /* Size of the deriv_label in bytes */27 uint8_t *aad; /* The additional authenticated data for AEAD */28 size_t aad_size; /* Size of the aad in bytes */29 uint8_t *nonce; /* The nonce for AEAD */30 size_t nonce_size; /* Size of the nonce in bytes */