SHA256_DIGEST_LENGTH  276 crypto/sha2.c  	bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH);
SHA256_DIGEST_LENGTH  544 crypto/sha2.c  		bcopy(context->state, d, SHA256_DIGEST_LENGTH);
SHA256_DIGEST_LENGTH   44 crypto/sha2.h  #define SHA256_DIGEST_STRING_LENGTH	(SHA256_DIGEST_LENGTH * 2 + 1)
SHA256_DIGEST_LENGTH   73 crypto/sha2.h  void SHA256_Final(u_int8_t[SHA256_DIGEST_LENGTH], SHA256_CTX *)
SHA256_DIGEST_LENGTH   74 crypto/sha2.h  	__attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));