Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native.Apple/
H A Dpal_ecc.cpp8 …int32_t keySizeBits, SecKeychainRef tempKeychain, SecKeyRef* pPublicKey, SecKeyRef* pPrivateKey, i… in AppleCryptoNative_EccGenerateKey()
H A Dpal_rsa.cpp11 …int32_t keySizeBits, SecKeychainRef tempKeychain, SecKeyRef* pPublicKey, SecKeyRef* pPrivateKey, i… in AppleCryptoNative_RsaGenerateKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/
H A DInterop.Ecc.cs17 SafeKeychainHandle tempKeychain, in AppleCryptoNative_EccGenerateKey()