Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dremote_provisioning_utils.cpp29 using cppcose::ECDH_ES_HKDF_256;
197 .add(ALGORITHM, ECDH_ES_HKDF_256) in buildCertReqRecipients()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h73 ECDH_ES_HKDF_256 = -25, enumerator
175 auto key = parse(coseKey, OCTET_KEY_PAIR, ECDH_ES_HKDF_256, X25519); in parseX25519()
/system/keymaster/cppcose/
Dcppcose.cpp286 if (!algorithm || !algorithm->asInt() || algorithm->asInt()->value() != ECDH_ES_HKDF_256) { in getSenderPubKeyFromCoseEncrypt()