Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/test_utils/
H A Dkey_generations.rs105 pub struct KeyParams { struct
107 pub key_size: i32,
109 pub purpose: Vec<KeyPurpose>,
111 pub padding: Option<PaddingMode>,
113 pub digest: Option<Digest>,
115 pub mgf_digest: Option<Digest>,
117 pub block_mode: Option<BlockMode>,
119 pub att_challenge: Option<Vec<u8>>,
700 key_params: &KeyParams, in generate_rsa_key()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_identity.cc116 KeyParams::KeyParams(KeyType key_type) { in KeyParams() function in rtc::KeyParams
/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_rsa_key_tests.rs78 key_params: &key_generations::KeyParams, in create_rsa_key_and_operation()