Searched refs:ciphers (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 847 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_chain_setup() enum 873 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in aes_chain_setup() 890 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_cipheronly_setup() enum 914 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in aes_cipheronly_setup() 931 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_docsis_setup() enum 946 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in aes_docsis_setup() 961 const enum rte_crypto_cipher_algorithm ciphers[] = { in triple_des_chain_setup() enum 981 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in triple_des_chain_setup() 1014 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in triple_des_cipheronly_setup() 1044 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in des_cipheronly_setup() [all …]
|
| H A D | test_cryptodev.h | 243 check_cipher_capabilities_supported(const enum rte_crypto_cipher_algorithm *ciphers,
|
| H A D | test_cryptodev.c | 745 (const int *) ciphers, num_ciphers); in check_cipher_capabilities_supported() 785 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in null_testsuite_setup() 888 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in pdcp_proto_testsuite_setup() 919 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in docsis_proto_testsuite_setup() 1065 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in snow3g_testsuite_setup() 1097 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in zuc_testsuite_setup() 1160 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in kasumi_testsuite_setup() 1259 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in mixed_cipher_hash_testsuite_setup() 1293 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in esn_testsuite_setup() 1325 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in multi_session_testsuite_setup() [all …]
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | fips_validation.rst | 37 program/block-ciphers>`_ website. To obtain the ``.req`` files you need to
|