Home
last modified time | relevance | path

Searched refs:hmac_opad_ipad (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Dcnxk_security.c13 uint8_t *hmac_opad_ipad) in ipsec_hmac_opad_ipad_gen() argument
32 roc_hash_sha1_gen(opad, (uint32_t *)&hmac_opad_ipad[0]); in ipsec_hmac_opad_ipad_gen()
33 roc_hash_sha1_gen(ipad, (uint32_t *)&hmac_opad_ipad[24]); in ipsec_hmac_opad_ipad_gen()
36 roc_hash_sha256_gen(opad, (uint32_t *)&hmac_opad_ipad[0]); in ipsec_hmac_opad_ipad_gen()
55 uint8_t *hmac_opad_ipad, in ot_ipsec_sa_common_param_fill() argument
175 roc_aes_xcbc_key_derive(auth_key, hmac_opad_ipad); in ot_ipsec_sa_common_param_fill()
177 ipsec_hmac_opad_ipad_gen(auth_xfrm, hmac_opad_ipad); in ot_ipsec_sa_common_param_fill()
180 tmp_key = (uint64_t *)hmac_opad_ipad; in ot_ipsec_sa_common_param_fill()
334 sa->hmac_opad_ipad, ipsec_xfrm, in cnxk_ot_ipsec_inb_sa_fill()
436 sa->hmac_opad_ipad, ipsec_xfrm, in cnxk_ot_ipsec_outb_sa_fill()
[all …]
H A Droc_ie_ot.h416 uint8_t hmac_opad_ipad[ROC_CTX_MAX_OPAD_IPAD_LEN]; member
434 PLT_STATIC_ASSERT(offsetof(struct roc_ot_ipsec_inb_sa, hmac_opad_ipad) ==
537 uint8_t hmac_opad_ipad[ROC_CTX_MAX_OPAD_IPAD_LEN]; member
555 PLT_STATIC_ASSERT(offsetof(struct roc_ot_ipsec_outb_sa, hmac_opad_ipad) ==