HomeSort by relevance Sort by last modified time
    Searched refs:kKeystoreEngineId (Results 1 - 5 of 5) sorted by null

  /system/security/keystore-engine/
methods.h 27 extern const char* kKeystoreEngineId;
eng_keystore.cpp 53 const char* kKeystoreEngineId = "keystore";
168 if (!ENGINE_set_id(e, kKeystoreEngineId)
221 if (strcmp(id, kKeystoreEngineId)) {
dsa_meth.cpp 102 kKeystoreEngineId, /* name */
ecdsa_meth.cpp 108 kKeystoreEngineId, /* name */
rsa_meth.cpp 185 kKeystoreEngineId,

Completed in 215 milliseconds