Home
last modified time | relevance | path

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

/third_party/libnl/lib/xfrm/
Dae.c177 …n = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * src->replay_state_esn->bmp_len); in xfrm_ae_clone()
217 if (a->replay_state_esn->bmp_len != b->replay_state_esn->bmp_len) in xfrm_ae_compare()
221 …len = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * a->replay_state_esn->bmp_len); in xfrm_ae_compare()
413 …en = sizeof (struct xfrm_replay_state_esn) + (sizeof (uint32_t) * tmpl->replay_state_esn->bmp_len); in build_xfrm_ae_message()
538 uint32_t len = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * esn->bmp_len); in xfrmnl_ae_parse()
549 ae->replay_state_esn->bmp_len = esn->bmp_len; in xfrmnl_ae_parse()
550 memcpy (ae->replay_state_esn->bmp, esn->bmp, sizeof (uint32_t) * esn->bmp_len); in xfrmnl_ae_parse()
919 … unsigned int* seq_hi, unsigned int* replay_window, unsigned int* bmp_len, unsigned int* bmp) in xfrmnl_ae_get_replay_state_esn() argument
930 *bmp_len = ae->replay_state_esn->bmp_len; // In number of 32 bit words in xfrmnl_ae_get_replay_state_esn()
931 memcpy (bmp, ae->replay_state_esn->bmp, ae->replay_state_esn->bmp_len * sizeof (uint32_t)); in xfrmnl_ae_get_replay_state_esn()
[all …]
Dsa.c206 …len = sizeof (struct xfrmnl_replay_state_esn) + (src->replay_state_esn->bmp_len * sizeof (uint32_t… in xfrm_sa_clone()
281 if (a->replay_state_esn->bmp_len != b->replay_state_esn->bmp_len) in xfrm_sa_compare()
286 (a->replay_state_esn->bmp_len * sizeof (uint32_t)); in xfrm_sa_compare()
897 len = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * esn->bmp_len); in xfrmnl_sa_parse()
1259 … = sizeof (struct xfrm_replay_state_esn) + (sizeof (uint32_t) * tmpl->replay_state_esn->bmp_len); in build_xfrm_sa_message()
2110 … unsigned int* seq_hi, unsigned int* replay_window, unsigned int* bmp_len, unsigned int* bmp) in xfrmnl_sa_get_replay_state_esn() argument
2121 *bmp_len = sa->replay_state_esn->bmp_len; // In number of 32 bit words in xfrmnl_sa_get_replay_state_esn()
2122 memcpy (bmp, sa->replay_state_esn->bmp, sa->replay_state_esn->bmp_len * sizeof (uint32_t)); in xfrmnl_sa_get_replay_state_esn()
2137 unsigned int bmp_len, unsigned int* bmp) in xfrmnl_sa_set_replay_state_esn() argument
2141 if (!(b = calloc (1, sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * bmp_len)))) in xfrmnl_sa_set_replay_state_esn()
[all …]
/third_party/libnl/include/linux-private/linux/
Dxfrm.h93 unsigned int bmp_len; member
/third_party/libnl/include/netlink-private/
Dtypes.h1161 uint32_t bmp_len; member