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()
1962 params.kctx_len = roundup(params.alg_prm.result_size, 16); in chcr_ahash_digest()
2037 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()
3073 kctx_len = roundup(aeadctx->enckey_len, 16) * 2; in create_aead_ccm_wr()
3077 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen + in create_aead_ccm_wr()
3081 transhdr_len = roundup(transhdr_len, 16); in create_aead_ccm_wr()
3102 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_aead_ccm_wr()
3168 kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; in create_gcm_wr()
3172 temp = reqctx->imm ? roundup(req->assoclen + req->cryptlen, 16) : in create_gcm_wr()
3175 transhdr_len = roundup(transhdr_len, 16); in create_gcm_wr()
3214 memcpy(chcr_req->key_ctx.key + roundup(aeadctx->enckey_len, 16), in create_gcm_wr()
3427 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) * 2; in chcr_ccm_common_setkey()
3522 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) + in chcr_gcm_setkey()
3654 roundup(keys.enckeylen, 16) + in chcr_authenc_setkey()
3720 key_ctx_len = sizeof(struct _key_ctx) + roundup(keys.enckeylen, 16); in chcr_aead_digest_null_setkey()