Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/common/src/
H A Dtag.rs1066 fn for_encryption(purpose: KeyPurpose) -> bool { in for_encryption() function
1086 if for_signing(purpose) || (for_encryption(purpose) && padding == PaddingMode::RsaOaep) { in check_begin_rsa_params()
1098 PaddingMode::RsaOaep if for_encryption(purpose) => { in check_begin_rsa_params()
1126 PaddingMode::RsaPkcs115Encrypt if for_encryption(purpose) => { in check_begin_rsa_params()