Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp476 .add(ALGORITHM, AES_GCM_256) in constructCoseEncrypt()
600 if (!algorithm || !algorithm->asInt() || algorithm->asInt()->value() != AES_GCM_256) { in decryptCoseEncrypt()
631 .add(AES_GCM_256) in consructKdfContext()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h79 AES_GCM_256 = 3, enumerator