Searched refs:sa_len (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/crypto/amcc/ |
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() 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() 457 memcpy(tmp_sa, decrypt ? ctx->sa_in : ctx->sa_out, ctx->sa_len * 4); in crypto4xx_crypt_aes_ccm() 470 sa, ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_ccm() 576 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes_gcm() 607 ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_gcm() 624 unsigned int sa_len, in crypto4xx_hash_alg_init() argument [all …]
|
D | crypto4xx_core.h | 123 u32 sa_len; member 160 const unsigned int sa_len,
|
D | crypto4xx_core.c | 148 ctx->sa_len = size; in crypto4xx_alloc_sa() 159 ctx->sa_len = 0; in crypto4xx_free_sa() 686 const unsigned int sa_len, in crypto4xx_build_pd() argument 810 pd->sa_len = sa_len; in crypto4xx_build_pd() 822 memcpy(sa, req_sa, sa_len * 4); in crypto4xx_build_pd() 942 ctx->sa_len = 0; in crypto4xx_ctx_init()
|
D | crypto4xx_reg_def.h | 278 u32 sa_len; /* only if dynamic sa is used */ member
|
/linux-5.19.10/net/l2tp/ |
D | l2tp_ppp.c | 562 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()
|