Home
last modified time | relevance | path

Searched refs:android_pubkey_decode (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/core/libcrypto_utils/include/crypto_utils/
H A Dandroid_pubkey.h47 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key);
/aosp12/packages/modules/adb/daemon/
H A Dauth.cpp125 if (!android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)) { in adbd_tls_client_ca_list()
172 if (!android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)) { in adbd_auth_verify()
331 if (!android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)) { in adbd_tls_verify_cert()
/aosp12/system/core/libcrypto_utils/tests/
H A Dandroid_pubkey_test.cpp112 ASSERT_TRUE(android_pubkey_decode(kKey2048, sizeof(kKey2048), &new_key)); in SetUp()
/aosp12/packages/modules/adb/crypto/tests/
H A Dkey_test.cpp61 ASSERT_TRUE(android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)); in TEST()
H A Drsa_2048_key_test.cpp64 ASSERT_TRUE(android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)); in TEST()
/aosp12/system/extras/verity/
H A Dverity_verifier.cpp42 if (!android_pubkey_decode(reinterpret_cast<const uint8_t*>(content.c_str()), in load_key()
/aosp12/system/core/libcrypto_utils/
H A Dandroid_pubkey.cpp55 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key) { in android_pubkey_decode() function
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_verity.cpp109 if (!android_pubkey_decode(key_data, sizeof(key_data), &key)) { in load_key()