Searched defs:KeymasterBlob (Results 1 – 10 of 10) sorted by relevance
| /system/security/keystore/include/keystore/ |
| D | KeymasterBlob.h | 25 struct KeymasterBlob : public ::android::Parcelable { struct 26 KeymasterBlob(){}; in KeymasterBlob() function 27 explicit KeymasterBlob(hardware::hidl_vec<uint8_t> data) : data_(data) {} in KeymasterBlob() function 30 const hardware::hidl_vec<uint8_t>& getData() const { return data_; } in getData()
|
| /system/keymaster/include/keymaster/legacy_support/ |
| D | keymaster_passthrough_engine.h | 35 typedef TKeymasterBlob<keymaster_blob_t> KeymasterBlob; typedef
|
| D | keymaster_passthrough_key.h | 47 const KeymasterBlob& /* issuer_subject */, in GenerateKey() 58 const KeymasterBlob& /* issuer_subject */, in ImportKey()
|
| /system/keymaster/km_openssl/ |
| D | symmetric_key.cpp | 37 const KeymasterBlob& /* issuer_subject */, in GenerateKey() 70 const KeymasterBlob& /* issuer_subject */, in ImportKey()
|
| /system/keymaster/legacy_support/ |
| D | rsa_keymaster1_key.cpp | 88 const KeymasterBlob& /* issuer_subject */, in GenerateKey() 103 const KeymasterBlob& /* issuer_subject */, in ImportKey()
|
| D | ec_keymaster1_key.cpp | 68 const KeymasterBlob& /* issuer_subject */, in GenerateKey() 92 const KeymasterBlob& /* issuer_subject */, in ImportKey()
|
| /system/keymaster/contexts/ |
| D | keymaster2_passthrough_context.cpp | 133 const KeymasterBlob& /* issuer_subject */, keymaster_error_t* error) const { in GenerateAttestation() argument
|
| D | keymaster1_passthrough_context.cpp | 234 const KeymasterBlob& /* issuer_subject */, keymaster_error_t* error) const { in GenerateAttestation() argument
|
| D | soft_keymaster_context.cpp | 371 const KeymasterBlob& /* issuer_subject */, // in GenerateAttestation()
|
| /system/keymaster/include/keymaster/ |
| D | android_keymaster_utils.h | 232 typedef TKeymasterBlob<keymaster_blob_t> KeymasterBlob; typedef
|