Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cert_create/src/
H A Dsha.c22 int nids[] = {NID_sha256, NID_sha384, NID_sha512}; in get_algorithm_nid() local
23 if (hash_alg < 0 || hash_alg >= sizeof(nids) / sizeof(*nids)) { in get_algorithm_nid()
26 return nids[hash_alg]; in get_algorithm_nid()