Searched defs:sha_ctx (Results 1 – 2 of 2) sorted by relevance
26 struct sha_ctx { struct27 uint32_t sha_desc[64];28 uint32_t sg_num;29 uint32_t len;30 struct sg_entry sg_tbl[MAX_SG_32];31 u8 hash[HASH_MAX_DIGEST_SIZE];
273 SHA_CTX *sha_ctx = ctx; in x_sha1_update() local285 SHA_CTX *sha_ctx = ctx; in x_sha1_final() local