Home
last modified time | relevance | path

Searched refs:upgradedBlob (Results 1 – 9 of 9) sorted by relevance

/system/vold/
DKeymaster.h55 std::optional<std::string> getUpgradedBlob() const { return upgradedBlob; } in getUpgradedBlob()
77 upgradedBlob = rhs.upgradedBlob;
78 rhs.upgradedBlob = std::nullopt;
91 upgradedBlob = std::optional(std::string(blob->begin(), blob->end()));
93 upgradedBlob = std::nullopt;
102 std::optional<std::string> upgradedBlob; variable
DKeymaster.cpp217 return KeymasterOperation(cor.iOperation, cor.upgradedBlob); in begin()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DEphemeralStorageKeyResponse.aidl39 @nullable byte[] upgradedBlob;
DCreateOperationResponse.aidl41 @nullable byte[] upgradedBlob;
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DEphemeralStorageKeyResponse.aidl34 @nullable byte[] upgradedBlob;
DCreateOperationResponse.aidl48 @nullable byte[] upgradedBlob;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DEphemeralStorageKeyResponse.aidl39 @nullable byte[] upgradedBlob;
DCreateOperationResponse.aidl41 @nullable byte[] upgradedBlob;
/system/security/keystore2/src/
Dsecurity_level.rs385 upgradedBlob: if key.domain == Domain::BLOB { upgraded_blob } else { None }, in create_operation()
901 Ok(EphemeralStorageKeyResponse { ephemeralKey: result, upgradedBlob: None }) in convert_storage_key_to_ephemeral()
925 upgradedBlob: Some(upgraded_blob), in convert_storage_key_to_ephemeral()