Searched refs:PublicKeyAlloc (Results 1 - 5 of 5) sorted by relevance

/external/vboot_reference/host/linktest/
H A Dmain.c21 PublicKeyAlloc(0, 0, 0);
/external/vboot_reference/host/lib/include/
H A Dhost_key.h44 VbPublicKey* PublicKeyAlloc(uint64_t key_size, uint64_t algorithm,
/external/vboot_reference/host/lib/
H A Dhost_key.c147 VbPublicKey* PublicKeyAlloc(uint64_t key_size, uint64_t algorithm, function
188 key = PublicKeyAlloc(key_size, algorithm, version);
250 kcopy = PublicKeyAlloc(key->key_size, 0, 0);
/external/vboot_reference/futility/
H A Dcmd_create.c136 pubkey = PublicKeyAlloc(keyb_size, vb1_algorithm, opt_version);
/external/vboot_reference/tests/
H A Dvboot_common2_tests.c22 VbPublicKey *key = PublicKeyAlloc(orig_key->key_size, 0, 0);

Completed in 121 milliseconds