Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Dhmac.rs25 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength> { in new_from_slice() method
58 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength> { in new_from_slice() method
/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Dhmac.rs21 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength>; in new_from_slice() method
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs51 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
106 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
202 fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
/external/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs81 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
148 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
252 fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
/external/rust/beto-rust/nearby/presence/np_adv/src/filter/
Dmod.rs243 pub fn new_from_slice(actions: &[actions::ActionType]) -> Result<Self, InvalidLength> { in new_from_slice() method
/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs116 fn new_from_slice(_key: &[u8]) -> Result<Self, crypto_provider::hmac::InvalidLength> { in new_from_slice() method
146 fn new_from_slice(_key: &[u8]) -> Result<Self, crypto_provider::hmac::InvalidLength> { in new_from_slice() method