OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignatureCopy
(Results
1 - 8
of
8
) sorted by null
/external/vboot_reference/host/linktest/
main.c
38
SignatureCopy
(0, 0);
/external/vboot_reference/host/lib/include/
host_signature.h
29
int
SignatureCopy
(VbSignature* dest, const VbSignature* src);
/external/vboot_reference/host/lib/
host_common.c
58
SignatureCopy
(&h->body_signature, body_signature);
66
SignatureCopy
(&h->preamble_signature, sigtmp);
120
SignatureCopy
(&h->body_signature, body_signature);
128
SignatureCopy
(&h->preamble_signature, sigtmp);
host_keyblock.c
58
SignatureCopy
(&h->key_block_checksum, sigtmp);
64
SignatureCopy
(&h->key_block_signature, sigtmp);
118
SignatureCopy
(&h->key_block_checksum, sigtmp);
125
SignatureCopy
(&h->key_block_signature, sigtmp);
host_signature.c
44
int
SignatureCopy
(VbSignature* dest, const VbSignature* src) {
/external/vboot_reference/tests/
vb20_common3_tests.c
28
SignatureCopy
((VbSignature *)&h->keyblock_signature, sig);
168
SignatureCopy
((VbSignature *)&h->preamble_signature, sig);
vboot_common2_tests.c
114
SignatureCopy
(&h->preamble_signature, sig);
vboot_common3_tests.c
162
SignatureCopy
(&h->preamble_signature, sig);
Completed in 62 milliseconds