Home
last modified time | relevance | path

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

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