Searched defs:new_from_slice (Results 1 – 8 of 8) sorted by relevance
| /external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/ |
| D | hmac_openssl.rs | 39 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
|
| D | hmac_boringssl.rs | 46 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength> { in new_from_slice() method
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/ |
| D | hmac.rs | 25 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/ |
| D | hmac.rs | 54 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/ |
| D | hmac.rs | 54 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/ |
| D | hmac.rs | 21 fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength>; in new_from_slice() method
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/ |
| D | lib.rs | 103 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/ |
| D | picture.rs | 118 pub fn new_from_slice(slice: &Slice<&[u8]>, sps: &Sps, timestamp: u64) -> Self { in new_from_slice() method
|