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

  /external/vboot_reference/firmware/lib/cryptolib/
rsa_utility.c 89 RSAPublicKey* verification_key = NULL; local
102 verification_key = RSAPublicKeyFromBuf(key_blob, key_size);
104 verification_key = (RSAPublicKey*) key; /* Supress const warning. */
109 if (!verification_key)
113 success = RSAVerify(verification_key, sig, (uint32_t)sig_size,
118 RSAPublicKeyFree(verification_key); /* Only free if we allocated it. */
129 RSAPublicKey* verification_key = NULL; local
141 verification_key = RSAPublicKeyFromBuf(key_blob, key_size);
143 verification_key = (RSAPublicKey*) key; /* Supress const warning. */
148 if (!verification_key)
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 2248 HidlBuf signing_key, verification_key; local
    [all...]
  /hardware/interfaces/keymaster/4.0/vts/functional/
keymaster_hidl_hal_test.cpp 1510 HidlBuf signing_key, verification_key; local
    [all...]

Completed in 246 milliseconds