Home
last modified time | relevance | path

Searched refs:okm (Results 1 – 1 of 1) sorted by relevance

/system/keymint/common/src/
Dcrypto.rs512 let mut okm = vec_try_with_capacity!(n * SHA256_DIGEST_LEN)?; in expand() localVariable
521 okm.try_extend_from_slice(&t)?; in expand()
523 okm.truncate(out_len); in expand()
524 Ok(okm) in expand()