Home
last modified time | relevance | path

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

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