Home
last modified time | relevance | path

Searched refs:algo_type (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/ipsec/
H A Dsa.c264 switch (sa->algo_type) { in esp_inb_init()
296 uint8_t algo_type; in esp_outb_init() local
300 algo_type = sa->algo_type; in esp_outb_init()
307 switch (algo_type) { in esp_outb_init()
332 switch (algo_type) { in esp_outb_init()
405 sa->algo_type = ALGO_TYPE_AES_GCM; in esp_sa_init()
414 sa->algo_type = ALGO_TYPE_AES_CCM; in esp_sa_init()
435 sa->algo_type = ALGO_TYPE_AES_GMAC; in esp_sa_init()
445 sa->algo_type = ALGO_TYPE_NULL; in esp_sa_init()
451 sa->algo_type = ALGO_TYPE_AES_CBC; in esp_sa_init()
[all …]
H A Dsa.h104 uint8_t algo_type; member
H A Desp_inb.c71 algo = sa->algo_type; in inb_cop_prepare()
150 switch (sa->algo_type) { in inb_cpu_crypto_prepare()
228 switch (sa->algo_type) { in inb_pkt_xprepare()
H A Desp_outb.c71 algo = sa->algo_type; in outb_cop_prepare()
260 switch (sa->algo_type) { in outb_pkt_xprepare()
503 switch (sa->algo_type) { in outb_cpu_crypto_prepare()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c354 cfg->algo_type = VIRTCHNL_AES_CCM; break; in sa_add_set_aead_params()
356 cfg->algo_type = VIRTCHNL_AES_GCM; break; in sa_add_set_aead_params()
380 cfg->algo_type = VIRTCHNL_AES_CBC; break; in sa_add_set_cipher_params()
382 cfg->algo_type = VIRTCHNL_3DES_CBC; break; in sa_add_set_cipher_params()
386 cfg->algo_type = VIRTCHNL_AES_CTR; in sa_add_set_cipher_params()
409 cfg->algo_type = VIRTCHNL_HASH_NO_ALG; break; in sa_add_set_auth_params()
411 cfg->algo_type = VIRTCHNL_AES_CBC_MAC; break; in sa_add_set_auth_params()
413 cfg->algo_type = VIRTCHNL_AES_CMAC; break; in sa_add_set_auth_params()
417 cfg->algo_type = VIRTCHNL_MD5_HMAC; break; in sa_add_set_auth_params()
419 cfg->algo_type = VIRTCHNL_SHA1_HMAC; break; in sa_add_set_auth_params()
[all …]
/dpdk/drivers/common/iavf/
H A Dvirtchnl_inline_ipsec.h113 u32 algo_type; member
178 u32 algo_type; member