Searched refs:isSoftKeyMint (Results 1 – 1 of 1) sorted by relevance
160 std::vector<uint8_t> keyBlobPrefix(const std::vector<uint8_t>& blob, bool isSoftKeyMint) { in keyBlobPrefix() argument164 result.push_back(isSoftKeyMint ? 1 : 0); in keyBlobPrefix()187 bool isSoftKeyMint = (prefixedBlob[kKeyBlobPrefixSize - 1] == 1); in prefixedKeyBlobParsePrefix() local188 return std::make_pair(true, isSoftKeyMint); in prefixedKeyBlobParsePrefix()