Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp582 ScopedAStatus KeyMintDevice::deleteKey(const std::vector<uint8_t>& prefixedKeyBlob) { in deleteKey() argument
583 const std::vector<uint8_t>& keyBlob = prefixedKeyBlobRemovePrefix(prefixedKeyBlob); in deleteKey()
584 if (prefixedKeyBlobIsSoftKeyMint(prefixedKeyBlob)) { in deleteKey()
612 const std::vector<uint8_t>& prefixedKeyBlob, in begin() argument
620 const std::vector<uint8_t>& in_inKeyBlob = prefixedKeyBlobRemovePrefix(prefixedKeyBlob); in begin()
621 if (prefixedKeyBlobIsSoftKeyMint(prefixedKeyBlob)) { in begin()
714 const std::vector<uint8_t>& prefixedKeyBlob, const std::vector<uint8_t>& appId, in getKeyCharacteristics() argument
716 auto [strippedKeyBlob, isSoftware] = dissectPrefixedKeyBlob(prefixedKeyBlob); in getKeyCharacteristics()
1085 const std::vector<uint8_t>& prefixedKeyBlob, X509* cert) { in signCertificate() argument
1155 const std::vector<uint8_t>& prefixedKeyBlob) { in getCertificate() argument
[all …]