OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_type_map
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/firmware/lib/cryptolib/include/
padding.h
34
extern const int
hash_type_map
[];
/external/vboot_reference/firmware/lib/cryptolib/
sha_utility.c
15
ctx->algorithm =
hash_type_map
[sig_algorithm];
padding.c
181
const int
hash_type_map
[] = {
variable
/external/vboot_reference/host/lib/
host_signature.c
121
digest = DigestBuf(data, size,
hash_type_map
[key->algorithm]);
266
digest = DigestBuf(data, size,
hash_type_map
[key_algorithm]);
Completed in 233 milliseconds