Searched defs:NistKey (Results  1 – 3 of 3) sorted by relevance
| /system/keymint/boringssl/src/ | 
| D | ec.rs | 99     fn nist_public_key(&self, key: &ec::NistKey, curve: ec::NistCurve) -> Result<Vec<u8>, Error> {  in nist_public_key()268     fn new(key: ec::NistKey, curve: ec::NistCurve, digest: MessageDigest) -> Result<Self, Error> {  in new()
 338     fn new(key: ec::NistKey, curve: ec::NistCurve) -> Result<Self, Error> {  in new()
 
 | 
| /system/keymint/common/src/crypto/ | 
| D | ec.rs | 297 pub struct NistKey(pub Vec<u8>);  struct
 | 
| D | traits.rs | 367     fn nist_public_key(&self, key: &ec::NistKey, curve: ec::NistCurve) -> Result<Vec<u8>, Error>;  in nist_public_key()614     fn nist_public_key(&self, _key: &ec::NistKey, _curve: ec::NistCurve) -> Result<Vec<u8>, Error> {  in nist_public_key()
 
 |