Home
last modified time | relevance | path

Searched refs:sa_len (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dconnect_ping.c32 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.3-rc2/drivers/crypto/amcc/
A Dcrypto4xx_alg.c85 ctx->sa_len, 0, NULL); in crypto4xx_crypt()
165 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes()
234 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_encrypt()
249 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_decrypt()
421 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes_ccm()
470 sa, ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_ccm()
607 ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_gcm()
624 unsigned int sa_len, in crypto4xx_hash_alg_init() argument
642 rc = crypto4xx_alloc_sa(ctx, sa_len); in crypto4xx_hash_alg_init()
692 ctx->sa_len, 0, NULL); in crypto4xx_hash_update()
[all …]
A Dcrypto4xx_core.h123 u32 sa_len; member
160 const unsigned int sa_len,
A Dcrypto4xx_core.c148 ctx->sa_len = size; in crypto4xx_alloc_sa()
159 ctx->sa_len = 0; in crypto4xx_free_sa()
684 const unsigned int sa_len, in crypto4xx_build_pd() argument
808 pd->sa_len = sa_len; in crypto4xx_build_pd()
820 memcpy(sa, req_sa, sa_len * 4); in crypto4xx_build_pd()
940 ctx->sa_len = 0; in crypto4xx_ctx_init()
A Dcrypto4xx_reg_def.h278 u32 sa_len; /* only if dynamic sa is used */ member
/linux-6.3-rc2/net/l2tp/
A Dl2tp_ppp.c562 static int pppol2tp_sockaddr_get_info(const void *sa, int sa_len, in pppol2tp_sockaddr_get_info() argument
565 switch (sa_len) { in pppol2tp_sockaddr_get_info()

Completed in 18 milliseconds