Home
last modified time | relevance | path

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

/third_party/libnl/lib/xfrm/
Dsp.c1224 … unsigned int* exttype, unsigned int* alg, unsigned int* doi, unsigned int* ctx_len, char* ctx_str) in xfrmnl_sp_get_sec_ctx() argument
1238 if (ctx_str) in xfrmnl_sp_get_sec_ctx()
1239 memcpy ((void *)ctx_str, (void *)sp->sec_ctx->ctx, sp->sec_ctx->ctx_len); in xfrmnl_sp_get_sec_ctx()
1259 …d)), unsigned int exttype, unsigned int alg, unsigned int doi, unsigned int ctx_len, char* ctx_str) in xfrmnl_sp_set_sec_ctx() argument
1273 memcpy ((void *)sp->sec_ctx->ctx, (void *)ctx_str, ctx_len); in xfrmnl_sp_set_sec_ctx()
Dsa.c1991 unsigned int* len, unsigned int* sid, char* ctx_str) in xfrmnl_sa_get_sec_ctx() argument
2001 if (ctx_str) in xfrmnl_sa_get_sec_ctx()
2002 memcpy (ctx_str, sa->sec_ctx->ctx, sa->sec_ctx->ctx_len); in xfrmnl_sa_get_sec_ctx()
2024 unsigned int sid, const char* ctx_str) in xfrmnl_sa_set_sec_ctx() argument
2036 memcpy (b->ctx, ctx_str, len); in xfrmnl_sa_set_sec_ctx()
/third_party/libnl/include/linux-private/linux/
Dxfrm.h36 char ctx_str[0]; member