Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp35 using cppcose::EDDSA;
103 .add(CoseKey::ALGORITHM, EDDSA) in GenerateBcc()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h72 EDDSA = -8, enumerator
162 auto key = parse(coseKey, OCTET_KEY_PAIR, EDDSA, ED25519); in parseEd25519()
/system/keymaster/cppcose/
Dcppcose.cpp157 bytevec protParms = protectedParams.add(ALGORITHM, EDDSA).canonicalize().encode(); in constructCoseSign1()
196 if (!algorithm || !algorithm->asInt() || algorithm->asInt()->value() != EDDSA) { in verifyAndParseCoseSign1()