Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A 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
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A 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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dcmd_processing.rs120 pub(crate) fn new_from_slice(buffer: &'a mut [u8]) -> Self { in new_from_slice() method