Lines Matching defs:sha2_byte
91 typedef uint8_t sha2_byte; /* Exactly 1 byte */
152 typedef uint8_t sha2_byte; /* Exactly 1 byte */
158 typedef u_int8_t sha2_byte; /* Exactly 1 byte */
466 sha2_byte digest[SHA256_DIGEST_LENGTH];
467 sha2_byte digest_sum[SHA256_DIGEST_LENGTH];
470 sha2_byte buffer[SHA256_BLOCK_LENGTH];
652 sha2_byte* data = (sha2_byte*)s;
796 register sha2_byte* d;
797 register sha2_byte* e;
835 sha2_byte digest[SHA512_DIGEST_LENGTH];
836 sha2_byte digest_sum[SHA512_DIGEST_LENGTH];
839 sha2_byte buffer[SHA512_BLOCK_LENGTH];
1015 sha2_byte* data = (sha2_byte*)s;
1158 register sha2_byte* d;
1159 register sha2_byte* e;
1227 register sha2_byte* d;
1228 register sha2_byte* e;