Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/nxp/crypto/caam/
Dhash.h68 struct hash_ctx { struct
69 struct sg_entry sg_tbl[MAX_SG];
70 uint32_t hash_desc[64];
71 uint8_t hash[SHA256_DIGEST_SIZE];
72 uint32_t sg_num;
73 uint32_t len;
74 uint8_t *data;
75 enum hash_algo algo;
76 bool active;