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

  /system/core/libcrypto_utils/include/crypto_utils/
android_pubkey.h 47 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key);
  /system/extras/verity/
verity_verifier.cpp 43 if (!android_pubkey_decode(reinterpret_cast<const uint8_t*>(content.c_str()),
  /system/core/libcrypto_utils/
android_pubkey.c 64 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key) { function
  /system/core/adb/
adbd_auth.cpp 76 if (!android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)) {
  /system/core/libcrypto_utils/tests/
android_pubkey_test.cpp 112 ASSERT_TRUE(android_pubkey_decode(kKey2048, sizeof(kKey2048), &new_key));
  /system/core/fs_mgr/
fs_mgr_verity.cpp 107 if (!android_pubkey_decode(key_data, sizeof(key_data), &key)) {

Completed in 594 milliseconds