Home
last modified time | relevance | path

Searched refs:replay_state_esn (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/lib/xfrm/
Dae.c158 if (ae->replay_state_esn) in xfrm_ae_free_data()
159 free (ae->replay_state_esn); in xfrm_ae_free_data()
175 if (src->replay_state_esn) in xfrm_ae_clone()
177 …n = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * src->replay_state_esn->bmp_len); in xfrm_ae_clone()
178 if ((dst->replay_state_esn = malloc (len)) == NULL) in xfrm_ae_clone()
180 memcpy (dst->replay_state_esn, src->replay_state_esn, len); in xfrm_ae_clone()
209 if (((a->replay_state_esn != NULL) && (b->replay_state_esn == NULL)) || in xfrm_ae_compare()
210 ((a->replay_state_esn == NULL) && (b->replay_state_esn != NULL))) in xfrm_ae_compare()
215 if (a->replay_state_esn) in xfrm_ae_compare()
217 if (a->replay_state_esn->bmp_len != b->replay_state_esn->bmp_len) in xfrm_ae_compare()
[all …]
Dsa.c126 if (sa->replay_state_esn) in xfrm_sa_free_data()
127 free (sa->replay_state_esn); in xfrm_sa_free_data()
204 if (src->replay_state_esn) in xfrm_sa_clone()
206 …len = sizeof (struct xfrmnl_replay_state_esn) + (src->replay_state_esn->bmp_len * sizeof (uint32_t… in xfrm_sa_clone()
207 if ((dst->replay_state_esn = calloc (1, len)) == NULL) in xfrm_sa_clone()
209 memcpy ((void *)dst->replay_state_esn, (void *)src->replay_state_esn, len); in xfrm_sa_clone()
273 if (((a->replay_state_esn != NULL) && (b->replay_state_esn == NULL)) || in xfrm_sa_compare()
274 ((a->replay_state_esn == NULL) && (b->replay_state_esn != NULL))) in xfrm_sa_compare()
279 if (a->replay_state_esn) in xfrm_sa_compare()
281 if (a->replay_state_esn->bmp_len != b->replay_state_esn->bmp_len) in xfrm_sa_compare()
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h1196 struct xfrmnl_replay_state_esn* replay_state_esn; member
1267 struct xfrmnl_replay_state_esn* replay_state_esn; member