Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_alg.c85 ctx->sa_len, 0, NULL); in crypto4xx_crypt()
168 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes()
237 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_encrypt()
252 ctx->sa_out, ctx->sa_len, 0, NULL); in crypto4xx_rfc3686_decrypt()
440 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes_ccm()
476 memcpy(tmp_sa, decrypt ? ctx->sa_in : ctx->sa_out, ctx->sa_len * 4); in crypto4xx_crypt_aes_ccm()
489 sa, ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_ccm()
597 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes_gcm()
628 ctx->sa_len, req->assoclen, rctx->dst); in crypto4xx_crypt_aes_gcm()
645 unsigned int sa_len, in crypto4xx_hash_alg_init() argument
[all …]
Dcrypto4xx_core.h122 u32 sa_len; member
159 const unsigned int sa_len,
Dcrypto4xx_core.c148 ctx->sa_len = size; in crypto4xx_alloc_sa()
159 ctx->sa_len = 0; in crypto4xx_free_sa()
689 const unsigned int sa_len, in crypto4xx_build_pd() argument
813 pd->sa_len = sa_len; in crypto4xx_build_pd()
825 memcpy(sa, req_sa, sa_len * 4); in crypto4xx_build_pd()
945 ctx->sa_len = 0; in crypto4xx_ctx_init()
Dcrypto4xx_reg_def.h278 u32 sa_len; /* only if dynamic sa is used */ member
/Linux-v5.4/net/l2tp/
Dl2tp_ppp.c568 static int pppol2tp_sockaddr_get_info(const void *sa, int sa_len, in pppol2tp_sockaddr_get_info() argument
571 switch (sa_len) { in pppol2tp_sockaddr_get_info()