Searched refs:sha_type (Results 1 – 3 of 3) sorted by relevance
37 for sha_type in ${sha_types[@]}42 --pack "${key_base}.sha${sha_type}.vbpubk" \49 --pack "${key_base}.sha${sha_type}.vbprivk" \
20 void tinysha_init(HashAlg sha_type, tiny_sha* s) { in tinysha_init() argument21 switch (sha_type) { in tinysha_init()36 s->hash_alg = sha_type; in tinysha_init()
68 void tinysha_init(HashAlg sha_type, tiny_sha* s);