Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c253 switch (sa->algo_type) { in esp_inb_init()
284 uint8_t algo_type; in esp_outb_init() local
288 algo_type = sa->algo_type; in esp_outb_init()
295 switch (algo_type) { in esp_outb_init()
314 switch (algo_type) { in esp_outb_init()
375 sa->algo_type = ALGO_TYPE_AES_GCM; in esp_sa_init()
389 sa->algo_type = ALGO_TYPE_NULL; in esp_sa_init()
395 sa->algo_type = ALGO_TYPE_AES_CBC; in esp_sa_init()
402 sa->algo_type = ALGO_TYPE_AES_CTR; in esp_sa_init()
409 sa->algo_type = ALGO_TYPE_3DES_CBC; in esp_sa_init()
H A Dsa.h99 uint8_t algo_type; member
H A Desp_inb.c70 algo = sa->algo_type; in inb_cop_prepare()
121 switch (sa->algo_type) { in inb_cpu_crypto_prepare()
H A Desp_outb.c69 algo = sa->algo_type; in outb_cop_prepare()
424 switch (sa->algo_type) { in outb_cpu_crypto_prepare()