Home
last modified time | relevance | path

Searched refs:ANDROID_PUBKEY_ENCODED_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libcrypto_utils/tests/
H A Dandroid_pubkey_test.cpp36 const uint8_t kKey2048[ANDROID_PUBKEY_ENCODED_SIZE] = {
126 uint8_t key_data[ANDROID_PUBKEY_ENCODED_SIZE]; in TEST_F()
/aosp14/system/core/libcrypto_utils/include/crypto_utils/
H A Dandroid_pubkey.h34 #define ANDROID_PUBKEY_ENCODED_SIZE \ macro