Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha_mb_ctx.h120 struct sha1_hash_ctx { struct
122 struct job_sha1 job;
124 int status;
126 int error;
128 uint32_t total_length;
129 const void *incoming_buffer;
130 uint32_t incoming_buffer_length;
131 uint8_t partial_block_buffer[SHA1_BLOCK_SIZE * 2];
132 uint32_t partial_block_buffer_length;
133 void *user_data;