• Home
  • Raw
  • Download

Lines Matching refs:roundup

830 	kctx_len = roundup(ablkctx->enckey_len, 16);  in create_cipher_wr()
834 temp = reqctx->imm ? roundup(wrparam->bytes, 16) : in create_cipher_wr()
837 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr()
1295 kctx_len = roundup(ablkctx->enckey_len, 16); in process_cipher()
1592 transhdr_len += req_ctx->hctx_wr.imm ? roundup(param->bfr_len + in create_hash_wr()
1594 transhdr_len = roundup(transhdr_len, 16); in create_hash_wr()
1712 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_update()
1794 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_final()
1871 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_finup()
1968 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_digest()
2043 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_continue()
2488 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen, 16) in create_authenc_wr()
2491 transhdr_len = roundup(transhdr_len, 16); in create_authenc_wr()
2549 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_authenc_wr()
2550 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16)); in create_authenc_wr()
3079 kctx_len = roundup(aeadctx->enckey_len, 16) * 2; in create_aead_ccm_wr()
3083 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen + in create_aead_ccm_wr()
3087 transhdr_len = roundup(transhdr_len, 16); in create_aead_ccm_wr()
3108 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_aead_ccm_wr()
3174 kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; in create_gcm_wr()
3178 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen, 16) : in create_gcm_wr()
3181 transhdr_len = roundup(transhdr_len, 16); in create_gcm_wr()
3220 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_gcm_wr()
3433 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) * 2; in chcr_ccm_common_setkey()
3528 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) + in chcr_gcm_setkey()
3660 roundup(keys.enckeylen, 16) + in chcr_authenc_setkey()
3726 key_ctx_len = sizeof(struct _key_ctx) + roundup(keys.enckeylen, 16); in chcr_aead_digest_null_setkey()