Searched refs:algo_type (Results 1 – 6 of 6) sorted by relevance
264 switch (sa->algo_type) { in esp_inb_init()296 uint8_t algo_type; in esp_outb_init() local300 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 …]
104 uint8_t algo_type; member
71 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()
71 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()
354 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 …]
113 u32 algo_type; member178 u32 algo_type; member