Home
last modified time | relevance | path

Searched refs:KeystoreResponse (Results 1 – 12 of 12) sorted by relevance

/system/security/keystore/include/keystore/
DKeystoreResponse.h30 struct KeystoreResponse : public ::android::Parcelable { struct
32 KeystoreResponse() = default;
33 explicit KeystoreResponse(const int response_code, const String16& error_msg) in KeystoreResponse() function
35 explicit KeystoreResponse(const int response_code) in KeystoreResponse() argument
38 KeystoreResponse(const ::keystore::KeyStoreServiceReturnCode& rc) in KeystoreResponse() function
40 KeystoreResponse(const KeystoreResponse& other) in KeystoreResponse() function
46 KeystoreResponse(KeystoreResponse&& other) = default;
Dkeystore_promises.h55 ::android::security::keystore::KeystoreResponse>;
59 std::tuple<::android::security::keystore::KeystoreResponse,
67 std::tuple<::android::security::keystore::KeystoreResponse,
/system/security/keystore/binder/android/security/keystore/
DIKeystoreResponseCallback.aidl19 import android.security.keystore.KeystoreResponse;
25 void onFinished(in KeystoreResponse response); in onFinished()
DIKeystoreKeyCharacteristicsCallback.aidl19 import android.security.keystore.KeystoreResponse;
26 void onFinished(in KeystoreResponse response, in KeyCharacteristics charactersistics); in onFinished()
DIKeystoreCertificateChainCallback.aidl19 import android.security.keystore.KeystoreResponse;
26 void onFinished(in KeystoreResponse response, in KeymasterCertificateChain chain); in onFinished()
DKeystoreResponse.aidl20 parcelable KeystoreResponse cpp_header "keystore/KeystoreResponse.h";
DIKeystoreOperationResultCallback.aidl19 import android.security.keystore.KeystoreResponse;
DIKeystoreExportKeyCallback.aidl19 import android.security.keystore.KeystoreResponse;
/system/security/keystore/
DKeystoreResponse.cpp29 status_t KeystoreResponse::readFromParcel(const Parcel* in) { in readFromParcel()
35 status_t KeystoreResponse::writeToParcel(Parcel* out) const { in writeToParcel()
DAndroid.bp150 "KeystoreResponse.cpp",
Dkeystore_client_impl.cpp52 using android::security::keystore::KeystoreResponse;
Dkey_store_service.cpp72 using ::android::security::keystore::KeystoreResponse;