Searched refs:prefixedKeyBlob (Results 1 – 1 of 1) sorted by relevance
582 ScopedAStatus KeyMintDevice::deleteKey(const std::vector<uint8_t>& prefixedKeyBlob) { in deleteKey() argument583 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() argument620 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() argument716 auto [strippedKeyBlob, isSoftware] = dissectPrefixedKeyBlob(prefixedKeyBlob); in getKeyCharacteristics()1085 const std::vector<uint8_t>& prefixedKeyBlob, X509* cert) { in signCertificate() argument1155 const std::vector<uint8_t>& prefixedKeyBlob) { in getCertificate() argument[all …]