Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp206 bool prefixedKeyBlobIsSoftKeyMint(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobIsSoftKeyMint() function
538 if (prefixedKeyBlobIsSoftKeyMint(in_inPrefixedWrappingKeyBlob)) { in importWrappedKey()
584 if (prefixedKeyBlobIsSoftKeyMint(prefixedKeyBlob)) { in deleteKey()
621 if (prefixedKeyBlobIsSoftKeyMint(prefixedKeyBlob)) { in begin()
684 if (prefixedKeyBlobIsSoftKeyMint(prefixedStorageKeyBlob)) { in convertStorageKeyToEphemeral()