Home
last modified time | relevance | path

Searched refs:EC_MAX_BYTES (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/crypto/
Dcrypto.hpp52 static const size_t EC_MAX_BYTES = 32; variable
DAndroid.bp81 "--allowlist-var", "EC_MAX_BYTES",
Dlib.rs25 EC_POINT_free, HKDFExpand, HKDFExtract, EC_KEY, EC_MAX_BYTES, EC_POINT, EVP_MAX_MD_SIZE,
317 let mut buf = ZVec::new(EC_MAX_BYTES)?; in ecdh_compute_key()
Dcrypto.cpp223 return ECDH_compute_key(out, EC_MAX_BYTES, pub_key, priv_key, nullptr); in ECDHComputeKey()