Home
last modified time | relevance | path

Searched defs:key_material (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/pairing_auth/
Daes_128_gcm.cpp37 Aes128Gcm::Aes128Gcm(const uint8_t* key_material, size_t key_material_len) { in Aes128Gcm()
Dpairing_auth.cpp151 uint8_t key_material[SPAKE2_MAX_KEY_SIZE]; in InitCipher() local