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.cpp178 std::pair<bool, bool> prefixedKeyBlobParsePrefix(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobParsePrefix()
197 std::vector<uint8_t> prefixedKeyBlobRemovePrefix(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobRemovePrefix()
210 bool prefixedKeyBlobIsSoftKeyMint(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobIsSoftKeyMint()
219 dissectPrefixedKeyBlob(const std::vector<uint8_t>& prefixedBlob) { in dissectPrefixedKeyBlob()