Home
last modified time | relevance | path

Searched refs:CCCryptorCreate (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/CommonCrypto/
H A DCommonCrypto.cs61 …extern internal static CCCryptorStatus CCCryptorCreate (CCOperation op, CCAlgorithm alg, CCOptions… in CCCryptorCreate() method in Crimson.CommonCrypto.Cryptor
96 …CCCryptorStatus status = Cryptor.CCCryptorCreate (operation, algorithm, options, key, (IntPtr) key… in Create()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongocrypt/src/crypto/
H A Dcommoncrypto.c48 cc_status = CCCryptorCreate (kCCEncrypt, in _native_crypto_aes_256_cbc_encrypt()
105 cc_status = CCCryptorCreate (kCCDecrypt, in _native_crypto_aes_256_cbc_decrypt()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/prov/commoncrypto/
H A Dcommoncrypto_block.cpp104 status = CCCryptorCreate(kCCEncrypt, m_opts.algo, kCCOptionECBMode, in key_schedule()
110 status = CCCryptorCreate(kCCDecrypt, m_opts.algo, kCCOptionECBMode, in key_schedule()
/dports/security/botan2/Botan-2.18.2/src/lib/prov/commoncrypto/
H A Dcommoncrypto_block.cpp104 status = CCCryptorCreate(kCCEncrypt, m_opts.algo, kCCOptionECBMode, in key_schedule()
110 status = CCCryptorCreate(kCCDecrypt, m_opts.algo, kCCOptionECBMode, in key_schedule()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/commoncrypto/
H A Dcommoncrypto_block.cpp104 status = CCCryptorCreate(kCCEncrypt, m_opts.algo, kCCOptionECBMode, in key_schedule()
110 status = CCCryptorCreate(kCCDecrypt, m_opts.algo, kCCOptionECBMode, in key_schedule()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_crypto_commoncrypto.c66 …ret = CCCryptorCreate(kCCEncrypt, kCCAlgorithmAES, kCCOptionECBMode, key, key_size / 8, NULL, &aes… in _zip_crypto_aes_new()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_crypto_commoncrypto.c66 …ret = CCCryptorCreate(kCCEncrypt, kCCAlgorithmAES, kCCOptionECBMode, key, key_size / 8, NULL, &aes… in _zip_crypto_aes_new()
/dports/net/libsignal-protocol-c/libsignal-protocol-c-2.3.3/tests/
H A Dtest_common_ccrypto.c201 …status = CCCryptorCreate(kCCEncrypt, kCCAlgorithmAES, kCCOptionPKCS7Padding, key, key_len, iv, &re… in test_encrypt()
268 …status = CCCryptorCreate(kCCDecrypt, kCCAlgorithmAES, kCCOptionPKCS7Padding, key, key_len, iv, &re… in test_decrypt()
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/tests/
H A Dtest_common_ccrypto.c201 …status = CCCryptorCreate(kCCEncrypt, kCCAlgorithmAES, kCCOptionPKCS7Padding, key, key_len, iv, &re… in test_encrypt()
268 …status = CCCryptorCreate(kCCDecrypt, kCCAlgorithmAES, kCCOptionPKCS7Padding, key, key_len, iv, &re… in test_decrypt()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto_cc.c87 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor); in sqlcipher_cc_cipher()
/dports/devel/apr1/apr-util-1.6.1/build/
H A Dcrypto.m4248 …AC_CHECK_LIB(System, CCKeyDerivationPBKDF, AC_CHECK_LIB(System, CCCryptorCreate, [commoncrypto_hav…
264 …AC_CHECK_LIB(System, CCKeyDerivationPBKDF, AC_CHECK_LIB(System, CCCryptorCreate, [commoncrypto_hav…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/
H A Dmz_crypt_apple.c220 … aes->error = CCCryptorCreate(kCCEncrypt, kCCAlgorithmAES, 0, key, key_length, NULL, &aes->crypt); in mz_crypt_aes_set_encrypt_key()
238 … aes->error = CCCryptorCreate(kCCDecrypt, kCCAlgorithmAES, 0, key, key_length, NULL, &aes->crypt); in mz_crypt_aes_set_decrypt_key()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/
H A Dmz_crypt_apple.c220 … aes->error = CCCryptorCreate(kCCEncrypt, kCCAlgorithmAES, 0, key, key_length, NULL, &aes->crypt); in mz_crypt_aes_set_encrypt_key()
238 … aes->error = CCCryptorCreate(kCCDecrypt, kCCAlgorithmAES, 0, key, key_length, NULL, &aes->crypt); in mz_crypt_aes_set_decrypt_key()
/dports/devel/apr1/apr-util-1.6.1/crypto/
H A Dapr_crypto_commoncrypto.c568 switch ((block->f->result->rc = CCCryptorCreate(kCCEncrypt, key->algorithm, in crypto_block_encrypt_init()
751 switch ((block->f->result->rc = CCCryptorCreate(kCCDecrypt, key->algorithm, in crypto_block_decrypt_init()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/hcrypto/
H A Devp-cc.c151 ret = CCCryptorCreate(op, alg, opts, key, keylen, iv, ref); in init_cc_key()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dconfigure.ac592 …[AC_CHECK_LIB([System], [CCCryptorCreate], [JTR_LIST_ADD(CFLAGS,"-DCOMMON_DIGEST_FOR_OPENSSL")] [A…
H A Dconfigure12130 char CCCryptorCreate ();
12134 return CCCryptorCreate ();
/dports/devel/apr1/apr-util-1.6.1/
H A Dconfigure5769 char CCCryptorCreate ();
5773 return CCCryptorCreate ();
5915 char CCCryptorCreate ();
5919 return CCCryptorCreate ();
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c22007 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor);
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c22007 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor);
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c22007 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor);
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c22007 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor);
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c22007 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor);
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c22007 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor);
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c22007 CCCryptorCreate(op, kCCAlgorithmAES128, 0, key, kCCKeySizeAES256, iv, &cryptor);

12