Home
last modified time | relevance | path

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

/system/security/keystore2/src/km_compat/
Dkm_compat.cpp210 bool prefixedKeyBlobIsSoftKeyMint(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobIsSoftKeyMint() function
583 if (prefixedKeyBlobIsSoftKeyMint(in_inPrefixedWrappingKeyBlob)) { in importWrappedKey()
623 if (prefixedKeyBlobIsSoftKeyMint(in_inKeyBlobToUpgrade)) { in upgradeKey()
649 if (prefixedKeyBlobIsSoftKeyMint(prefixedKeyBlob)) { in deleteKey()
692 if (prefixedKeyBlobIsSoftKeyMint(prefixedKeyBlob)) { in beginInternal()
768 if (prefixedKeyBlobIsSoftKeyMint(prefixedStorageKeyBlob)) { in convertStorageKeyToEphemeral()