Searched defs:sha2_byte (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libsum/
H A Dsum-sha2.c73 typedef uint8_t sha2_byte; /* Exactly 1 byte */ typedef
134 typedef uint8_t sha2_byte; /* Exactly 1 byte */ typedef
140 typedef u_int8_t sha2_byte; /* Exactly 1 byte */ typedef
448 sha2_byte digest[SHA256_DIGEST_LENGTH];
449 sha2_byte digest_sum[SHA256_DIGEST_LENGTH];
452 sha2_byte buffer[SHA256_BLOCK_LENGTH];
634 sha2_byte* data = (sha2_byte*)s;
778 register sha2_byte* d;
779 register sha2_byte*
[all...]

Completed in 13 milliseconds