| /f-stack/dpdk/lib/librte_acl/ |
| H A D | rte_acl.c | 114 acl_check_alg_arm(enum rte_acl_classify_alg alg) in acl_check_alg_arm() 136 acl_check_alg_ppc(enum rte_acl_classify_alg alg) in acl_check_alg_ppc() 165 acl_check_alg_x86(enum rte_acl_classify_alg alg) in acl_check_alg_x86() 213 acl_check_alg(enum rte_acl_classify_alg alg) in acl_check_alg() 243 static const enum rte_acl_classify_alg alg[] = { in acl_get_best_alg() enum 269 rte_acl_set_ctx_classify(struct rte_acl_ctx *ctx, enum rte_acl_classify_alg alg) in rte_acl_set_ctx_classify() 293 enum rte_acl_classify_alg alg) in rte_acl_classify_alg()
|
| H A D | acl.h | 171 enum rte_acl_classify_alg alg; member
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 2016 int qat_sym_validate_aes_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_aes_key() 2035 enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_aes_docsisbpi_key() 2050 int qat_sym_validate_snow3g_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_snow3g_key() 2062 int qat_sym_validate_kasumi_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_kasumi_key() 2074 int qat_sym_validate_des_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_des_key() 2086 int qat_sym_validate_3des_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_3des_key() 2100 int qat_sym_validate_zuc_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_zuc_key()
|
| H A D | qat_sym_session.h | 40 #define QAT_AES_HW_CONFIG_CBC_ENC(alg) \ argument 45 #define QAT_AES_HW_CONFIG_CBC_DEC(alg) \ argument
|
| H A D | qat_asym.c | 79 enum rte_crypto_asym_xform_type alg, int in_size, int out_size) in qat_clear_arrays_by_alg()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/ |
| H A D | crypto_pwhash.c | 132 unsigned long long opslimit, size_t memlimit, int alg) in crypto_pwhash() 159 unsigned long long opslimit, size_t memlimit, int alg) in crypto_pwhash_str_alg()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | crypto.c | 699 alg_type(int alg) in alg_type() 708 alg_is_compression(int alg) in alg_is_compression() 715 alg_is_cipher(int alg) in alg_is_cipher() 722 alg_is_digest(int alg) in alg_is_digest() 730 alg_is_keyed_digest(int alg) in alg_is_keyed_digest() 737 alg_is_aead(int alg) in alg_is_aead()
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_crc_arm64.h | 74 rte_hash_crc_set_alg(uint8_t alg) in rte_hash_crc_set_alg()
|
| H A D | rte_hash_crc.h | 443 rte_hash_crc_set_alg(uint8_t alg) in rte_hash_crc_set_alg()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 261 ccp_aes_check_keylen(int alg, int klen) in ccp_aes_check_keylen() 283 ccp_aes_setkey(struct ccp_session *s, int alg, const void *key, int klen) in ccp_aes_setkey()
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.h | 136 uint32_t alg; member 143 uint32_t alg; member 149 uint32_t alg; member
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | pwhash_argon2id.c | 139 unsigned long long opslimit, size_t memlimit, int alg) in crypto_pwhash_argon2id()
|
| H A D | pwhash_argon2i.c | 143 unsigned long long opslimit, size_t memlimit, int alg) in crypto_pwhash_argon2i()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.h | 440 #define IEEE80211_SCANNER_ALG(name, alg, v) \ argument 454 #define IEEE80211_ACL_MODULE(name, alg, version) \ argument 472 #define IEEE80211_AUTH_ALG(name, alg, v) \ argument 486 #define IEEE80211_RATECTL_MODULE(alg, version) \ argument 489 #define IEEE80211_RATECTL_ALG(name, alg, v) \ argument
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 151 enum rte_acl_classify_alg alg; member 478 enum rte_acl_classify_alg alg; member 1151 str_acl_alg(enum rte_acl_classify_alg alg) in str_acl_alg() 1164 parse_acl_alg(const char *alg) in parse_acl_alg() 1607 char alg[PATH_MAX]; in print_usage() local
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_net_crc.c | 294 rte_net_crc_set_alg(enum rte_net_crc_alg alg) in rte_net_crc_set_alg()
|
| /f-stack/dpdk/app/test-acl/ |
| H A D | main.c | 60 enum rte_acl_classify_alg alg; member 108 struct acl_alg alg; member 826 search_ip5tuples_once(uint32_t categories, uint32_t step, const char *alg) in search_ip5tuples_once()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_hash.c | 323 padlock_hash_lookup(int alg) in padlock_hash_lookup()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_acl.c | 273 const uint8_t *data[], size_t dim, enum rte_acl_classify_alg alg) in test_classify_alg() 338 static const enum rte_acl_classify_alg alg[] = { in test_classify_run() enum
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_ah.c | 261 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers()
|
| H A D | key_debug.c | 364 struct sadb_alg *alg; in kdebug_sadb_supported() local
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_mtr.h | 129 enum rte_mtr_algorithm alg; member
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_rx.c | 128 __in efx_rx_hash_alg_t alg, in rhead_rx_scale_mode_set()
|
| H A D | efx_rx.c | 566 __in efx_rx_hash_alg_t alg, in efx_rx_scale_mode_set() 1238 __in efx_rx_hash_alg_t alg, in siena_rx_scale_mode_set()
|
| H A D | ef10_rx.c | 440 __in efx_rx_hash_alg_t alg, in ef10_rx_scale_mode_set()
|