Home
last modified time | relevance | path

Searched defs:KdfError (Results 1 – 3 of 3) sorted by relevance

/system/security/mls/mls-rs-crypto-boringssl/src/
Dkdf.rs26 pub enum KdfError { enum
56 impl IntoAnyError for KdfError { implementation
79 async fn extract(&self, salt: &[u8], ikm: &[u8]) -> Result<Vec<u8>, KdfError> { in extract() argument
97 async fn expand(&self, prk: &[u8], info: &[u8], len: usize) -> Result<Vec<u8>, KdfError> { in expand() argument
Dhpke.rs37 KdfError(AnyError), enumerator
Dlib.rs54 KdfError(AnyError), enumerator