Searched refs:searchKeyChain (Results 1 – 2 of 2) sorted by relevance
24 let data = try searchKeyChain(with: key, options: options) in definition()96 private func searchKeyChain(with key: String, options: SecureStoreOptions) throws -> Data? { in searchKeyChain() function