| /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, 192 .cipher_algo = RTE_CRYPTO_CIPHER_SNOW3G_UEA2, 471 .cipher_algo = RTE_CRYPTO_CIPHER_AES_CTR, 558 .cipher_algo = RTE_CRYPTO_CIPHER_AES_CTR, 638 .cipher_algo = RTE_CRYPTO_CIPHER_ZUC_EEA3, 716 .cipher_algo = RTE_CRYPTO_CIPHER_ZUC_EEA3, 1069 .cipher_algo = RTE_CRYPTO_CIPHER_NULL, 1149 .cipher_algo = RTE_CRYPTO_CIPHER_NULL, 1236 .cipher_algo = RTE_CRYPTO_CIPHER_AES_CTR, [all …]
|
| H A D | test_ipsec.c | 63 char cipher_algo[128]; member 224 const struct supported_cipher_algo *cipher_algo) in fill_crypto_xform() argument 227 ut_params->cipher_xform.cipher.algo = cipher_algo->algo; in fill_crypto_xform() 287 const struct supported_cipher_algo *cipher_algo; in testsuite_setup() local 301 strcpy(uparams.cipher_algo, "null"); in testsuite_setup() 304 cipher_algo = find_match_cipher_algo(uparams.cipher_algo); in testsuite_setup() 305 fill_crypto_xform(ut_params, auth_algo, cipher_algo); in testsuite_setup() 697 const struct supported_cipher_algo *cipher_algo; in fill_ipsec_param() local 722 cipher_algo = find_match_cipher_algo(uparams.cipher_algo); in fill_ipsec_param() 724 fill_crypto_xform(ut_params, auth_algo, cipher_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:\ 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 \ 119 sa in 115 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.2.5 \ 124 sa in 117 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.2.7 \ [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() 116 sa->cipher_algo); in esp_inbound() 337 switch (sa->cipher_algo) { in esp_outbound() 349 sa->cipher_algo); in esp_outbound() 400 switch (sa->cipher_algo) { in esp_outbound() 415 sa->cipher_algo); in esp_outbound()
|
| H A D | ipsec.h | 113 enum rte_crypto_cipher_algorithm cipher_algo; member 237 uint8_t cipher_algo; member
|
| H A D | sa.c | 463 rule->cipher_algo = algo->algo; in parse_sa_tokens() 469 if (rule->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in parse_sa_tokens() 954 if (cipher_algos[i].algo == sa->cipher_algo && in print_one_sa_rule() 1302 switch (sa->cipher_algo) { in sa_add_rules() 1312 sa->cipher_algo); in sa_add_rules() 1322 sa_ctx->xf[idx].b.cipher.algo = sa->cipher_algo; in sa_add_rules() 1346 sa_ctx->xf[idx].a.cipher.algo = sa->cipher_algo; in sa_add_rules()
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | operation_cmd.h | 215 rta_operation(struct program *program, uint32_t cipher_algo, in rta_operation() argument 225 if (alg_table[i].chipher_algo == cipher_algo) { in rta_operation() 228 opcode |= cipher_algo | OP_TYPE_CLASS2_ALG; in rta_operation() 230 opcode |= cipher_algo | alg_table[i].class; in rta_operation() 313 rta_operation2(struct program *program, uint32_t cipher_algo, in rta_operation2() argument 323 if (alg_table[i].chipher_algo == cipher_algo) { in rta_operation2() 327 opcode |= cipher_algo | OP_TYPE_CLASS2_ALG; in rta_operation2() 329 opcode |= cipher_algo | alg_table[i].class; in rta_operation2()
|
| /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_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 | 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 | 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/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 305 options->cipher_algo == RTE_CRYPTO_CIPHER_ZUC_EEA3) in cperf_set_ops_cipher() 463 options->cipher_algo == RTE_CRYPTO_CIPHER_ZUC_EEA3) in cperf_set_ops_cipher_auth() 682 xform.cipher.algo = options->cipher_algo; in create_ipsec_session() 687 if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in create_ipsec_session() 812 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() 818 if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_create_session() 887 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() 890 if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_create_session() 933 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() 991 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() [all …]
|
| H A D | cperf_options_parsing.c | 555 enum rte_crypto_cipher_algorithm cipher_algo; in parse_cipher_algo() local 557 if (rte_cryptodev_get_cipher_algo_enum(&cipher_algo, arg) < 0) { in parse_cipher_algo() 562 opts->cipher_algo = cipher_algo; in parse_cipher_algo() 932 opts->cipher_algo = RTE_CRYPTO_CIPHER_AES_CBC; in cperf_options_default() 1046 if (options->cipher_algo == RTE_CRYPTO_CIPHER_AES_CBC || in check_cipher_buffer_length() 1047 options->cipher_algo == RTE_CRYPTO_CIPHER_AES_ECB) { in check_cipher_buffer_length() 1071 if (options->cipher_algo == RTE_CRYPTO_CIPHER_DES_CBC || in check_cipher_buffer_length() 1072 options->cipher_algo == RTE_CRYPTO_CIPHER_3DES_CBC || in check_cipher_buffer_length() 1073 options->cipher_algo == RTE_CRYPTO_CIPHER_3DES_ECB) { in check_cipher_buffer_length() 1361 rte_crypto_cipher_algorithm_strings[opts->cipher_algo]); in cperf_options_dump()
|
| H A D | cperf_options.h | 108 enum rte_crypto_cipher_algorithm cipher_algo; member
|
| H A D | cperf_test_vectors.c | 665 if (options->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_test_vector_get_dummy() 726 if (options->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_test_vector_get_dummy()
|
| H A D | main.c | 417 cap_idx.algo.cipher = opts->cipher_algo; in cperf_verify_devices_capabilities() 461 if (opts->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_check_test_vector() 509 if (opts->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_check_test_vector()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | ccp.rst | 108 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc 123 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc
|
| H A D | openssl.rst | 84 --cipher_op ENCRYPT --cipher_algo AES_CBC
|
| H A D | null.rst | 71 -- -p 1 --cdev SW --chain CIPHER_ONLY --cipher_algo "null"
|
| /dpdk/lib/vhost/ |
| H A D | vhost_user.h | 97 uint32_t cipher_algo; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 530 sa <dir> <spi> <cipher_algo> <cipher_key> <auth_algo> <auth_key> 555 ``<cipher_algo>`` 570 * Syntax: *cipher_algo <your algorithm>* 577 Must be followed by <cipher_algo> option 616 * Optional: Yes, unless <cipher_algo> and <auth_algo> are not used 624 * Syntax: *cipher_algo <your algorithm>* 630 * Optional: Yes, unless <cipher_algo> and <auth_algo> are not used. 789 sa out 5 cipher_algo null auth_algo null mode ipv4-tunnel \ 792 sa out 25 cipher_algo aes-128-cbc \ 804 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 …]
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_validation_aes.c | 154 info.interim_info.aes_data.cipher_algo = in parse_test_aes_init()
|