| /dpdk/app/test/ |
| H A D | test_cryptodev_mixed_test_vectors.h | 27 enum rte_crypto_cipher_algorithm cipher_algo; member 93 .cipher_algo = RTE_CRYPTO_CIPHER_AES_CTR, 190 .cipher_algo = RTE_CRYPTO_CIPHER_AES_CTR, 386 .cipher_algo = RTE_CRYPTO_CIPHER_SNOW3G_UEA2, 471 .cipher_algo = RTE_CRYPTO_CIPHER_SNOW3G_UEA2, 667 .cipher_algo = RTE_CRYPTO_CIPHER_AES_CTR, 754 .cipher_algo = RTE_CRYPTO_CIPHER_AES_CTR, 834 .cipher_algo = RTE_CRYPTO_CIPHER_ZUC_EEA3, 912 .cipher_algo = RTE_CRYPTO_CIPHER_ZUC_EEA3, 1102 .cipher_algo = RTE_CRYPTO_CIPHER_SNOW3G_UEA2, [all …]
|
| H A D | test_ipsec_perf.c | 115 const struct supported_cipher_algo cipher_algo[] = { variable 195 sa->cipher_xform.cipher.algo = cipher_algo->algo; in fill_ipsec_param()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ep0.cfg | 69 sa out 5 cipher_algo aes-128-cbc cipher_key 0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 \ 73 sa out 6 cipher_algo aes-128-cbc cipher_key a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:\ 77 sa out 10 cipher_algo aes-128-cbc cipher_key a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:\ 81 sa out 11 cipher_algo aes-128-cbc cipher_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\ 85 sa out 15 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.5 \ 88 sa out 16 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.6 \ 91 sa out 25 cipher_algo aes-128-cbc cipher_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\ 97 sa out 26 cipher_algo aes-128-cbc cipher_key 4d:4d:4d:4d:4d:4d:4d:4d:4d:4d:4d:\ 103 sa in 105 cipher_algo aes-128-cbc cipher_key 0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 \ 107 sa in 106 cipher_algo aes-128-cbc cipher_key a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:\ [all …]
|
| H A D | ep1.cfg | 66 sa in 5 cipher_algo aes-128-cbc cipher_key 0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 \ 70 sa in 6 cipher_algo aes-128-cbc cipher_key a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:\ 74 sa in 10 cipher_algo aes-128-cbc cipher_key a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:\ 78 sa in 11 cipher_algo aes-128-cbc cipher_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\ 82 sa in 15 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.5 \ 85 sa in 16 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.6 \ 88 sa in 25 cipher_algo aes-128-cbc cipher_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\ 94 sa in 26 cipher_algo aes-128-cbc cipher_key 4d:4d:4d:4d:4d:4d:4d:4d:4d:4d:4d:\ 100 sa out 105 cipher_algo aes-128-cbc cipher_key 0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 \ 104 sa out 106 cipher_algo aes-128-cbc cipher_key a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:a0:\ [all …]
|
| H A D | esp.c | 101 switch (sa->cipher_algo) { in esp_inbound() 117 sa->cipher_algo); in esp_inbound() 339 switch (sa->cipher_algo) { in esp_outbound() 352 sa->cipher_algo); in esp_outbound() 403 switch (sa->cipher_algo) { in esp_outbound() 419 sa->cipher_algo); in esp_outbound()
|
| H A D | ipsec.h | 119 enum rte_crypto_cipher_algorithm cipher_algo; 257 uint8_t cipher_algo; 122 enum rte_crypto_cipher_algorithm cipher_algo; global() member 260 uint8_t cipher_algo; global() member
|
| H A D | sa.c | 451 if (strcmp(tokens[ti], "cipher_algo") == 0) { in parse_sa_tokens() 472 rule->cipher_algo = algo->algo; in parse_sa_tokens() 478 if (rule->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in parse_sa_tokens() 978 if (cipher_algos[i].algo == sa->cipher_algo && in print_one_sa_rule() 1317 switch (sa->cipher_algo) { in sa_add_rules() 1333 sa->cipher_algo); in sa_add_rules() 1343 sa_ctx->xf[idx].b.cipher.algo = sa->cipher_algo; in sa_add_rules() 1367 sa_ctx->xf[idx].a.cipher.algo = sa->cipher_algo; in sa_add_rules()
|
| H A D | ipsec.c | 259 key.cipher_algo = (uint8_t)sa->cipher_algo; in create_lookaside_session() 269 "No cryptodev: core %u, cipher_algo %u, " in create_lookaside_session() 272 key.cipher_algo, in create_lookaside_session()
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | tun_aescbc_sha1_common_defs.sh | 31 sa in 7 cipher_algo aes-128-cbc \ 37 sa in 9 cipher_algo aes-128-cbc \ 44 sa out 7 cipher_algo aes-128-cbc \ 50 sa out 9 cipher_algo aes-128-cbc \ 95 sa in 8 cipher_algo aes-128-cbc \ 101 sa in 6 cipher_algo aes-128-cbc \ 108 sa out 8 cipher_algo aes-128-cbc \ 114 sa out 6 cipher_algo aes-128-cbc \
|
| H A D | tun_aesctr_sha1_common_defs.sh | 31 sa in 7 cipher_algo aes-128-ctr \ 37 sa in 9 cipher_algo aes-128-ctr \ 44 sa out 7 cipher_algo aes-128-ctr \ 50 sa out 9 cipher_algo aes-128-ctr \ 95 sa in 8 cipher_algo aes-128-ctr \ 101 sa in 6 cipher_algo aes-128-ctr \ 108 sa out 8 cipher_algo aes-128-ctr \ 114 sa out 6 cipher_algo aes-128-ctr \
|
| H A D | tun_3descbc_sha1_common_defs.sh | 31 sa in 7 cipher_algo 3des-cbc \ 38 sa in 9 cipher_algo 3des-cbc \ 46 sa out 7 cipher_algo 3des-cbc \ 53 sa out 9 cipher_algo 3des-cbc \ 99 sa in 8 cipher_algo 3des-cbc \ 106 sa in 6 cipher_algo 3des-cbc \ 114 sa out 8 cipher_algo 3des-cbc \ 121 sa out 6 cipher_algo 3des-cbc \
|
| H A D | trs_aescbc_sha1_common_defs.sh | 31 sa in 7 cipher_algo aes-128-cbc \ 37 sa in 9 cipher_algo aes-128-cbc \ 44 sa out 7 cipher_algo aes-128-cbc \ 51 sa out 9 cipher_algo aes-128-cbc \
|
| H A D | trs_aesctr_sha1_common_defs.sh | 31 sa in 7 cipher_algo aes-128-ctr \ 37 sa in 9 cipher_algo aes-128-ctr \ 44 sa out 7 cipher_algo aes-128-ctr \ 51 sa out 9 cipher_algo aes-128-ctr \
|
| H A D | trs_3descbc_sha1_common_defs.sh | 31 sa in 7 cipher_algo 3des-cbc \ 38 sa in 9 cipher_algo 3des-cbc \ 46 sa out 7 cipher_algo 3des-cbc \ 54 sa out 9 cipher_algo 3des-cbc \
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | ccp.rst | 98 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc 113 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc
|
| H A D | openssl.rst | 85 --cipher_op ENCRYPT --cipher_algo AES_CBC
|
| H A D | null.rst | 71 -- -p 1 --cdev SW --chain CIPHER_ONLY --cipher_algo "null"
|
| H A D | mvsam.rst | 101 --cipher_op ENCRYPT --cipher_algo aes-cbc \
|
| /dpdk/lib/vhost/ |
| H A D | vhost_user.h | 107 uint32_t cipher_algo; member
|
| /dpdk/lib/pdcp/ |
| H A D | pdcp_process.c | 221 enum pdcp_cipher_algo cipher_algo; in pdcp_iv_gen_func_set() local 244 cipher_algo = PDCP_CIPHER_ALGO_NULL; in pdcp_iv_gen_func_set() 247 cipher_algo = PDCP_CIPHER_ALGO_AES; in pdcp_iv_gen_func_set() 252 cipher_algo = PDCP_CIPHER_ALGO_SNOW3G; in pdcp_iv_gen_func_set() 257 cipher_algo = PDCP_CIPHER_ALGO_ZUC; in pdcp_iv_gen_func_set() 316 en_priv->iv_gen = iv_gen_map[cipher_algo][auth_algo]; in pdcp_iv_gen_func_set()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 539 sa <dir> <spi> <cipher_algo> <cipher_key> <auth_algo> <auth_key> 564 ``<cipher_algo>`` 580 * Syntax: *cipher_algo <your algorithm>* 587 Must be followed by <cipher_algo> option 628 * Optional: Yes, unless <cipher_algo> and <auth_algo> are not used 636 * Syntax: *cipher_algo <your algorithm>* 642 * Optional: Yes, unless <cipher_algo> and <auth_algo> are not used. 812 sa out 5 cipher_algo null auth_algo null mode ipv4-tunnel \ 815 sa out 25 cipher_algo aes-128-cbc \ 827 sa out 5 cipher_algo aes-128-cbc cipher_key 0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 \ [all …]
|
| H A D | ip_pipeline.rst | 471 cipher_algo <algo> cipher_key <key> cipher_iv <iv> 473 cipher_algo <algo> cipher_key <key> cipher_iv <iv>
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_validation_aes.c | 311 info.interim_info.aes_data.cipher_algo = in parse_test_aes_json_init() 382 info.interim_info.aes_data.cipher_algo = in parse_test_aes_init()
|
| H A D | fips_validation.h | 194 uint32_t cipher_algo; 182 uint32_t cipher_algo; global() member
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 198 enum rte_crypto_cipher_algorithm cipher_algo; member 431 switch (cparams->cipher_algo) { in l2fwd_simple_crypto_enqueue() 509 if (cparams->cipher_algo == RTE_CRYPTO_CIPHER_SNOW3G_UEA2 || in l2fwd_simple_crypto_enqueue() 510 cparams->cipher_algo == RTE_CRYPTO_CIPHER_KASUMI_F8 || in l2fwd_simple_crypto_enqueue() 511 cparams->cipher_algo == RTE_CRYPTO_CIPHER_ZUC_EEA3) { in l2fwd_simple_crypto_enqueue() 832 port_cparams[i].cipher_algo = options->cipher_xform.cipher.algo; in l2fwd_main_loop()
|