Lines Matching refs:roundup

827 	kctx_len = roundup(ablkctx->enckey_len, 16);  in create_cipher_wr()
831 temp = reqctx->imm ? roundup(wrparam->bytes, 16) : in create_cipher_wr()
834 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr()
1292 kctx_len = roundup(ablkctx->enckey_len, 16); in process_cipher()
1588 transhdr_len += req_ctx->hctx_wr.imm ? roundup(param->bfr_len + in create_hash_wr()
1590 transhdr_len = roundup(transhdr_len, 16); in create_hash_wr()
1708 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_update()
1790 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_final()
1867 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_finup()
1964 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_digest()
2039 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_continue()
2482 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen, 16) in create_authenc_wr()
2485 transhdr_len = roundup(transhdr_len, 16); in create_authenc_wr()
2543 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_authenc_wr()
2544 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16)); in create_authenc_wr()
3066 kctx_len = roundup(aeadctx->enckey_len, 16) * 2; in create_aead_ccm_wr()
3070 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen + in create_aead_ccm_wr()
3074 transhdr_len = roundup(transhdr_len, 16); in create_aead_ccm_wr()
3095 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_aead_ccm_wr()
3159 kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; in create_gcm_wr()
3163 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen, 16) : in create_gcm_wr()
3166 transhdr_len = roundup(transhdr_len, 16); in create_gcm_wr()
3205 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_gcm_wr()
3418 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) * 2; in chcr_ccm_common_setkey()
3513 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) + in chcr_gcm_setkey()
3645 roundup(keys.enckeylen, 16) + in chcr_authenc_setkey()
3711 key_ctx_len = sizeof(struct _key_ctx) + roundup(keys.enckeylen, 16); in chcr_aead_digest_null_setkey()