Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp174 std::pair<bool, bool> prefixedKeyBlobParsePrefix(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobParsePrefix()
193 std::vector<uint8_t> prefixedKeyBlobRemovePrefix(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobRemovePrefix()
206 bool prefixedKeyBlobIsSoftKeyMint(const std::vector<uint8_t>& prefixedBlob) { in prefixedKeyBlobIsSoftKeyMint()
215 dissectPrefixedKeyBlob(const std::vector<uint8_t>& prefixedBlob) { in dissectPrefixedKeyBlob()