Searched defs: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()187 bool isSoftKeyMint = (prefixedBlob[kKeyBlobPrefixSize - 1] == 1); in prefixedKeyBlobParsePrefix() local