Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A Decies_kem.cpp27 if (!authorizations.GetTagValue(TAG_EC_CURVE, &curve_)) { in EciesKem()
33 switch (curve_) { in EciesKem()
40 LOG_E("EciesKem: curve %d is unsupported", curve_); in EciesKem()
85 key_exchange_.reset(NistCurveKeyExchange::GenerateKeyExchange(curve_)); in Encrypt()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Decies_kem.h56 keymaster_ec_curve_t curve_; variable
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...