| /f-stack/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 | 53 char cipher_algo[128]; member 214 const struct supported_cipher_algo *cipher_algo) in fill_crypto_xform() argument 217 ut_params->cipher_xform.cipher.algo = cipher_algo->algo; in fill_crypto_xform() 277 const struct supported_cipher_algo *cipher_algo; in testsuite_setup() local 291 strcpy(uparams.cipher_algo, "null"); in testsuite_setup() 294 cipher_algo = find_match_cipher_algo(uparams.cipher_algo); in testsuite_setup() 295 fill_crypto_xform(ut_params, auth_algo, cipher_algo); in testsuite_setup() 687 const struct supported_cipher_algo *cipher_algo; in fill_ipsec_param() local 712 cipher_algo = find_match_cipher_algo(uparams.cipher_algo); in fill_ipsec_param() 714 fill_crypto_xform(ut_params, auth_algo, cipher_algo); in fill_ipsec_param()
|
| /f-stack/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 | 115 enum rte_crypto_cipher_algorithm cipher_algo; member 229 uint8_t cipher_algo; member
|
| H A D | sa.c | 379 rule->cipher_algo = algo->algo; in parse_sa_tokens() 385 if (rule->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in parse_sa_tokens() 815 if (cipher_algos[i].algo == sa->cipher_algo && in print_one_sa_rule() 1148 switch (sa->cipher_algo) { in sa_add_rules() 1160 sa->cipher_algo); in sa_add_rules() 1166 sa_ctx->xf[idx].b.cipher.algo = sa->cipher_algo; in sa_add_rules() 1187 sa_ctx->xf[idx].a.cipher.algo = sa->cipher_algo; in sa_add_rules()
|
| /f-stack/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_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 \
|
| 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 \
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 195 options->cipher_algo == RTE_CRYPTO_CIPHER_ZUC_EEA3) in cperf_set_ops_cipher() 351 options->cipher_algo == RTE_CRYPTO_CIPHER_ZUC_EEA3) in cperf_set_ops_cipher_auth() 562 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() 568 if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_create_session() 631 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() 634 if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_create_session() 677 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() 682 if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_create_session() 735 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session() 740 if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_create_session() [all …]
|
| H A D | cperf_options_parsing.c | 528 enum rte_crypto_cipher_algorithm cipher_algo; in parse_cipher_algo() local 530 if (rte_cryptodev_get_cipher_algo_enum(&cipher_algo, arg) < 0) { in parse_cipher_algo() 535 opts->cipher_algo = cipher_algo; in parse_cipher_algo() 898 opts->cipher_algo = RTE_CRYPTO_CIPHER_AES_CBC; in cperf_options_default() 1010 if (options->cipher_algo == RTE_CRYPTO_CIPHER_AES_CBC || in check_cipher_buffer_length() 1011 options->cipher_algo == RTE_CRYPTO_CIPHER_AES_ECB) { in check_cipher_buffer_length() 1035 if (options->cipher_algo == RTE_CRYPTO_CIPHER_DES_CBC || in check_cipher_buffer_length() 1036 options->cipher_algo == RTE_CRYPTO_CIPHER_3DES_CBC || in check_cipher_buffer_length() 1037 options->cipher_algo == RTE_CRYPTO_CIPHER_3DES_ECB) { in check_cipher_buffer_length() 1291 rte_crypto_cipher_algorithm_strings[opts->cipher_algo]); in cperf_options_dump()
|
| H A D | main.c | 346 cap_idx.algo.cipher = opts->cipher_algo; in cperf_verify_devices_capabilities() 390 if (opts->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_check_test_vector() 393 } else if (opts->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_check_test_vector() 438 if (opts->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_check_test_vector() 443 } else if (opts->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { in cperf_check_test_vector()
|
| H A D | cperf_test_vectors.c | 416 if (options->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_test_vector_get_dummy() 474 if (options->cipher_algo == RTE_CRYPTO_CIPHER_NULL) { in cperf_test_vector_get_dummy()
|
| H A D | cperf_options.h | 105 enum rte_crypto_cipher_algorithm cipher_algo; member
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | operation_cmd.h | 235 rta_operation(struct program *program, uint32_t cipher_algo, in rta_operation() argument 245 if (alg_table[i].chipher_algo == cipher_algo) { in rta_operation() 246 opcode |= cipher_algo | alg_table[i].class; in rta_operation()
|
| /f-stack/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"
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.h | 99 uint32_t cipher_algo; member
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 501 sa <dir> <spi> <cipher_algo> <cipher_key> <auth_algo> <auth_key> 526 ``<cipher_algo>`` 541 * Syntax: *cipher_algo <your algorithm>* 548 Must be followed by <cipher_algo> option 587 * Optional: Yes, unless <cipher_algo> and <auth_algo> are not used 595 * Syntax: *cipher_algo <your algorithm>* 601 * Optional: Yes, unless <cipher_algo> and <auth_algo> are not used. 716 sa out 5 cipher_algo null auth_algo null mode ipv4-tunnel \ 719 sa out 25 cipher_algo aes-128-cbc \ 731 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 …]
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation_aes.c | 154 info.interim_info.aes_data.cipher_algo = in parse_test_aes_init()
|