Home
last modified time | relevance | path

Searched defs:crypt (Results 1 – 25 of 1297) sorted by relevance

12345678910>>...52

/dports/multimedia/vlc/vlc-3.0.16/modules/keystore/
H A Dfile_crypt.h24 struct crypt struct
27 size_t (*pf_encrypt)(vlc_keystore *, void *, const uint8_t *, size_t, uint8_t **); argument
28 size_t (*pf_decrypt)(vlc_keystore *, void *, const uint8_t *, size_t, uint8_t **); argument
32 int CryptInit(vlc_keystore *, struct crypt *); argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dsymmetric_ossl.cpp71 pgp_cipher_cfb_start(pgp_crypt_t * crypt, in pgp_cipher_cfb_start()
112 pgp_cipher_cfb_resync(pgp_crypt_t *crypt, const uint8_t *buf) in pgp_cipher_cfb_resync()
120 pgp_cipher_cfb_finish(pgp_crypt_t *crypt) in pgp_cipher_cfb_finish()
135 pgp_cipher_cfb_encrypt(pgp_crypt_t *crypt, uint8_t *out, const uint8_t *in, size_t bytes) in pgp_cipher_cfb_encrypt()
324 pgp_cipher_block_size(pgp_crypt_t *crypt) in pgp_cipher_block_size()
394 pgp_cipher_aead_init(pgp_crypt_t * crypt, in pgp_cipher_aead_init()
404 pgp_cipher_aead_granularity(pgp_crypt_t *crypt) in pgp_cipher_aead_granularity()
437 pgp_cipher_aead_set_ad(pgp_crypt_t *crypt, const uint8_t *ad, size_t len) in pgp_cipher_aead_set_ad()
443 pgp_cipher_aead_start(pgp_crypt_t *crypt, const uint8_t *nonce, size_t len) in pgp_cipher_aead_start()
455 pgp_cipher_aead_reset(pgp_crypt_t *crypt) in pgp_cipher_aead_reset()
[all …]
H A Dsymmetric.cpp159 pgp_cipher_cfb_start(pgp_crypt_t * crypt, in pgp_cipher_cfb_start()
199 pgp_cipher_cfb_resync(pgp_crypt_t *crypt, const uint8_t *buf) in pgp_cipher_cfb_resync()
207 pgp_cipher_cfb_finish(pgp_crypt_t *crypt) in pgp_cipher_cfb_finish()
387 pgp_cipher_block_size(pgp_crypt_t *crypt) in pgp_cipher_block_size()
466 pgp_cipher_aead_init(pgp_crypt_t * crypt, in pgp_cipher_aead_init()
508 pgp_cipher_aead_granularity(pgp_crypt_t *crypt) in pgp_cipher_aead_granularity()
541 pgp_cipher_aead_set_ad(pgp_crypt_t *crypt, const uint8_t *ad, size_t len) in pgp_cipher_aead_set_ad()
547 pgp_cipher_aead_start(pgp_crypt_t *crypt, const uint8_t *nonce, size_t len) in pgp_cipher_aead_start()
553 pgp_cipher_aead_update(pgp_crypt_t *crypt, uint8_t *out, const uint8_t *in, size_t len) in pgp_cipher_aead_update()
577 pgp_cipher_aead_reset(pgp_crypt_t *crypt) in pgp_cipher_aead_reset()
[all …]
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dsymmetric.cpp157 pgp_cipher_cfb_start(pgp_crypt_t * crypt, in pgp_cipher_cfb_start()
197 pgp_cipher_cfb_resync(pgp_crypt_t *crypt, const uint8_t *buf) in pgp_cipher_cfb_resync()
205 pgp_cipher_cfb_finish(pgp_crypt_t *crypt) in pgp_cipher_cfb_finish()
385 pgp_cipher_block_size(pgp_crypt_t *crypt) in pgp_cipher_block_size()
466 pgp_cipher_aead_init(pgp_crypt_t * crypt, in pgp_cipher_aead_init()
508 pgp_cipher_aead_granularity(pgp_crypt_t *crypt) in pgp_cipher_aead_granularity()
539 pgp_cipher_aead_set_ad(pgp_crypt_t *crypt, const uint8_t *ad, size_t len) in pgp_cipher_aead_set_ad()
545 pgp_cipher_aead_start(pgp_crypt_t *crypt, const uint8_t *nonce, size_t len) in pgp_cipher_aead_start()
551 pgp_cipher_aead_update(pgp_crypt_t *crypt, uint8_t *out, const uint8_t *in, size_t len) in pgp_cipher_aead_update()
575 pgp_cipher_aead_reset(pgp_crypt_t *crypt) in pgp_cipher_aead_reset()
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/utils/
H A Drc4.h61 …void crypt(const void* indata, void* outdata, unsigned int length) { rc4_encrypt(&m_key, (const c… in crypt() function
62 …void crypt(void* data, unsigned int length) { rc4_encrypt(&m_key, (const c… in crypt() function
72 …void crypt(const void* indata, void* outdata, unsigned int length) { ::RC4(&m_key, length, (const… in crypt() function
73 …void crypt(void* data, unsigned int length) { ::RC4(&m_key, length, (unsig… in crypt() function
81 void crypt(const void* indata, void* outdata, unsigned int length) { } in crypt() function
82 void crypt(void* data, unsigned int length) {} in crypt() function
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-crypt.c48 pdf_crypt *crypt; in pdf_new_crypt() local
257 pdf_drop_crypt(fz_context *ctx, pdf_crypt *crypt) in pdf_drop_crypt()
895 pdf_crypt_key(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_key()
903 pdf_crypt_version(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_version()
910 int pdf_crypt_revision(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_revision()
918 pdf_crypt_method(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_method()
935 pdf_crypt_length(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_length()
943 pdf_crypt_permissions(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_permissions()
959 pdf_crypt_owner_password(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_owner_password()
967 pdf_crypt_user_password(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_user_password()
[all …]
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dcrypto.h22 struct crypt { struct
24 void (*c_destroy)(struct crypt *c); argument
25 int (*c_set_key)(struct crypt *c, void *key, int len); argument
26 int (*c_get_key)(struct crypt *c, void **out); argument
29 void (*c_extract)(struct crypt *c, struct iovec *iov, int num, argument
31 void (*c_expand)(struct crypt *c, void *tag, int taglen, argument
33 int (*c_encrypt)(struct crypt *c, void *iv, void *data, int len); argument
34 int (*c_decrypt)(struct crypt *c, void *iv, void *data, int len); argument
35 int (*c_aead_encrypt)(struct crypt *c, void *iv, void *aad, argument
37 int (*c_aead_decrypt)(struct crypt *c, void *iv, void *aad, argument
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongocrypt/src/
H A Dmongocrypt.c114 mongocrypt_t *crypt; in mongocrypt_new() local
131 mongocrypt_setopt_log_handler (mongocrypt_t *crypt, in mongocrypt_setopt_log_handler()
150 mongocrypt_setopt_kms_provider_aws (mongocrypt_t *crypt, in mongocrypt_setopt_kms_provider_aws()
251 mongocrypt_setopt_schema_map (mongocrypt_t *crypt, in mongocrypt_setopt_schema_map()
296 mongocrypt_setopt_kms_provider_local (mongocrypt_t *crypt, in mongocrypt_setopt_kms_provider_local()
346 mongocrypt_init (mongocrypt_t *crypt) in mongocrypt_init()
393 mongocrypt_status (mongocrypt_t *crypt, mongocrypt_status_t *out) in mongocrypt_status()
415 mongocrypt_destroy (mongocrypt_t *crypt) in mongocrypt_destroy()
457 mongocrypt_setopt_crypto_hooks (mongocrypt_t *crypt, in mongocrypt_setopt_crypto_hooks()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_crypto_tests.cpp22 CCrypter crypt; in TestPassphraseSingle() local
42 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
51 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
64 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
93 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
108 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/security/john/john-1.9.0-jumbo-1/src/
H A DSKEY_jtr_plug.c40 static void md4_f(unsigned int *crypt, unsigned char *in, int len) { in md4_f()
48 static void md5_f(unsigned int *crypt, unsigned char *in, int len) { in md5_f()
56 static void sha1_f(unsigned int *crypt, unsigned char *in, int len) { in sha1_f()
64 static void rmd160_f(unsigned int *crypt, unsigned char *in, int len) { in rmd160_f()
/dports/www/tclhttpd/tclhttpd3.5.1/lib/
H A Dtclcrypt.tcl13 proc crypt {password salt} { procedure
324 proc crypt {password salt} { procedure
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dxbcrypt_write.cc33 xb_wcrypt_t *crypt; in xb_crypt_write_open() local
46 int xb_crypt_write_chunk(xb_wcrypt_t *crypt, const void *buf, size_t olen, in xb_crypt_write_chunk()
93 int xb_crypt_write_close(xb_wcrypt_t *crypt) { in xb_crypt_write_close()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dxbcrypt_write.c32 xb_wcrypt_t *crypt; in xb_crypt_write_open() local
45 int xb_crypt_write_chunk(xb_wcrypt_t *crypt, const void *buf, size_t olen, in xb_crypt_write_chunk()
99 int xb_crypt_write_close(xb_wcrypt_t *crypt) in xb_crypt_write_close()
/dports/net/samba412/samba-4.12.15/libcli/auth/tests/
H A Dtest_gnutls.c243 uint8_t crypt[8]; in torture_gnutls_des_crypt56() local
294 uint8_t crypt[24]; in torture_gnutls_E_P24() local
317 uint8_t crypt[24]; in torture_gnutls_SMBOWFencrypt() local
339 uint8_t crypt[16]; in torture_gnutls_E_old_pw_hash() local
360 uint8_t crypt[8]; in torture_gnutls_des_crypt128() local
381 uint8_t crypt[8]; in torture_gnutls_des_crypt112() local
409 uint8_t crypt[16]; in torture_gnutls_des_crypt112_16() local
433 uint8_t crypt[16]; in torture_gnutls_sam_rid_crypt() local
489 DATA_BLOB crypt = data_blob(NULL, 24); in torture_gnutls_sess_crypt_blob() local
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/test/
H A Dcrypto_tests.cpp103 CCrypter crypt; in TestPassphraseSingle() local
131 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
156 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
176 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
205 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
220 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/test/
H A Dcrypto_tests.cpp103 CCrypter crypt; in TestPassphraseSingle() local
131 static void TestDecrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchCiphertext, \ in TestDecrypt()
156 static void TestEncryptSingle(const CCrypter& crypt, const CKeyingMaterial& vchPlaintext, in TestEncryptSingle()
176 static void TestEncrypt(const CCrypter& crypt, const std::vector<unsigned char>& vchPlaintextIn, \ in TestEncrypt()
205 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local
220 CCrypter crypt; in BOOST_AUTO_TEST_CASE() local

12345678910>>...52