MCPcopy Create free account
hub / github.com/F-Stack/f-stack / check_cipher_capabilities_supported

Function check_cipher_capabilities_supported

dpdk/app/test/test_cryptodev.c:735–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735int
736check_cipher_capabilities_supported(const enum rte_crypto_cipher_algorithm *ciphers,
737 uint16_t num_ciphers)
738{
739 return check_capabilities_supported(RTE_CRYPTO_SYM_XFORM_CIPHER,
740 (const int *) ciphers, num_ciphers);
741}
742
743int
744check_auth_capabilities_supported(const enum rte_crypto_auth_algorithm *auths,

Callers 15

null_testsuite_setupFunction · 0.85
snow3g_testsuite_setupFunction · 0.85
zuc_testsuite_setupFunction · 0.85
kasumi_testsuite_setupFunction · 0.85
esn_testsuite_setupFunction · 0.85
aes_chain_setupFunction · 0.85
aes_cipheronly_setupFunction · 0.85

Calls 1

Tested by

no test coverage detected