Searched refs:android_pubkey_encode (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/core/libcrypto_utils/include/crypto_utils/ |
H A D | android_pubkey.h | 55 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size);
|
/aosp12/system/core/libcrypto_utils/tests/ |
H A D | android_pubkey_test.cpp | 127 ASSERT_TRUE(android_pubkey_encode(key_.get(), key_data, sizeof(key_data))); in TEST_F()
|
/aosp12/packages/modules/adb/crypto/ |
H A D | rsa_2048_key.cpp | 30 if (!android_pubkey_encode(private_key, binary_key_data, sizeof(binary_key_data))) { in CalculatePublicKey()
|
/aosp12/system/core/libcrypto_utils/ |
H A D | android_pubkey.cpp | 111 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size) { in android_pubkey_encode() function
|
/aosp12/system/extras/verity/ |
H A D | generate_verity_key.c | 44 if (!android_pubkey_encode(private_key, key_data, sizeof(key_data))) in write_public_keyfile()
|