HomeSort by relevance Sort by last modified time
    Searched refs:SignatureBuf (Results 1 - 3 of 3) sorted by null

  /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);
  /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"));

Completed in 528 milliseconds