Searched refs:check_cipher_capabilities_supported (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 873 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in aes_chain_setup() 914 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in aes_cipheronly_setup() 946 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in aes_docsis_setup() 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() 1074 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in des_docsis_setup()
|
| H A D | test_cryptodev.h | 243 check_cipher_capabilities_supported(const enum rte_crypto_cipher_algorithm *ciphers,
|
| H A D | test_cryptodev.c | 741 check_cipher_capabilities_supported(const enum rte_crypto_cipher_algorithm *ciphers, in check_cipher_capabilities_supported() function 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 …]
|