Home
last modified time | relevance | path

Searched refs:cipher_in (Results 1 – 15 of 15) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-security.c897 memset(cipher_in, 0, ZBEE_SEC_CONST_BLOCKSIZE); in zbee_sec_ccm_decrypt()
898 cipher_in[0] = ZBEE_SEC_CCM_FLAG_L; in zbee_sec_ccm_decrypt()
970 cipher_in[0] = ZBEE_SEC_CCM_FLAG_M(M) | in zbee_sec_ccm_decrypt()
1021 cipher_in[j] = cipher_out[j] ^ a[i]; in zbee_sec_ccm_decrypt()
1025 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1040 cipher_in[j] = cipher_out[j] ^ m[i]; in zbee_sec_ccm_decrypt()
1044 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1111 cipher_in[j++] = input[i++]; in zbee_sec_hash()
1131 cipher_in[j++] = 0x80; in zbee_sec_hash()
1149 cipher_in[j++] = 0x00; in zbee_sec_hash()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-security.c897 memset(cipher_in, 0, ZBEE_SEC_CONST_BLOCKSIZE); in zbee_sec_ccm_decrypt()
898 cipher_in[0] = ZBEE_SEC_CCM_FLAG_L; in zbee_sec_ccm_decrypt()
970 cipher_in[0] = ZBEE_SEC_CCM_FLAG_M(M) | in zbee_sec_ccm_decrypt()
1021 cipher_in[j] = cipher_out[j] ^ a[i]; in zbee_sec_ccm_decrypt()
1025 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1040 cipher_in[j] = cipher_out[j] ^ m[i]; in zbee_sec_ccm_decrypt()
1044 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1111 cipher_in[j++] = input[i++]; in zbee_sec_hash()
1131 cipher_in[j++] = 0x80; in zbee_sec_hash()
1149 cipher_in[j++] = 0x00; in zbee_sec_hash()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-security.c897 memset(cipher_in, 0, ZBEE_SEC_CONST_BLOCKSIZE); in zbee_sec_ccm_decrypt()
898 cipher_in[0] = ZBEE_SEC_CCM_FLAG_L; in zbee_sec_ccm_decrypt()
970 cipher_in[0] = ZBEE_SEC_CCM_FLAG_M(M) | in zbee_sec_ccm_decrypt()
1021 cipher_in[j] = cipher_out[j] ^ a[i]; in zbee_sec_ccm_decrypt()
1025 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1040 cipher_in[j] = cipher_out[j] ^ m[i]; in zbee_sec_ccm_decrypt()
1044 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1111 cipher_in[j++] = input[i++]; in zbee_sec_hash()
1131 cipher_in[j++] = 0x80; in zbee_sec_hash()
1149 cipher_in[j++] = 0x00; in zbee_sec_hash()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-security.c897 memset(cipher_in, 0, ZBEE_SEC_CONST_BLOCKSIZE); in zbee_sec_ccm_decrypt()
898 cipher_in[0] = ZBEE_SEC_CCM_FLAG_L; in zbee_sec_ccm_decrypt()
970 cipher_in[0] = ZBEE_SEC_CCM_FLAG_M(M) | in zbee_sec_ccm_decrypt()
1021 cipher_in[j] = cipher_out[j] ^ a[i]; in zbee_sec_ccm_decrypt()
1025 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1040 cipher_in[j] = cipher_out[j] ^ m[i]; in zbee_sec_ccm_decrypt()
1044 cipher_in[j] = cipher_out[j]; in zbee_sec_ccm_decrypt()
1111 cipher_in[j++] = input[i++]; in zbee_sec_hash()
1131 cipher_in[j++] = 0x80; in zbee_sec_hash()
1149 cipher_in[j++] = 0x00; in zbee_sec_hash()
[all …]
/dports/security/putty/putty-0.76/
H A Dssh1bpp.c20 ssh_cipher *cipher_in, *cipher_out; member
61 if (s->cipher_in) in ssh1_bpp_free()
62 ssh_cipher_free(s->cipher_in); in ssh1_bpp_free()
83 assert(!s->cipher_in); in ssh1_bpp_new_cipher()
87 s->cipher_in = ssh_cipher_new(cipher); in ssh1_bpp_new_cipher()
89 ssh_cipher_setkey(s->cipher_in, session_key); in ssh1_bpp_new_cipher()
100 ssh_cipher_setiv(s->cipher_in, s->iv); in ssh1_bpp_new_cipher()
171 if (s->cipher_in && detect_attack(s->crcda_ctx, in ssh1_bpp_handle_input()
182 if (s->cipher_in) in ssh1_bpp_handle_input()
183 ssh_cipher_decrypt(s->cipher_in, s->data, s->biglen); in ssh1_bpp_handle_input()
H A Dsshdes.c665 LR cipher_in = des_xor_lr(plaintext, ctx->iv); in des_cbc_encrypt() local
666 LR ciphertext = des_full_cipher(cipher_in, &ctx->sched, ENCIPHER); in des_cbc_encrypt()
769 LR cipher_in = des_xor_lr(plaintext, ctx->iv); in des3_cbc1_cbc_encrypt() local
773 LR lr = des_IP(cipher_in); in des3_cbc1_cbc_encrypt()
/dports/security/putty-nogtk/putty-0.76/
H A Dssh1bpp.c20 ssh_cipher *cipher_in, *cipher_out; member
61 if (s->cipher_in) in ssh1_bpp_free()
62 ssh_cipher_free(s->cipher_in); in ssh1_bpp_free()
83 assert(!s->cipher_in); in ssh1_bpp_new_cipher()
87 s->cipher_in = ssh_cipher_new(cipher); in ssh1_bpp_new_cipher()
89 ssh_cipher_setkey(s->cipher_in, session_key); in ssh1_bpp_new_cipher()
100 ssh_cipher_setiv(s->cipher_in, s->iv); in ssh1_bpp_new_cipher()
171 if (s->cipher_in && detect_attack(s->crcda_ctx, in ssh1_bpp_handle_input()
182 if (s->cipher_in) in ssh1_bpp_handle_input()
183 ssh_cipher_decrypt(s->cipher_in, s->data, s->biglen); in ssh1_bpp_handle_input()
H A Dsshdes.c665 LR cipher_in = des_xor_lr(plaintext, ctx->iv); in des_cbc_encrypt() local
666 LR ciphertext = des_full_cipher(cipher_in, &ctx->sched, ENCIPHER); in des_cbc_encrypt()
769 LR cipher_in = des_xor_lr(plaintext, ctx->iv); in des3_cbc1_cbc_encrypt() local
773 LR lr = des_IP(cipher_in); in des3_cbc1_cbc_encrypt()
/dports/security/botan110/Botan-1.10.17/src/rng/x931_rng/
H A Dx931_rng.cpp132 ANSI_X931_RNG::ANSI_X931_RNG(BlockCipher* cipher_in, in ANSI_X931_RNG() argument
135 if(!prng_in || !cipher_in) in ANSI_X931_RNG()
138 cipher = cipher_in; in ANSI_X931_RNG()
/dports/security/botan110/Botan-1.10.17/src/rng/randpool/
H A Drandpool.cpp169 Randpool::Randpool(BlockCipher* cipher_in, in Randpool() argument
175 cipher(cipher_in), in Randpool()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshdes.c665 LR cipher_in = des_xor_lr(plaintext, ctx->iv); in des_cbc_encrypt() local
666 LR ciphertext = des_full_cipher(cipher_in, &ctx->sched, ENCIPHER); in des_cbc_encrypt()
769 LR cipher_in = des_xor_lr(plaintext, ctx->iv); in des3_cbc1_cbc_encrypt() local
773 LR lr = des_IP(cipher_in); in des3_cbc1_cbc_encrypt()
/dports/x11/xpra/xpra-4.3/xpra/net/
H A Dprotocol.py176 self.cipher_in = None
238 self.cipher_in, self.cipher_in_block_size = get_decryptor(ciphername,
940 if self.cipher_in:
946 data = self.cipher_in.decrypt(data)
981 if self.cipher_in:
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-crypt.c2843 static int crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_new() argument
2856 tmp = &cipher_in[strlen("capi:")]; in crypt_ctr_cipher_new()
2916 static int crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_old() argument
2925 if (strchr(cipher_in, '(') || crypt_integrity_aead(cc)) { in crypt_ctr_cipher_old()
2934 tmp = cipher_in; in crypt_ctr_cipher_old()
3001 static int crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) in crypt_ctr_cipher() argument
3007 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
3013 if (strstarts(cipher_in, "capi:")) in crypt_ctr_cipher()
3014 ret = crypt_ctr_cipher_new(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()
3016 ret = crypt_ctr_cipher_old(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-crypt.c2843 static int crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_new() argument
2856 tmp = &cipher_in[strlen("capi:")]; in crypt_ctr_cipher_new()
2916 static int crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_old() argument
2925 if (strchr(cipher_in, '(') || crypt_integrity_aead(cc)) { in crypt_ctr_cipher_old()
2934 tmp = cipher_in; in crypt_ctr_cipher_old()
3001 static int crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) in crypt_ctr_cipher() argument
3007 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
3013 if (strstarts(cipher_in, "capi:")) in crypt_ctr_cipher()
3014 ret = crypt_ctr_cipher_new(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()
3016 ret = crypt_ctr_cipher_old(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-crypt.c2843 static int crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_new() argument
2856 tmp = &cipher_in[strlen("capi:")]; in crypt_ctr_cipher_new()
2916 static int crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key, in crypt_ctr_cipher_old() argument
2925 if (strchr(cipher_in, '(') || crypt_integrity_aead(cc)) { in crypt_ctr_cipher_old()
2934 tmp = cipher_in; in crypt_ctr_cipher_old()
3001 static int crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) in crypt_ctr_cipher() argument
3007 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
3013 if (strstarts(cipher_in, "capi:")) in crypt_ctr_cipher()
3014 ret = crypt_ctr_cipher_new(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()
3016 ret = crypt_ctr_cipher_old(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()