Home
last modified time | relevance | path

Searched refs:check_auth_capabilities_supported (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c874 && check_auth_capabilities_supported(auths, in aes_chain_setup()
915 && check_auth_capabilities_supported(auths, in aes_cipheronly_setup()
982 && check_auth_capabilities_supported(auths, in triple_des_chain_setup()
1118 if (check_auth_capabilities_supported(auths, RTE_DIM(auths)) != 0) { in authonly_setup()
H A Dtest_cryptodev.h247 check_auth_capabilities_supported(const enum rte_crypto_auth_algorithm *auths,
H A Dtest_cryptodev.c786 && check_auth_capabilities_supported(auths, in null_testsuite_setup()
889 && check_auth_capabilities_supported(auths, in pdcp_proto_testsuite_setup()
1005 if (check_auth_capabilities_supported(auths, RTE_DIM(auths)) != 0) { in aes_gmac_auth_testsuite_setup()
1066 && check_auth_capabilities_supported(auths, in snow3g_testsuite_setup()
1098 && check_auth_capabilities_supported(auths, in zuc_testsuite_setup()
1128 if (check_auth_capabilities_supported(auths, RTE_DIM(auths)) != 0) { in hmac_md5_auth_testsuite_setup()
1161 && check_auth_capabilities_supported(auths, in kasumi_testsuite_setup()
1260 && check_auth_capabilities_supported(auths, in mixed_cipher_hash_testsuite_setup()
1294 && check_auth_capabilities_supported(auths, in esn_testsuite_setup()
1326 && check_auth_capabilities_supported(auths, in multi_session_testsuite_setup()
[all …]