Home
last modified time | relevance | path

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

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