Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/
Dhmac_openssl.rs39 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength> { in new_from_slice() method
69 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength> { in new_from_slice() method
112 fn new_from_slice<H: OpenSslHash>(key: &[u8]) -> Result<Hmac<H>, InvalidLength> { in new_from_slice() function
Dhmac_boringssl.rs46 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength> { in new_from_slice() method
/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/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs54 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
100 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
186 fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs54 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
100 pub fn new_from_slice(key: &[u8]) -> Self { in new_from_slice() method
186 fn new_from_slice(key: &[u8]) -> Self { 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/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs103 fn new_from_slice(_key: &[u8]) -> Result<Self, crypto_provider::hmac::InvalidLength> { in new_from_slice() method
133 fn new_from_slice(_key: &[u8]) -> Result<Self, crypto_provider::hmac::InvalidLength> { in new_from_slice() method
/external/crosvm/media/cros-codecs/src/decoders/h264/
Dpicture.rs118 pub fn new_from_slice(slice: &Slice<&[u8]>, sps: &Sps, timestamp: u64) -> Self { in new_from_slice() method