X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=lib%2Flibrte_cryptodev%2Frte_cryptodev_version.map;h=238bf130004270e8d181b048f813a0c81087c8d0;hb=37192bf2b4f9cd7968062fe9248f074f5176433c;hp=c581eea24d423740103054abc2c1eca1f63fb01b;hpb=d803b4439d3dac2fd9e7fb994a691cee0146ab5d;p=dpdk.git diff --git a/lib/librte_cryptodev/rte_cryptodev_version.map b/lib/librte_cryptodev/rte_cryptodev_version.map index c581eea24d..238bf13000 100644 --- a/lib/librte_cryptodev/rte_cryptodev_version.map +++ b/lib/librte_cryptodev/rte_cryptodev_version.map @@ -50,6 +50,17 @@ DPDK_16.11 { DPDK_17.02 { global: + rte_cryptodev_devices_get; rte_cryptodev_pmd_create_dev_name; + rte_cryptodev_pmd_get_dev; + rte_cryptodev_pmd_get_named_dev; + rte_cryptodev_pmd_is_valid_dev; + rte_cryptodev_sym_capability_check_auth; + rte_cryptodev_sym_capability_check_cipher; + rte_cryptodev_sym_capability_get; + rte_crypto_auth_algorithm_strings; + rte_crypto_auth_operation_strings; + rte_crypto_cipher_algorithm_strings; + rte_crypto_cipher_operation_strings; } DPDK_16.11;