Searched refs:android_pubkey_encode (Results 1 - 5 of 5) sorted by relevance

/system/core/libcrypto_utils/include/crypto_utils/
H A Dandroid_pubkey.h55 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size);
/system/extras/verity/
H A Dgenerate_verity_key.c44 if (!android_pubkey_encode(private_key, key_data, sizeof(key_data)))
/system/core/libcrypto_utils/
H A Dandroid_pubkey.c122 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size) { function
/system/core/adb/
H A Dadb_auth_host.cpp80 if (!android_pubkey_encode(private_key, binary_key_data, sizeof(binary_key_data))) {
/system/core/libcrypto_utils/tests/
H A Dandroid_pubkey_test.cpp127 ASSERT_TRUE(android_pubkey_encode(key_.get(), key_data, sizeof(key_data)));

Completed in 338 milliseconds