Home
last modified time | relevance | path

Searched defs:msg_digest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/keymint/common/src/crypto/
H A Drsa.rs162 let msg_digest = tag::get_digest(params)?; in new() localVariable
/aosp_15_r20/system/keymint/common/src/
H A Dtag.rs1338 let msg_digest = get_tag_value!(params, Digest, ErrorCode::IncompatibleDigest)?; in check_rsa_wrapping_key_params() localVariable