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

  /system/security/keystore-engine/
keystore_backend.h 33 virtual int32_t get_pubkey(const char *key_id, uint8_t** pubkey,
keystore_backend_binder.h 34 int32_t get_pubkey(const char *key_id, uint8_t** pubkey,
keystore_backend_hidl.h 34 int32_t get_pubkey(const char *key_id, uint8_t** pubkey,
keystore_backend_binder.cpp 63 int32_t KeystoreBackendBinder::get_pubkey(const char* key_id, uint8_t** pubkey, function in class:KeystoreBackendBinder
75 auto ret = service->get_pubkey(String16(key_id), &pubkey_vec);
keystore_backend_hidl.cpp 64 int32_t KeystoreBackendHidl::get_pubkey( function in class:KeystoreBackendHidl
android_engine.cpp 364 int32_t ret = g_keystore_backend->get_pubkey(key_id, &pubkey, &pubkey_len);
  /system/hardware/interfaces/wifi/keystore/1.0/default/
keystore.cpp 44 auto ret = service->get_pubkey(String16(keyId.c_str()), &pubkey);
  /system/security/keystore/binder/android/security/
IKeystoreService.aidl 50 byte[] get_pubkey(String name);
  /system/security/keystore/
keystore_cli.cpp 257 SINGLE_ARG_DATA_RETURN(get_pubkey);
key_store_service.h 88 * Until that happens, it's necessary to have a separate "get_pubkey" and
92 ::android::binder::Status get_pubkey(const ::android::String16& name,
key_store_service.cpp 583 * Until that happens, it's necessary to have a separate "get_pubkey" and
587 Status KeyStoreService::get_pubkey(const String16& name, ::std::vector<uint8_t>* pubKey) { function in class:KeyStoreService
    [all...]

Completed in 311 milliseconds