Home
last modified time | relevance | path

Searched refs:cipher_alg (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/net/scapy/scapy-2.4.5/scapy/layers/tls/
H A Dsession.py148 cipher_alg = cs.cipher_alg
151 if (cipher_alg.type == "stream") or (cipher_alg.type == "block"):
165 start += cipher_alg.key_len
177 pos += 2 * cipher_alg.key_len
181 if cipher_alg.type == "block":
185 elif cipher_alg.type == "aead":
198 if cipher_alg.type == "stream":
214 elif cipher_alg.type == "aead":
237 cipher_alg = self.ciphersuite.cipher_alg
248 cipher_alg = self.ciphersuite.cipher_alg
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg; member
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg; member
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-crypto-block.c82 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
97 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
118 QCryptoCipherAlgorithm cipher_alg; member
134 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
147 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
162 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
177 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
263 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg; member
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg; member
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg; member
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg;
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg; member
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-crypto-block.c83 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
98 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
119 QCryptoCipherAlgorithm cipher_alg; member
135 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128,
148 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
163 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
178 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256,
264 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
/dports/emulators/qemu42/qemu-4.2.1/crypto/
H A Dblock-luks.c203 QCryptoCipherAlgorithm cipher_alg; member
649 luks->cipher_alg = in qcrypto_block_luks_parse_header()
798 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
946 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1197 const char *cipher_alg; in qcrypto_block_luks_create() local
1231 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1263 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1265 if (!cipher_alg) { in qcrypto_block_luks_create()
1283 cipher_alg); in qcrypto_block_luks_create()
1310 strcpy(luks->header.cipher_name, cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/crypto/
H A Dblock-luks.c203 QCryptoCipherAlgorithm cipher_alg; member
649 luks->cipher_alg = in qcrypto_block_luks_parse_header()
798 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
946 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1197 const char *cipher_alg; in qcrypto_block_luks_create() local
1231 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1263 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1265 if (!cipher_alg) { in qcrypto_block_luks_create()
1283 cipher_alg); in qcrypto_block_luks_create()
1310 strcpy(luks->header.cipher_name, cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/crypto/
H A Dblock-luks.c203 QCryptoCipherAlgorithm cipher_alg; member
649 luks->cipher_alg = in qcrypto_block_luks_parse_header()
798 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
946 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1197 const char *cipher_alg; in qcrypto_block_luks_create() local
1231 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1263 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1265 if (!cipher_alg) { in qcrypto_block_luks_create()
1283 cipher_alg); in qcrypto_block_luks_create()
1310 strcpy(luks->header.cipher_name, cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/crypto/
H A Dblock-luks.c203 QCryptoCipherAlgorithm cipher_alg; member
649 luks->cipher_alg = in qcrypto_block_luks_parse_header()
798 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
946 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1197 const char *cipher_alg; in qcrypto_block_luks_create() local
1231 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1263 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1265 if (!cipher_alg) { in qcrypto_block_luks_create()
1283 cipher_alg); in qcrypto_block_luks_create()
1310 strcpy(luks->header.cipher_name, cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu/qemu-6.2.0/crypto/
H A Dblock-luks.c207 QCryptoCipherAlgorithm cipher_alg; member
656 luks->cipher_alg = in qcrypto_block_luks_parse_header()
704 luks->ivgen_cipher_alg = luks->cipher_alg; in qcrypto_block_luks_parse_header()
807 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
957 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1330 const char *cipher_alg; in qcrypto_block_luks_create() local
1364 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1398 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1400 if (!cipher_alg) { in qcrypto_block_luks_create()
1418 cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/crypto/
H A Dblock-luks.c207 QCryptoCipherAlgorithm cipher_alg; member
656 luks->cipher_alg = in qcrypto_block_luks_parse_header()
704 luks->ivgen_cipher_alg = luks->cipher_alg; in qcrypto_block_luks_parse_header()
807 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
957 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1330 const char *cipher_alg; in qcrypto_block_luks_create() local
1364 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1398 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1400 if (!cipher_alg) { in qcrypto_block_luks_create()
1418 cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/crypto/
H A Dblock-luks.c207 QCryptoCipherAlgorithm cipher_alg; member
656 luks->cipher_alg = in qcrypto_block_luks_parse_header()
704 luks->ivgen_cipher_alg = luks->cipher_alg; in qcrypto_block_luks_parse_header()
807 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
957 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1330 const char *cipher_alg; in qcrypto_block_luks_create() local
1364 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1398 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1400 if (!cipher_alg) { in qcrypto_block_luks_create()
1418 cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/crypto/
H A Dblock-luks.c207 QCryptoCipherAlgorithm cipher_alg; member
656 luks->cipher_alg = in qcrypto_block_luks_parse_header()
704 luks->ivgen_cipher_alg = luks->cipher_alg; in qcrypto_block_luks_parse_header()
807 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
957 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
1330 const char *cipher_alg; in qcrypto_block_luks_create() local
1364 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1398 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1400 if (!cipher_alg) { in qcrypto_block_luks_create()
1418 cipher_alg); in qcrypto_block_luks_create()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/crypto/
H A Dblock-luks.c205 QCryptoCipherAlgorithm cipher_alg; member
853 luks->cipher_alg = cipheralg; in qcrypto_block_luks_open()
902 const char *cipher_alg; in qcrypto_block_luks_create() local
960 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create()
962 if (!cipher_alg) { in qcrypto_block_luks_create()
980 cipher_alg); in qcrypto_block_luks_create()
1003 ivcipheralg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
1006 strcpy(luks->header.cipher_name, cipher_alg); in qcrypto_block_luks_create()
1189 cipher = qcrypto_cipher_new(luks_opts.cipher_alg, in qcrypto_block_luks_create()
1309 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()
46 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()
63 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()
46 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()
63 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()
46 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()
63 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/tls/
H A Dtlsv1_record.c63 rl->cipher_alg = data->alg; in tlsv1_record_set_cipher_suite()
88 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_write_cipher()
89 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher()
122 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_read_cipher()
123 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Doid.c523 mbedtls_cipher_type_t cipher_alg; member
542 FN_OID_TYPED_FROM_ASN1(oid_cipher_alg_t, cipher_alg, oid_cipher_alg)
543 …T_ATTR1(mbedtls_oid_get_cipher_alg, oid_cipher_alg_t, cipher_alg, mbedtls_cipher_type_t, cipher_al…
607 mbedtls_cipher_type_t cipher_alg; member
627 …oid_pkcs12_pbe_alg_t, pkcs12_pbe_alg, mbedtls_md_type_t, md_alg, mbedtls_cipher_type_t, cipher_alg) in FN_OID_TYPED_FROM_ASN1()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Doid.c493 mbedtls_cipher_type_t cipher_alg; member
512 FN_OID_TYPED_FROM_ASN1(oid_cipher_alg_t, cipher_alg, oid_cipher_alg)
513 …T_ATTR1(mbedtls_oid_get_cipher_alg, oid_cipher_alg_t, cipher_alg, mbedtls_cipher_type_t, cipher_al…
577 mbedtls_cipher_type_t cipher_alg; member
597 …oid_pkcs12_pbe_alg_t, pkcs12_pbe_alg, mbedtls_md_type_t, md_alg, mbedtls_cipher_type_t, cipher_alg) in FN_OID_TYPED_FROM_ASN1()

123456789