Home
last modified time | relevance | path

Searched refs:MatchLimitOne (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.AppleTls/
H A DItems.cs53 internal static readonly IntPtr MatchLimitOne; field in Mono.AppleTls.SecKeyChain
79 MatchLimitOne = CFObject.GetIntPtr (handle, "kSecMatchLimitOne"); in SecKeyChain()
167 val = MatchLimitOne; in SetLimit()
/dports/security/keybase/client-v5.7.1/go/pinentry/
H A Dpinentry_osx_1.10.go33 query.SetMatchLimit(keychain.MatchLimitOne)
H A Dpinentry_osx_pre_1.10.go30 query.SetMatchLimit(keychain.MatchLimitOne)
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-keychain/
H A Dkeychain.go222 MatchLimitOne = 1 const
230 MatchLimitOne: C.CFTypeRef(C.kSecMatchLimitOne),
558 query.SetMatchLimit(MatchLimitOne)
H A DREADME.md68 query.SetMatchLimit(keychain.MatchLimitOne)