Home
last modified time | relevance | path

Searched defs:expand (Results 1 – 6 of 6) sorted by relevance

/system/authgraph/boringssl/src/
Dhmac.rs50 fn expand(&self, prk: &PseudoRandKey, context: &[u8]) -> Result<PseudoRandKey, Error> { in expand() method
/system/security/mls/mls-rs-crypto-boringssl/src/
Dkdf.rs97 async fn expand(&self, prk: &[u8], info: &[u8], len: usize) -> Result<Vec<u8>, KdfError> { in expand() method
/system/secretkeeper/dice_policy/building/src/
Dlib.rs94 fn expand( in expand() method
/system/authgraph/core/src/
Dtraits.rs136 fn expand(&self, prk: &PseudoRandKey, context: &[u8]) -> Result<PseudoRandKey, Error>; in expand() method
/system/keymint/common/src/
Dcrypto.rs500 fn expand( in expand() method
/system/keymint/common/src/crypto/
Dtraits.rs453 fn expand( in expand() method