Searched defs:expand (Results 1 – 6 of 6) sorted by relevance
/system/authgraph/boringssl/src/ |
D | hmac.rs | 50 fn expand(&self, prk: &PseudoRandKey, context: &[u8]) -> Result<PseudoRandKey, Error> { in expand() method
|
/system/security/mls/mls-rs-crypto-boringssl/src/ |
D | kdf.rs | 97 async fn expand(&self, prk: &[u8], info: &[u8], len: usize) -> Result<Vec<u8>, KdfError> { in expand() method
|
/system/secretkeeper/dice_policy/building/src/ |
D | lib.rs | 94 fn expand( in expand() method
|
/system/authgraph/core/src/ |
D | traits.rs | 136 fn expand(&self, prk: &PseudoRandKey, context: &[u8]) -> Result<PseudoRandKey, Error>; in expand() method
|
/system/keymint/common/src/ |
D | crypto.rs | 500 fn expand( in expand() method
|
/system/keymint/common/src/crypto/ |
D | traits.rs | 453 fn expand( in expand() method
|