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

  /test/vts-testcase/vndk/golden/28/binder32/arm/lib/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /test/vts-testcase/vndk/golden/28/binder32/x86/lib/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /test/vts-testcase/vndk/golden/28/binder64/arm/lib/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib64/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /test/vts-testcase/vndk/golden/28/binder64/x86/lib/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib64/vndk-28/
libcrypto_utils.so_symbol.dump 0 android_pubkey_decode
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libcrypto_utils.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libcrypto_utils.so 
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libcrypto_utils.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libcrypto_utils.so 
  /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);
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libcrypto_utils.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libcrypto_utils.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libcrypto_utils.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
libcrypto_utils.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
libcrypto_utils.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libcrypto_utils.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libcrypto_utils.so.lsdump.gz 
  /system/extras/verity/
verity_verifier.cpp 43 if (!android_pubkey_decode(reinterpret_cast<const uint8_t*>(content.c_str()),
  /system/core/adb/
adbd_auth.cpp 76 if (!android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)) {
  /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/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 367 milliseconds