OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PublicKeyAlloc
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/host/linktest/
main.c
21
PublicKeyAlloc
(0, 0, 0);
/external/vboot_reference/host/lib/include/
host_key.h
44
VbPublicKey*
PublicKeyAlloc
(uint64_t key_size, uint64_t algorithm,
/external/vboot_reference/host/lib/
host_key.c
147
VbPublicKey*
PublicKeyAlloc
(uint64_t key_size, uint64_t algorithm,
188
key =
PublicKeyAlloc
(key_size, algorithm, version);
250
kcopy =
PublicKeyAlloc
(key->key_size, 0, 0);
/external/vboot_reference/futility/
cmd_create.c
136
pubkey =
PublicKeyAlloc
(keyb_size, vb1_algorithm, opt_version);
/external/vboot_reference/tests/
vboot_common2_tests.c
22
VbPublicKey *key =
PublicKeyAlloc
(orig_key->key_size, 0, 0);
Completed in 114 milliseconds