Searched refs:sa_len (Results 1 – 4 of 4) sorted by relevance
/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() 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()
|
D | crypto4xx_reg_def.h | 278 u32 sa_len; /* only if dynamic sa is used */ member
|