Home
last modified time | relevance | path

Searched defs:nist_public_key (Results 1 – 2 of 2) sorted by relevance

/system/keymint/boringssl/src/
Dec.rs115 fn nist_public_key(&self, key: &ec::NistKey, curve: ec::NistCurve) -> Result<Vec<u8>, Error> { in nist_public_key() method
/system/keymint/common/src/crypto/
Dtraits.rs385 fn nist_public_key(&self, key: &ec::NistKey, curve: ec::NistCurve) -> Result<Vec<u8>, Error>; in nist_public_key() method
651 fn nist_public_key(&self, _key: &ec::NistKey, _curve: ec::NistCurve) -> Result<Vec<u8>, Error> { in nist_public_key() method