Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Drsa_key_factory.cpp111 bool fake_signature = in GenerateKey() local
114 context_.GenerateSelfSignedCertificate(key, key_description, fake_signature, &error); in GenerateKey()
159 bool fake_signature = in ImportKey() local
162 context_.GenerateSelfSignedCertificate(key, key_description, fake_signature, &error); in ImportKey()
Dcertificate_utils.cpp344 bool fake_signature, keymaster_error_t* error) { in generate_self_signed_cert() argument
370 if (fake_signature) { in generate_self_signed_cert()
/system/keymaster/include/keymaster/km_openssl/
Dcertificate_utils.h73 bool fake_signature, keymaster_error_t* error);
/system/keymaster/include/keymaster/
Dkeymaster_context.h176 bool fake_signature,
/system/keymaster/include/keymaster/contexts/
Dsoft_keymaster_context.h87 bool fake_signature,
Dpure_soft_keymaster_context.h80 bool fake_signature,
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp389 const Key& key, const AuthorizationSet& cert_params, bool fake_signature, in GenerateSelfSignedCertificate() argument
406 return generate_self_signed_cert(asymmetric_key, cert_params, fake_signature, error); in GenerateSelfSignedCertificate()
Dpure_soft_keymaster_context.cpp369 const Key& key, const AuthorizationSet& cert_params, bool fake_signature, in GenerateSelfSignedCertificate() argument
386 return generate_self_signed_cert(asymmetric_key, cert_params, fake_signature, error); in GenerateSelfSignedCertificate()