Lines Matching refs:roundup
823 kctx_len = roundup(ablkctx->enckey_len, 16); in create_cipher_wr()
827 temp = reqctx->imm ? roundup(wrparam->bytes, 16) : in create_cipher_wr()
830 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr()
1288 kctx_len = roundup(ablkctx->enckey_len, 16); in process_cipher()
1586 transhdr_len += req_ctx->hctx_wr.imm ? roundup(param->bfr_len + in create_hash_wr()
1588 transhdr_len = roundup(transhdr_len, 16); in create_hash_wr()
1706 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_update()
1788 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_final()
1865 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_finup()
1969 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_digest()
2044 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_continue()
2490 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen, 16) in create_authenc_wr()
2493 transhdr_len = roundup(transhdr_len, 16); in create_authenc_wr()
2551 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_authenc_wr()
2552 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16)); in create_authenc_wr()
3081 kctx_len = roundup(aeadctx->enckey_len, 16) * 2; in create_aead_ccm_wr()
3085 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen + in create_aead_ccm_wr()
3089 transhdr_len = roundup(transhdr_len, 16); in create_aead_ccm_wr()
3110 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_aead_ccm_wr()
3176 kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; in create_gcm_wr()
3180 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen, 16) : in create_gcm_wr()
3183 transhdr_len = roundup(transhdr_len, 16); in create_gcm_wr()
3222 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_gcm_wr()
3436 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) * 2; in chcr_ccm_common_setkey()
3531 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) + in chcr_gcm_setkey()
3663 roundup(keys.enckeylen, 16) + in chcr_authenc_setkey()
3729 key_ctx_len = sizeof(struct _key_ctx) + roundup(keys.enckeylen, 16); in chcr_aead_digest_null_setkey()