Home
last modified time | relevance | path

Searched defs:new_from (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/keymint/common/src/crypto/
H A Dhmac.rs62 pub fn new_from(data: &[u8]) -> Result<Key, Error> { in new_from() method
H A Ddes.rs51 pub fn new_from(data: &[u8]) -> Result<Key, Error> { in new_from() method
H A Daes.rs64 pub fn new_from(data: &[u8]) -> Result<Self, Error> { in new_from() method