Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c90 ctx->sa_len, 0, NULL); in crypto4xx_crypt()
162 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes()
226 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_encrypt()
241 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_decrypt()
429 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes_ccm()
465 memcpy(tmp_sa, decrypt ? ctx->sa_in : ctx->sa_out, ctx->sa_len * 4); in crypto4xx_crypt_aes_ccm()
478 sa, ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_ccm()
595 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes_gcm()
626 ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_gcm()
643 unsigned int sa_len, in crypto4xx_hash_alg_init() argument
[all …]
Dcrypto4xx_core.h129 u32 sa_len; member
165 const unsigned int sa_len,
Dcrypto4xx_core.c155 ctx->sa_len = size; in crypto4xx_alloc_sa()
166 ctx->sa_len = 0; in crypto4xx_free_sa()
697 const unsigned int sa_len, in crypto4xx_build_pd() argument
805 pd->sa_len = sa_len; in crypto4xx_build_pd()
816 memcpy(sa, req_sa, sa_len * 4); in crypto4xx_build_pd()
944 ctx->sa_len = 0; in crypto4xx_ctx_init()
Dcrypto4xx_reg_def.h286 u32 sa_len; /* only if dynamic sa is used */ member
/Linux-v4.19/net/l2tp/
Dl2tp_ppp.c572 static int pppol2tp_sockaddr_get_info(const void *sa, int sa_len, in pppol2tp_sockaddr_get_info() argument
575 switch (sa_len) { in pppol2tp_sockaddr_get_info()