Searched defs:KdfError (Results 1 – 3 of 3) sorted by relevance
26 pub enum KdfError { enum56 impl IntoAnyError for KdfError { implementation79 async fn extract(&self, salt: &[u8], ikm: &[u8]) -> Result<Vec<u8>, KdfError> { in extract() argument97 async fn expand(&self, prk: &[u8], info: &[u8], len: usize) -> Result<Vec<u8>, KdfError> { in expand() argument
37 KdfError(AnyError), enumerator
54 KdfError(AnyError), enumerator