OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signaturebuf
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/host/lib/
signature_digest.c
41
uint8_t*
SignatureBuf
(const uint8_t* buf, uint64_t len, const char* key_file,
51
VBDEBUG(("
SignatureBuf
(): Couldn't open key file: %s\n", key_file));
58
VBDEBUG(("
SignatureBuf
(): Couldn't read private key from file: %s\n",
66
VBDEBUG(("
SignatureBuf
(): RSA_private_encrypt() failed.\n"));
host_signature.c
151
VBDEBUG(("
SignatureBuf
(): RSA_private_encrypt() failed.\n"));
297
VBDEBUG(("
SignatureBuf
(): RSA_private_encrypt() failed.\n"));
/external/vboot_reference/host/lib/include/
signature_digest.h
34
uint8_t*
SignatureBuf
(const uint8_t* buf, uint64_t len, const char* key_file,
/external/vboot_reference/host/linktest/
main.c
54
SignatureBuf
(0, 0, 0, 0);
/art/tools/dmtracedump/
tracedump.cc
[
all
...]
Completed in 1945 milliseconds