Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/pairing_auth/
H A Daes_128_gcm.cpp35 Aes128Gcm::Aes128Gcm(const uint8_t* key_material, size_t key_material_len) { in Aes128Gcm()
H A Dpairing_auth.cpp148 size_t key_material_len = 0; in InitCipher() local