Home
last modified time | relevance | path

Searched defs:fake_signature (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/keymaster/km_openssl/
H A Drsa_key_factory.cpp111 bool fake_signature = key_size < 1024 || !IsCertSigningKey(key_description); in GenerateKey() local
158 bool fake_signature = key_size < 1024 || !IsCertSigningKey(key_description); in ImportKey() local
H A Dcertificate_utils.cpp344 bool fake_signature, keymaster_error_t* error) { in generate_self_signed_cert()
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_context.cpp389 const Key& key, const AuthorizationSet& cert_params, bool fake_signature, in GenerateSelfSignedCertificate()
H A Dpure_soft_keymaster_context.cpp369 const Key& key, const AuthorizationSet& cert_params, bool fake_signature, in GenerateSelfSignedCertificate()