Home
last modified time | relevance | path

Searched defs:prefixedBlob (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/km_compat/
Dkm_compat.cpp173 std::pair<bool, bool> prefixedKeyBlobParsePrefix(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobParsePrefix()
192 std::vector<uint8_t> prefixedKeyBlobRemovePrefix(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobRemovePrefix()
205 bool prefixedKeyBlobIsSoftKeyMint(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobIsSoftKeyMint()
214 dissectPrefixedKeyBlob(const std::vector<uint8_t>& prefixedBlob) { in dissectPrefixedKeyBlob()