Home
last modified time | relevance | path

Searched refs:hash_h (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_hash.c49 P_CC3XX->hash.hash_h[idx] = bswap_32(buf[idx]); in set_hash_h()
58 buf[idx] = bswap_32(P_CC3XX->hash.hash_h[idx]); in get_hash_h()
156 get_hash_h(state->hash_h, sizeof(state->hash_h)); in cc3xx_lowlevel_hash_get_state()
169 set_hash_h(state->hash_h, hash_h_len); in cc3xx_lowlevel_hash_set_state()
Dcc3xx_hash.h42 uint32_t hash_h[8]; member
Dcc3xx_reg_defs.h244 __IOM uint32_t hash_h[9]; variable