Home
last modified time | relevance | path

Searched defs:algo_enum (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/cryptodev/
H A Drte_cryptodev.c240 rte_cryptodev_get_cipher_algo_enum(enum rte_crypto_cipher_algorithm * algo_enum,const char * algo_string) rte_cryptodev_get_cipher_algo_enum() argument
260 rte_cryptodev_get_auth_algo_enum(enum rte_crypto_auth_algorithm * algo_enum,const char * algo_string) rte_cryptodev_get_auth_algo_enum() argument
280 rte_cryptodev_get_aead_algo_enum(enum rte_crypto_aead_algorithm * algo_enum,const char * algo_string) rte_cryptodev_get_aead_algo_enum() argument
321 rte_cryptodev_get_cipher_algo_string(enum rte_crypto_cipher_algorithm algo_enum) rte_cryptodev_get_cipher_algo_string() argument
334 rte_cryptodev_get_auth_algo_string(enum rte_crypto_auth_algorithm algo_enum) rte_cryptodev_get_auth_algo_string() argument
347 rte_cryptodev_get_aead_algo_string(enum rte_crypto_aead_algorithm algo_enum) rte_cryptodev_get_aead_algo_string() argument
[all...]