Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp471 auto pubKeysToSignMac = generateCoseMac0Mac(ephemeral_mac_function, std::vector<uint8_t>{}, in GenerateCsr() local
473 if (!pubKeysToSignMac) { in GenerateCsr()
478 response->keys_to_sign_mac = KeymasterBlob(pubKeysToSignMac->data(), pubKeysToSignMac->size()); in GenerateCsr()
491 .add(std::pair(pubKeysToSignMac->data(), pubKeysToSignMac->size())) in GenerateCsr()