Searched refs:sa_len (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | connect_ping.c | 32 socklen_t sa_len; in subtest() local 39 sa_len = sizeof(sa4); in subtest() 44 sa_len = sizeof(sa6); in subtest() 56 if (!ASSERT_OK(connect(sock_fd, sa, sa_len), "connect")) in subtest() 68 if (!ASSERT_OK(getsockname(sock_fd, sa, &sa_len), in subtest()
|
| /linux-6.15/drivers/crypto/amcc/ |
| H A D | crypto4xx_alg.c | 85 ctx->sa_len, 0, NULL); in crypto4xx_crypt() 165 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes() 220 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_encrypt() 235 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_decrypt() 407 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes_ccm() 456 sa, ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_ccm() 593 ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_gcm() 610 unsigned int sa_len, in crypto4xx_hash_alg_init() argument 628 rc = crypto4xx_alloc_sa(ctx, sa_len); in crypto4xx_hash_alg_init() 678 ctx->sa_len, 0, NULL); in crypto4xx_hash_update() [all …]
|
| H A D | crypto4xx_core.h | 123 u32 sa_len; member 159 const unsigned int sa_len,
|
| H A D | crypto4xx_core.c | 148 ctx->sa_len = size; in crypto4xx_alloc_sa() 159 ctx->sa_len = 0; in crypto4xx_free_sa() 681 const unsigned int sa_len, in crypto4xx_build_pd() argument 805 pd->sa_len = sa_len; in crypto4xx_build_pd() 817 memcpy(sa, req_sa, sa_len * 4); in crypto4xx_build_pd() 937 ctx->sa_len = 0; in crypto4xx_ctx_init()
|
| H A D | crypto4xx_reg_def.h | 278 u32 sa_len; /* only if dynamic sa is used */ member
|
| /linux-6.15/net/l2tp/ |
| H A D | l2tp_ppp.c | 545 static int pppol2tp_sockaddr_get_info(const void *sa, int sa_len, in pppol2tp_sockaddr_get_info() argument 548 switch (sa_len) { in pppol2tp_sockaddr_get_info()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_iptfs.c | 2734 .sa_len = iptfs_sa_len,
|
| H A D | xfrm_user.c | 3643 if (x->mode_cbs && x->mode_cbs->sa_len) in xfrm_sa_len() 3644 l += x->mode_cbs->sa_len(x); in xfrm_sa_len()
|
| /linux-6.15/include/net/ |
| H A D | xfrm.h | 505 unsigned int (*sa_len)(const struct xfrm_state *x); member
|