Home
last modified time | relevance | path

Searched refs:CIPHER_DECRYPT (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/
H A Dblock_common.c38 #define CIPHER_DECRYPT _PASTE2(MODULE_NAME, _decrypt)
69 static int CIPHER_DECRYPT
116 block_base->decrypt = &CIPHER_DECRYPT;
H A Dblowfish.c310 block_base->decrypt = &CIPHER_DECRYPT;
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/
H A Dblock_common.c38 #define CIPHER_DECRYPT _PASTE2(MODULE_NAME, _decrypt) macro
69 static int CIPHER_DECRYPT in CIPHER_DECRYPT() function
116 block_base->decrypt = &CIPHER_DECRYPT; in CIPHER_START_OPERATION()
H A Dblowfish.c310 block_base->decrypt = &CIPHER_DECRYPT; in CIPHER_START_OPERATION()
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/
H A Dcipher.h59 #define CIPHER_DECRYPT 0
/dports/security/munge/munge-munge-0.5.14/src/munged/
H A Dcipher.h80 CIPHER_DECRYPT = 0, enumerator
H A Ddec.c596 if (cipher_init (&x, m->cipher, c->dek, c->iv, CIPHER_DECRYPT) < 0) { in dec_decrypt()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dcipher.h46 #define CIPHER_DECRYPT 0 macro
H A Dpacket.c309 (const u_char *)"", 0, NULL, 0, CIPHER_DECRYPT)) != 0) {
855 crypt_type = CIPHER_DECRYPT;
/dports/security/openssh-portable/openssh-8.8p1/
H A Dcipher.h48 #define CIPHER_DECRYPT 0 macro
H A Dpacket.c315 (const u_char *)"", 0, NULL, 0, CIPHER_DECRYPT)) != 0) { in ssh_packet_set_connection()
883 crypt_type = CIPHER_DECRYPT; in ssh_set_newkeys()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dcipher.h63 #define CIPHER_DECRYPT 0 macro
H A Dpacket.c317 (const u_char *)"", 0, NULL, 0, CIPHER_DECRYPT)) != 0) { in ssh_packet_set_connection()
863 NULL, 0, CIPHER_DECRYPT) != 0)) in ssh_packet_set_encryption_key()
990 crypt_type = CIPHER_DECRYPT; in ssh_set_newkeys()
H A Dsshkey.c3804 CIPHER_DECRYPT)) != 0)
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dcipher.h61 #define CIPHER_DECRYPT 0 macro
H A Dpacket.c235 0, NULL, 0, CIPHER_DECRYPT); in packet_set_connection()
567 0, CIPHER_DECRYPT); in packet_set_encryption_key()
756 crypt_type = CIPHER_DECRYPT; in set_newkeys()
H A Dauthfile.c829 CIPHER_DECRYPT); in key_parse_private_rsa1()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto.h58 #define CIPHER_DECRYPT 0 macro
H A Dcrypto.c328 …rc = sqlcipher_page_cipher(ctx, CIPHER_READ_CTX, pgno, CIPHER_DECRYPT, page_sz - offset, pData + o… in sqlite3Codec()
H A Dcrypto_impl.c923 if((c_ctx->flags & CIPHER_FLAG_HMAC) && (mode == CIPHER_DECRYPT) && !ctx->skip_read_hmac) { in sqlcipher_page_cipher()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18945 #define CIPHER_DECRYPT 0 macro
19446 …rc = sqlcipher_page_cipher(ctx, CIPHER_READ_CTX, pgno, CIPHER_DECRYPT, page_sz - offset, pData + o… in sqlite3Codec()
20881 if((c_ctx->flags & CIPHER_FLAG_HMAC) && (mode == CIPHER_DECRYPT) && !ctx->skip_read_hmac) { in sqlcipher_page_cipher()
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18945 #define CIPHER_DECRYPT 0
19446 …rc = sqlcipher_page_cipher(ctx, CIPHER_READ_CTX, pgno, CIPHER_DECRYPT, page_sz - offset, pData + o…
20881 if((c_ctx->flags & CIPHER_FLAG_HMAC) && (mode == CIPHER_DECRYPT) && !ctx->skip_read_hmac) {
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18945 #define CIPHER_DECRYPT 0 macro
19446 …rc = sqlcipher_page_cipher(ctx, CIPHER_READ_CTX, pgno, CIPHER_DECRYPT, page_sz - offset, pData + o… in sqlite3Codec()
20881 if((c_ctx->flags & CIPHER_FLAG_HMAC) && (mode == CIPHER_DECRYPT) && !ctx->skip_read_hmac) { in sqlcipher_page_cipher()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18945 #define CIPHER_DECRYPT 0 macro
19446 …rc = sqlcipher_page_cipher(ctx, CIPHER_READ_CTX, pgno, CIPHER_DECRYPT, page_sz - offset, pData + o… in sqlite3Codec()
20881 if((c_ctx->flags & CIPHER_FLAG_HMAC) && (mode == CIPHER_DECRYPT) && !ctx->skip_read_hmac) { in sqlcipher_page_cipher()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18945 #define CIPHER_DECRYPT 0 macro
19446 …rc = sqlcipher_page_cipher(ctx, CIPHER_READ_CTX, pgno, CIPHER_DECRYPT, page_sz - offset, pData + o… in sqlite3Codec()
20881 if((c_ctx->flags & CIPHER_FLAG_HMAC) && (mode == CIPHER_DECRYPT) && !ctx->skip_read_hmac) { in sqlcipher_page_cipher()

12