Home
last modified time | relevance | path

Searched refs:HASH_ALG_SHA384 (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/tools/cert_create/include/
H A Dkey.h38 HASH_ALG_SHA384, enumerator
/rk3399_ARM-atf/tools/cert_create/src/
H A Dsha.c93 if (md_alg == HASH_ALG_SHA384) { in sha_file()
H A Dmain.c87 [HASH_ALG_SHA384] = "sha384",
419 if (hash_alg == HASH_ALG_SHA384) { in main()
H A Dcert.c64 case HASH_ALG_SHA384: in get_digest()