Home
last modified time | relevance | path

Searched refs:htobe32 (Results 1 - 1 of 1) sorted by relevance

/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c20 #ifndef htobe32
21 #define htobe32(value) \ macro
213 sha256_pad[pad_word_len - 1] = htobe32((uint32_t)total_bit_len); in hash_sha256_pad_update()
215 sha256_pad[pad_word_len - 2] = htobe32((uint32_t)total_bit_len); in hash_sha256_pad_update()
230 iv[i] = htobe32(iv[i]); in hash_sha256_output_iv()

Completed in 2 milliseconds