Home
last modified time | relevance | path

Searched refs:SecKeyRef (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native.Apple/
H A Dpal_rsa.h19 SecKeyRef* pPublicKey,
20 SecKeyRef* pPrivateKey,
28 extern "C" int32_t AppleCryptoNative_RsaDecryptOaep(SecKeyRef privateKey,
41SecKeyRef privateKey, uint8_t* pbData, int32_t cbData, CFDataRef* pDecryptedOut, CFErrorRef* pErro…
48 extern "C" int32_t AppleCryptoNative_RsaEncryptOaep(SecKeyRef publicKey,
61SecKeyRef publicKey, uint8_t* pbData, int32_t cbData, CFDataRef* pEncryptedOut, CFErrorRef* pError…
H A Dpal_seckey.h34SecKeyRef pKey, int32_t exportPrivate, CFStringRef cfExportPassphrase, CFDataRef* ppDataOut, int32…
49 …uint8_t* pbKeyBlob, int32_t cbKeyBlob, int32_t isPrivateKey, SecKeyRef* ppKeyOut, int32_t* pOSStat…
59 extern "C" uint64_t AppleCryptoNative_SecKeyGetSimpleKeySizeInBytes(SecKeyRef publicKey);
66 OSStatus ExportImportKey(SecKeyRef* key, SecExternalItemType type);
H A Dpal_signverify.h18SecKeyRef privateKey, uint8_t* pbDataHash, int32_t cbDataHash, CFDataRef* pSignatureOut, CFErrorRe…
25 extern "C" int32_t AppleCryptoNative_GenerateSignatureWithHashAlgorithm(SecKeyRef privateKey,
38 extern "C" int32_t AppleCryptoNative_VerifySignatureWithHashAlgorithm(SecKeyRef publicKey,
52 extern "C" int32_t AppleCryptoNative_VerifySignature(SecKeyRef publicKey,
H A Dpal_seckey.cpp8SecKeyRef pKey, int32_t exportPrivate, CFStringRef cfExportPassphrase, CFDataRef* ppDataOut, int32… in AppleCryptoNative_SecKeyExport()
41 …uint8_t* pbKeyBlob, int32_t cbKeyBlob, int32_t isPrivateKey, SecKeyRef* ppKeyOut, int32_t* pOSStat… in AppleCryptoNative_SecKeyImportEphemeral()
116 *ppKeyOut = reinterpret_cast<SecKeyRef>(const_cast<void*>(outItem)); in AppleCryptoNative_SecKeyImportEphemeral()
129 extern "C" uint64_t AppleCryptoNative_SecKeyGetSimpleKeySizeInBytes(SecKeyRef publicKey) in AppleCryptoNative_SecKeyGetSimpleKeySizeInBytes()
139 OSStatus ExportImportKey(SecKeyRef* key, SecExternalItemType type) in ExportImportKey()
178 *key = reinterpret_cast<SecKeyRef>(const_cast<void*>(outItem)); in ExportImportKey()
H A Dpal_ecc.h18 SecKeyRef* pPublicKey,
19 SecKeyRef* pPrivateKey,
27 extern "C" uint64_t AppleCryptoNative_EccGetKeySizeInBits(SecKeyRef publicKey);
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/mac/
H A Dkeychain.mm38 base::ScopedCFTypeRef<SecKeyRef> Keychain::KeyCreateRandomKey(
41 return base::ScopedCFTypeRef<SecKeyRef>(SecKeyCreateRandomKey(params, error));
45 SecKeyRef key,
53 base::ScopedCFTypeRef<SecKeyRef> Keychain::KeyCopyPublicKey(SecKeyRef key) {
54 return base::ScopedCFTypeRef<SecKeyRef>(SecKeyCopyPublicKey(key));
H A Dkeychain.h34 virtual base::ScopedCFTypeRef<SecKeyRef> KeyCreateRandomKey( in COMPONENT_EXPORT()
39 SecKeyRef key, in COMPONENT_EXPORT()
44 virtual base::ScopedCFTypeRef<SecKeyRef> KeyCopyPublicKey(SecKeyRef key); in COMPONENT_EXPORT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/mac/
H A Dkeychain.mm38 base::ScopedCFTypeRef<SecKeyRef> Keychain::KeyCreateRandomKey(
41 return base::ScopedCFTypeRef<SecKeyRef>(SecKeyCreateRandomKey(params, error));
45 SecKeyRef key,
53 base::ScopedCFTypeRef<SecKeyRef> Keychain::KeyCopyPublicKey(SecKeyRef key) {
54 return base::ScopedCFTypeRef<SecKeyRef>(SecKeyCopyPublicKey(key));
H A Dkeychain.h34 virtual base::ScopedCFTypeRef<SecKeyRef> KeyCreateRandomKey( in COMPONENT_EXPORT()
39 SecKeyRef key, in COMPONENT_EXPORT()
44 virtual base::ScopedCFTypeRef<SecKeyRef> KeyCopyPublicKey(SecKeyRef key); in COMPONENT_EXPORT()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/security-framework-sys-2.0.0/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/www/castor/castor-0.8.16/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/dns/dog/dog-0.1.0/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/net-im/fractal/fractal-4.4.0/vendor/security-framework-sys/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/lang/rust/rustc-1.58.1-src/vendor/security-framework-sys/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/security-framework-sys-0.3.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/security-framework-sys-0.4.3/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/security-framework-sys-0.4.1/src/
H A Dkey.rs6 use crate::base::SecKeyRef;
16 ) -> SecKeyRef; in SecKeyCreateFromData() argument
19 pub fn SecKeyCopyExternalRepresentation(key: SecKeyRef, error: *mut CFErrorRef) -> CFDataRef; in SecKeyCopyExternalRepresentation() argument
21 pub fn SecKeyCopyAttributes(key: SecKeyRef) -> CFDictionaryRef; in SecKeyCopyAttributes()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dtls-darwin.h34 …dCertificate(CFArrayRef subject, CFDictionaryRef parameters, SecKeyRef publicKey, SecKeyRef privat…
35 …f SecIdentityCreate(CFAllocatorRef allocator, SecCertificateRef certificate, SecKeyRef privateKey);
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dtls-darwin.h34 …dCertificate(CFArrayRef subject, CFDictionaryRef parameters, SecKeyRef publicKey, SecKeyRef privat…
35 …f SecIdentityCreate(CFAllocatorRef allocator, SecCertificateRef certificate, SecKeyRef privateKey);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/security-framework-sys-2.4.1/src/
H A Dencrypt_transform.rs4 use crate::base::SecKeyRef;
23 pub fn SecDecryptTransformCreate(keyRef: SecKeyRef, error: *mut CFErrorRef) -> SecTransformRef; in SecDecryptTransformCreate() argument
26 pub fn SecEncryptTransformCreate(keyRef: SecKeyRef, error: *mut CFErrorRef) -> SecTransformRef; in SecEncryptTransformCreate() argument

12345678910>>...14