OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vb2_public_key_alloc
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/host/lib21/include/
host_key2.h
138
int
vb2_public_key_alloc
(struct vb2_public_key **key_ptr,
142
* Return the packed data for a key allocated with
vb2_public_key_alloc
().
/external/vboot_reference/host/lib21/
host_key.c
336
int
vb2_public_key_alloc
(struct vb2_public_key **key_ptr,
function
400
if (
vb2_public_key_alloc
(&key, sig_alg)) {
/external/vboot_reference/futility/
cmd_create.c
216
if (
vb2_public_key_alloc
(&pubkey, sig_alg)) {
Completed in 1675 milliseconds