Home
last modified time | relevance | path

Searched refs:SHA256_SUM_LEN (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/include/u-boot/
Dsha256.h4 #define SHA256_SUM_LEN 32 macro
20 void sha256_finish(sha256_context * ctx, uint8_t digest[SHA256_SUM_LEN]);
/external/u-boot/drivers/crypto/
Dace_sha.c21 static const unsigned char sha256_digest_emptymsg[SHA256_SUM_LEN] = {
40 memcpy(pout, sha256_digest_emptymsg, SHA256_SUM_LEN); in ace_sha_hash_digest()
91 len = (hash_type == ACE_SHA_TYPE_SHA1) ? SHA1_SUM_LEN : SHA256_SUM_LEN; in ace_sha_hash_digest()
/external/u-boot/common/
Dautoboot.c54 u8 sha_env[SHA256_SUM_LEN]; in passwd_abort()
55 u8 sha[SHA256_SUM_LEN]; in passwd_abort()
95 if (slow_equals(sha, sha_env, SHA256_SUM_LEN)) in passwd_abort()
Dhash.c144 .digest_size = SHA256_SUM_LEN,
Dimage-sig.c45 .checksum_len = SHA256_SUM_LEN,
Dimage-fit.c1145 *value_len = SHA256_SUM_LEN; in calculate_hash()
/external/u-boot/cmd/mvebu/
Dbubt.c530 u8 hash_256_output[SHA256_SUM_LEN]; in check_image_header()
596 case SHA256_SUM_LEN: in check_image_header()
/external/u-boot/board/theobroma-systems/puma_rk3399/
Dpuma-rk3399.c102 u8 hash[SHA256_SUM_LEN]; in setup_macaddr()
/external/u-boot/drivers/misc/
Dcros_ec_sandbox.c373 size = SHA256_SUM_LEN; in process_cmd()