Searched refs:android_pubkey_decode (Results 1 – 8 of 8) sorted by relevance
/system/core/libcrypto_utils/include/crypto_utils/ |
D | android_pubkey.h | 47 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key);
|
/system/core/libcrypto_utils/tests/ |
D | android_pubkey_test.cpp | 112 ASSERT_TRUE(android_pubkey_decode(kKey2048, sizeof(kKey2048), &new_key)); in SetUp()
|
/system/core/adb/daemon/ |
D | auth.cpp | 124 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/ |
D | key_test.cpp | 61 ASSERT_TRUE(android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)); in TEST()
|
D | rsa_2048_key_test.cpp | 64 ASSERT_TRUE(android_pubkey_decode(keybuf, ANDROID_PUBKEY_ENCODED_SIZE, &key)); in TEST()
|
/system/extras/verity/ |
D | verity_verifier.cpp | 42 if (!android_pubkey_decode(reinterpret_cast<const uint8_t*>(content.c_str()), in load_key()
|
/system/core/libcrypto_utils/ |
D | android_pubkey.c | 64 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key) { in android_pubkey_decode() function
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 109 if (!android_pubkey_decode(key_data, sizeof(key_data), &key)) { in load_key()
|