123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662 |
- // SPDX-License-Identifier: GPL-2.0
- /*
- * Copyright (C) 2017 Marvell
- *
- * Antoine Tenart <antoine.tenart@free-electrons.com>
- */
- #include <crypto/hmac.h>
- #include <crypto/md5.h>
- #include <crypto/sha.h>
- #include <linux/device.h>
- #include <linux/dma-mapping.h>
- #include <linux/dmapool.h>
- #include "safexcel.h"
- struct safexcel_ahash_ctx {
- struct safexcel_context base;
- struct safexcel_crypto_priv *priv;
- u32 alg;
- u32 ipad[SHA512_DIGEST_SIZE / sizeof(u32)];
- u32 opad[SHA512_DIGEST_SIZE / sizeof(u32)];
- };
- struct safexcel_ahash_req {
- bool last_req;
- bool finish;
- bool hmac;
- bool needs_inv;
- int nents;
- dma_addr_t result_dma;
- u32 digest;
- u8 state_sz; /* expected sate size, only set once */
- u32 state[SHA512_DIGEST_SIZE / sizeof(u32)] __aligned(sizeof(u32));
- u64 len[2];
- u64 processed[2];
- u8 cache[SHA512_BLOCK_SIZE] __aligned(sizeof(u32));
- dma_addr_t cache_dma;
- unsigned int cache_sz;
- u8 cache_next[SHA512_BLOCK_SIZE] __aligned(sizeof(u32));
- };
- static inline u64 safexcel_queued_len(struct safexcel_ahash_req *req)
- {
- u64 len, processed;
- len = (0xffffffff * req->len[1]) + req->len[0];
- processed = (0xffffffff * req->processed[1]) + req->processed[0];
- return len - processed;
- }
- static void safexcel_hash_token(struct safexcel_command_desc *cdesc,
- u32 input_length, u32 result_length)
- {
- struct safexcel_token *token =
- (struct safexcel_token *)cdesc->control_data.token;
- token[0].opcode = EIP197_TOKEN_OPCODE_DIRECTION;
- token[0].packet_length = input_length;
- token[0].stat = EIP197_TOKEN_STAT_LAST_HASH;
- token[0].instructions = EIP197_TOKEN_INS_TYPE_HASH;
- token[1].opcode = EIP197_TOKEN_OPCODE_INSERT;
- token[1].packet_length = result_length;
- token[1].stat = EIP197_TOKEN_STAT_LAST_HASH |
- EIP197_TOKEN_STAT_LAST_PACKET;
- token[1].instructions = EIP197_TOKEN_INS_TYPE_OUTPUT |
- EIP197_TOKEN_INS_INSERT_HASH_DIGEST;
- }
- static void safexcel_context_control(struct safexcel_ahash_ctx *ctx,
- struct safexcel_ahash_req *req,
- struct safexcel_command_desc *cdesc,
- unsigned int digestsize)
- {
- struct safexcel_crypto_priv *priv = ctx->priv;
- int i;
- cdesc->control_data.control0 |= CONTEXT_CONTROL_TYPE_HASH_OUT;
- cdesc->control_data.control0 |= ctx->alg;
- cdesc->control_data.control0 |= req->digest;
- if (req->digest == CONTEXT_CONTROL_DIGEST_PRECOMPUTED) {
- if (req->processed[0] || req->processed[1]) {
- if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_MD5)
- cdesc->control_data.control0 |= CONTEXT_CONTROL_SIZE(5);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA1)
- cdesc->control_data.control0 |= CONTEXT_CONTROL_SIZE(6);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA224 ||
- ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA256)
- cdesc->control_data.control0 |= CONTEXT_CONTROL_SIZE(9);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA384 ||
- ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA512)
- cdesc->control_data.control0 |= CONTEXT_CONTROL_SIZE(17);
- cdesc->control_data.control1 |= CONTEXT_CONTROL_DIGEST_CNT;
- } else {
- cdesc->control_data.control0 |= CONTEXT_CONTROL_RESTART_HASH;
- }
- if (!req->finish)
- cdesc->control_data.control0 |= CONTEXT_CONTROL_NO_FINISH_HASH;
- /*
- * Copy the input digest if needed, and setup the context
- * fields. Do this now as we need it to setup the first command
- * descriptor.
- */
- if (req->processed[0] || req->processed[1]) {
- for (i = 0; i < digestsize / sizeof(u32); i++)
- ctx->base.ctxr->data[i] = cpu_to_le32(req->state[i]);
- if (req->finish) {
- u64 count = req->processed[0] / EIP197_COUNTER_BLOCK_SIZE;
- count += ((0xffffffff / EIP197_COUNTER_BLOCK_SIZE) *
- req->processed[1]);
- /* This is a haredware limitation, as the
- * counter must fit into an u32. This represents
- * a farily big amount of input data, so we
- * shouldn't see this.
- */
- if (unlikely(count & 0xffff0000)) {
- dev_warn(priv->dev,
- "Input data is too big\n");
- return;
- }
- ctx->base.ctxr->data[i] = cpu_to_le32(count);
- }
- }
- } else if (req->digest == CONTEXT_CONTROL_DIGEST_HMAC) {
- cdesc->control_data.control0 |= CONTEXT_CONTROL_SIZE(2 * req->state_sz / sizeof(u32));
- memcpy(ctx->base.ctxr->data, ctx->ipad, req->state_sz);
- memcpy(ctx->base.ctxr->data + req->state_sz / sizeof(u32),
- ctx->opad, req->state_sz);
- }
- }
- static int safexcel_handle_req_result(struct safexcel_crypto_priv *priv, int ring,
- struct crypto_async_request *async,
- bool *should_complete, int *ret)
- {
- struct safexcel_result_desc *rdesc;
- struct ahash_request *areq = ahash_request_cast(async);
- struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq);
- struct safexcel_ahash_req *sreq = ahash_request_ctx(areq);
- u64 cache_len;
- *ret = 0;
- rdesc = safexcel_ring_next_rptr(priv, &priv->ring[ring].rdr);
- if (IS_ERR(rdesc)) {
- dev_err(priv->dev,
- "hash: result: could not retrieve the result descriptor\n");
- *ret = PTR_ERR(rdesc);
- } else {
- *ret = safexcel_rdesc_check_errors(priv, rdesc);
- }
- safexcel_complete(priv, ring);
- if (sreq->nents) {
- dma_unmap_sg(priv->dev, areq->src, sreq->nents, DMA_TO_DEVICE);
- sreq->nents = 0;
- }
- if (sreq->result_dma) {
- dma_unmap_single(priv->dev, sreq->result_dma, sreq->state_sz,
- DMA_FROM_DEVICE);
- sreq->result_dma = 0;
- }
- if (sreq->cache_dma) {
- dma_unmap_single(priv->dev, sreq->cache_dma, sreq->cache_sz,
- DMA_TO_DEVICE);
- sreq->cache_dma = 0;
- }
- if (sreq->finish)
- memcpy(areq->result, sreq->state,
- crypto_ahash_digestsize(ahash));
- cache_len = safexcel_queued_len(sreq);
- if (cache_len)
- memcpy(sreq->cache, sreq->cache_next, cache_len);
- *should_complete = true;
- return 1;
- }
- static int safexcel_ahash_send_req(struct crypto_async_request *async, int ring,
- int *commands, int *results)
- {
- struct ahash_request *areq = ahash_request_cast(async);
- struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq);
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_crypto_priv *priv = ctx->priv;
- struct safexcel_command_desc *cdesc, *first_cdesc = NULL;
- struct safexcel_result_desc *rdesc;
- struct scatterlist *sg;
- int i, extra, n_cdesc = 0, ret = 0;
- u64 queued, len, cache_len;
- queued = len = safexcel_queued_len(req);
- if (queued <= crypto_ahash_blocksize(ahash))
- cache_len = queued;
- else
- cache_len = queued - areq->nbytes;
- if (!req->last_req) {
- /* If this is not the last request and the queued data does not
- * fit into full blocks, cache it for the next send() call.
- */
- extra = queued & (crypto_ahash_blocksize(ahash) - 1);
- if (!extra)
- /* If this is not the last request and the queued data
- * is a multiple of a block, cache the last one for now.
- */
- extra = crypto_ahash_blocksize(ahash);
- if (extra) {
- sg_pcopy_to_buffer(areq->src, sg_nents(areq->src),
- req->cache_next, extra,
- areq->nbytes - extra);
- queued -= extra;
- len -= extra;
- if (!queued) {
- *commands = 0;
- *results = 0;
- return 0;
- }
- }
- }
- /* Add a command descriptor for the cached data, if any */
- if (cache_len) {
- req->cache_dma = dma_map_single(priv->dev, req->cache,
- cache_len, DMA_TO_DEVICE);
- if (dma_mapping_error(priv->dev, req->cache_dma))
- return -EINVAL;
- req->cache_sz = cache_len;
- first_cdesc = safexcel_add_cdesc(priv, ring, 1,
- (cache_len == len),
- req->cache_dma, cache_len, len,
- ctx->base.ctxr_dma);
- if (IS_ERR(first_cdesc)) {
- ret = PTR_ERR(first_cdesc);
- goto unmap_cache;
- }
- n_cdesc++;
- queued -= cache_len;
- if (!queued)
- goto send_command;
- }
- /* Now handle the current ahash request buffer(s) */
- req->nents = dma_map_sg(priv->dev, areq->src,
- sg_nents_for_len(areq->src, areq->nbytes),
- DMA_TO_DEVICE);
- if (!req->nents) {
- ret = -ENOMEM;
- goto cdesc_rollback;
- }
- for_each_sg(areq->src, sg, req->nents, i) {
- int sglen = sg_dma_len(sg);
- /* Do not overflow the request */
- if (queued < sglen)
- sglen = queued;
- cdesc = safexcel_add_cdesc(priv, ring, !n_cdesc,
- !(queued - sglen), sg_dma_address(sg),
- sglen, len, ctx->base.ctxr_dma);
- if (IS_ERR(cdesc)) {
- ret = PTR_ERR(cdesc);
- goto unmap_sg;
- }
- n_cdesc++;
- if (n_cdesc == 1)
- first_cdesc = cdesc;
- queued -= sglen;
- if (!queued)
- break;
- }
- send_command:
- /* Setup the context options */
- safexcel_context_control(ctx, req, first_cdesc, req->state_sz);
- /* Add the token */
- safexcel_hash_token(first_cdesc, len, req->state_sz);
- req->result_dma = dma_map_single(priv->dev, req->state, req->state_sz,
- DMA_FROM_DEVICE);
- if (dma_mapping_error(priv->dev, req->result_dma)) {
- ret = -EINVAL;
- goto unmap_sg;
- }
- /* Add a result descriptor */
- rdesc = safexcel_add_rdesc(priv, ring, 1, 1, req->result_dma,
- req->state_sz);
- if (IS_ERR(rdesc)) {
- ret = PTR_ERR(rdesc);
- goto unmap_result;
- }
- safexcel_rdr_req_set(priv, ring, rdesc, &areq->base);
- req->processed[0] += len;
- if (req->processed[0] < len)
- req->processed[1]++;
- *commands = n_cdesc;
- *results = 1;
- return 0;
- unmap_result:
- dma_unmap_single(priv->dev, req->result_dma, req->state_sz,
- DMA_FROM_DEVICE);
- unmap_sg:
- dma_unmap_sg(priv->dev, areq->src, req->nents, DMA_TO_DEVICE);
- cdesc_rollback:
- for (i = 0; i < n_cdesc; i++)
- safexcel_ring_rollback_wptr(priv, &priv->ring[ring].cdr);
- unmap_cache:
- if (req->cache_dma) {
- dma_unmap_single(priv->dev, req->cache_dma, req->cache_sz,
- DMA_TO_DEVICE);
- req->cache_sz = 0;
- }
- return ret;
- }
- static inline bool safexcel_ahash_needs_inv_get(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- unsigned int state_w_sz = req->state_sz / sizeof(u32);
- u64 processed;
- int i;
- processed = req->processed[0] / EIP197_COUNTER_BLOCK_SIZE;
- processed += (0xffffffff / EIP197_COUNTER_BLOCK_SIZE) * req->processed[1];
- for (i = 0; i < state_w_sz; i++)
- if (ctx->base.ctxr->data[i] != cpu_to_le32(req->state[i]))
- return true;
- if (ctx->base.ctxr->data[state_w_sz] != cpu_to_le32(processed))
- return true;
- return false;
- }
- static int safexcel_handle_inv_result(struct safexcel_crypto_priv *priv,
- int ring,
- struct crypto_async_request *async,
- bool *should_complete, int *ret)
- {
- struct safexcel_result_desc *rdesc;
- struct ahash_request *areq = ahash_request_cast(async);
- struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq);
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(ahash);
- int enq_ret;
- *ret = 0;
- rdesc = safexcel_ring_next_rptr(priv, &priv->ring[ring].rdr);
- if (IS_ERR(rdesc)) {
- dev_err(priv->dev,
- "hash: invalidate: could not retrieve the result descriptor\n");
- *ret = PTR_ERR(rdesc);
- } else {
- *ret = safexcel_rdesc_check_errors(priv, rdesc);
- }
- safexcel_complete(priv, ring);
- if (ctx->base.exit_inv) {
- dma_pool_free(priv->context_pool, ctx->base.ctxr,
- ctx->base.ctxr_dma);
- *should_complete = true;
- return 1;
- }
- ring = safexcel_select_ring(priv);
- ctx->base.ring = ring;
- spin_lock_bh(&priv->ring[ring].queue_lock);
- enq_ret = crypto_enqueue_request(&priv->ring[ring].queue, async);
- spin_unlock_bh(&priv->ring[ring].queue_lock);
- if (enq_ret != -EINPROGRESS)
- *ret = enq_ret;
- queue_work(priv->ring[ring].workqueue,
- &priv->ring[ring].work_data.work);
- *should_complete = false;
- return 1;
- }
- static int safexcel_handle_result(struct safexcel_crypto_priv *priv, int ring,
- struct crypto_async_request *async,
- bool *should_complete, int *ret)
- {
- struct ahash_request *areq = ahash_request_cast(async);
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- int err;
- BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && req->needs_inv);
- if (req->needs_inv) {
- req->needs_inv = false;
- err = safexcel_handle_inv_result(priv, ring, async,
- should_complete, ret);
- } else {
- err = safexcel_handle_req_result(priv, ring, async,
- should_complete, ret);
- }
- return err;
- }
- static int safexcel_ahash_send_inv(struct crypto_async_request *async,
- int ring, int *commands, int *results)
- {
- struct ahash_request *areq = ahash_request_cast(async);
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- int ret;
- ret = safexcel_invalidate_cache(async, ctx->priv,
- ctx->base.ctxr_dma, ring);
- if (unlikely(ret))
- return ret;
- *commands = 1;
- *results = 1;
- return 0;
- }
- static int safexcel_ahash_send(struct crypto_async_request *async,
- int ring, int *commands, int *results)
- {
- struct ahash_request *areq = ahash_request_cast(async);
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- int ret;
- if (req->needs_inv)
- ret = safexcel_ahash_send_inv(async, ring, commands, results);
- else
- ret = safexcel_ahash_send_req(async, ring, commands, results);
- return ret;
- }
- static int safexcel_ahash_exit_inv(struct crypto_tfm *tfm)
- {
- struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
- struct safexcel_crypto_priv *priv = ctx->priv;
- EIP197_REQUEST_ON_STACK(req, ahash, EIP197_AHASH_REQ_SIZE);
- struct safexcel_ahash_req *rctx = ahash_request_ctx(req);
- struct safexcel_inv_result result = {};
- int ring = ctx->base.ring;
- memset(req, 0, EIP197_AHASH_REQ_SIZE);
- /* create invalidation request */
- init_completion(&result.completion);
- ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG,
- safexcel_inv_complete, &result);
- ahash_request_set_tfm(req, __crypto_ahash_cast(tfm));
- ctx = crypto_tfm_ctx(req->base.tfm);
- ctx->base.exit_inv = true;
- rctx->needs_inv = true;
- spin_lock_bh(&priv->ring[ring].queue_lock);
- crypto_enqueue_request(&priv->ring[ring].queue, &req->base);
- spin_unlock_bh(&priv->ring[ring].queue_lock);
- queue_work(priv->ring[ring].workqueue,
- &priv->ring[ring].work_data.work);
- wait_for_completion(&result.completion);
- if (result.error) {
- dev_warn(priv->dev, "hash: completion error (%d)\n",
- result.error);
- return result.error;
- }
- return 0;
- }
- /* safexcel_ahash_cache: cache data until at least one request can be sent to
- * the engine, aka. when there is at least 1 block size in the pipe.
- */
- static int safexcel_ahash_cache(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq);
- u64 queued, cache_len;
- /* queued: everything accepted by the driver which will be handled by
- * the next send() calls.
- * tot sz handled by update() - tot sz handled by send()
- */
- queued = safexcel_queued_len(req);
- /* cache_len: everything accepted by the driver but not sent yet,
- * tot sz handled by update() - last req sz - tot sz handled by send()
- */
- cache_len = queued - areq->nbytes;
- /*
- * In case there isn't enough bytes to proceed (less than a
- * block size), cache the data until we have enough.
- */
- if (cache_len + areq->nbytes <= crypto_ahash_blocksize(ahash)) {
- sg_pcopy_to_buffer(areq->src, sg_nents(areq->src),
- req->cache + cache_len,
- areq->nbytes, 0);
- return areq->nbytes;
- }
- /* We couldn't cache all the data */
- return -E2BIG;
- }
- static int safexcel_ahash_enqueue(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- struct safexcel_crypto_priv *priv = ctx->priv;
- int ret, ring;
- req->needs_inv = false;
- if (ctx->base.ctxr) {
- if (priv->flags & EIP197_TRC_CACHE && !ctx->base.needs_inv &&
- (req->processed[0] || req->processed[1]) &&
- req->digest == CONTEXT_CONTROL_DIGEST_PRECOMPUTED)
- /* We're still setting needs_inv here, even though it is
- * cleared right away, because the needs_inv flag can be
- * set in other functions and we want to keep the same
- * logic.
- */
- ctx->base.needs_inv = safexcel_ahash_needs_inv_get(areq);
- if (ctx->base.needs_inv) {
- ctx->base.needs_inv = false;
- req->needs_inv = true;
- }
- } else {
- ctx->base.ring = safexcel_select_ring(priv);
- ctx->base.ctxr = dma_pool_zalloc(priv->context_pool,
- EIP197_GFP_FLAGS(areq->base),
- &ctx->base.ctxr_dma);
- if (!ctx->base.ctxr)
- return -ENOMEM;
- }
- ring = ctx->base.ring;
- spin_lock_bh(&priv->ring[ring].queue_lock);
- ret = crypto_enqueue_request(&priv->ring[ring].queue, &areq->base);
- spin_unlock_bh(&priv->ring[ring].queue_lock);
- queue_work(priv->ring[ring].workqueue,
- &priv->ring[ring].work_data.work);
- return ret;
- }
- static int safexcel_ahash_update(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq);
- /* If the request is 0 length, do nothing */
- if (!areq->nbytes)
- return 0;
- req->len[0] += areq->nbytes;
- if (req->len[0] < areq->nbytes)
- req->len[1]++;
- safexcel_ahash_cache(areq);
- /*
- * We're not doing partial updates when performing an hmac request.
- * Everything will be handled by the final() call.
- */
- if (req->digest == CONTEXT_CONTROL_DIGEST_HMAC)
- return 0;
- if (req->hmac)
- return safexcel_ahash_enqueue(areq);
- if (!req->last_req &&
- safexcel_queued_len(req) > crypto_ahash_blocksize(ahash))
- return safexcel_ahash_enqueue(areq);
- return 0;
- }
- static int safexcel_ahash_final(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- req->last_req = true;
- req->finish = true;
- /* If we have an overall 0 length request */
- if (!req->len[0] && !req->len[1] && !areq->nbytes) {
- if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_MD5)
- memcpy(areq->result, md5_zero_message_hash,
- MD5_DIGEST_SIZE);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA1)
- memcpy(areq->result, sha1_zero_message_hash,
- SHA1_DIGEST_SIZE);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA224)
- memcpy(areq->result, sha224_zero_message_hash,
- SHA224_DIGEST_SIZE);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA256)
- memcpy(areq->result, sha256_zero_message_hash,
- SHA256_DIGEST_SIZE);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA384)
- memcpy(areq->result, sha384_zero_message_hash,
- SHA384_DIGEST_SIZE);
- else if (ctx->alg == CONTEXT_CONTROL_CRYPTO_ALG_SHA512)
- memcpy(areq->result, sha512_zero_message_hash,
- SHA512_DIGEST_SIZE);
- return 0;
- }
- return safexcel_ahash_enqueue(areq);
- }
- static int safexcel_ahash_finup(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- req->last_req = true;
- req->finish = true;
- safexcel_ahash_update(areq);
- return safexcel_ahash_final(areq);
- }
- static int safexcel_ahash_export(struct ahash_request *areq, void *out)
- {
- struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq);
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- struct safexcel_ahash_export_state *export = out;
- export->len[0] = req->len[0];
- export->len[1] = req->len[1];
- export->processed[0] = req->processed[0];
- export->processed[1] = req->processed[1];
- export->digest = req->digest;
- memcpy(export->state, req->state, req->state_sz);
- memcpy(export->cache, req->cache, crypto_ahash_blocksize(ahash));
- return 0;
- }
- static int safexcel_ahash_import(struct ahash_request *areq, const void *in)
- {
- struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq);
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- const struct safexcel_ahash_export_state *export = in;
- int ret;
- ret = crypto_ahash_init(areq);
- if (ret)
- return ret;
- req->len[0] = export->len[0];
- req->len[1] = export->len[1];
- req->processed[0] = export->processed[0];
- req->processed[1] = export->processed[1];
- req->digest = export->digest;
- memcpy(req->cache, export->cache, crypto_ahash_blocksize(ahash));
- memcpy(req->state, export->state, req->state_sz);
- return 0;
- }
- static int safexcel_ahash_cra_init(struct crypto_tfm *tfm)
- {
- struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
- struct safexcel_alg_template *tmpl =
- container_of(__crypto_ahash_alg(tfm->__crt_alg),
- struct safexcel_alg_template, alg.ahash);
- ctx->priv = tmpl->priv;
- ctx->base.send = safexcel_ahash_send;
- ctx->base.handle_result = safexcel_handle_result;
- crypto_ahash_set_reqsize(__crypto_ahash_cast(tfm),
- sizeof(struct safexcel_ahash_req));
- return 0;
- }
- static int safexcel_sha1_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- memset(req, 0, sizeof(*req));
- req->state[0] = SHA1_H0;
- req->state[1] = SHA1_H1;
- req->state[2] = SHA1_H2;
- req->state[3] = SHA1_H3;
- req->state[4] = SHA1_H4;
- ctx->alg = CONTEXT_CONTROL_CRYPTO_ALG_SHA1;
- req->digest = CONTEXT_CONTROL_DIGEST_PRECOMPUTED;
- req->state_sz = SHA1_DIGEST_SIZE;
- return 0;
- }
- static int safexcel_sha1_digest(struct ahash_request *areq)
- {
- int ret = safexcel_sha1_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- static void safexcel_ahash_cra_exit(struct crypto_tfm *tfm)
- {
- struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
- struct safexcel_crypto_priv *priv = ctx->priv;
- int ret;
- /* context not allocated, skip invalidation */
- if (!ctx->base.ctxr)
- return;
- if (priv->flags & EIP197_TRC_CACHE) {
- ret = safexcel_ahash_exit_inv(tfm);
- if (ret)
- dev_warn(priv->dev, "hash: invalidation error %d\n", ret);
- } else {
- dma_pool_free(priv->context_pool, ctx->base.ctxr,
- ctx->base.ctxr_dma);
- }
- }
- struct safexcel_alg_template safexcel_alg_sha1 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_sha1_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_sha1_digest,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA1_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "sha1",
- .cra_driver_name = "safexcel-sha1",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA1_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_hmac_sha1_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- safexcel_sha1_init(areq);
- req->digest = CONTEXT_CONTROL_DIGEST_HMAC;
- return 0;
- }
- static int safexcel_hmac_sha1_digest(struct ahash_request *areq)
- {
- int ret = safexcel_hmac_sha1_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_ahash_result {
- struct completion completion;
- int error;
- };
- static void safexcel_ahash_complete(struct crypto_async_request *req, int error)
- {
- struct safexcel_ahash_result *result = req->data;
- if (error == -EINPROGRESS)
- return;
- result->error = error;
- complete(&result->completion);
- }
- static int safexcel_hmac_init_pad(struct ahash_request *areq,
- unsigned int blocksize, const u8 *key,
- unsigned int keylen, u8 *ipad, u8 *opad)
- {
- struct safexcel_ahash_result result;
- struct scatterlist sg;
- int ret, i;
- u8 *keydup;
- if (keylen <= blocksize) {
- memcpy(ipad, key, keylen);
- } else {
- keydup = kmemdup(key, keylen, GFP_KERNEL);
- if (!keydup)
- return -ENOMEM;
- ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG,
- safexcel_ahash_complete, &result);
- sg_init_one(&sg, keydup, keylen);
- ahash_request_set_crypt(areq, &sg, ipad, keylen);
- init_completion(&result.completion);
- ret = crypto_ahash_digest(areq);
- if (ret == -EINPROGRESS || ret == -EBUSY) {
- wait_for_completion_interruptible(&result.completion);
- ret = result.error;
- }
- /* Avoid leaking */
- memzero_explicit(keydup, keylen);
- kfree(keydup);
- if (ret)
- return ret;
- keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(areq));
- }
- memset(ipad + keylen, 0, blocksize - keylen);
- memcpy(opad, ipad, blocksize);
- for (i = 0; i < blocksize; i++) {
- ipad[i] ^= HMAC_IPAD_VALUE;
- opad[i] ^= HMAC_OPAD_VALUE;
- }
- return 0;
- }
- static int safexcel_hmac_init_iv(struct ahash_request *areq,
- unsigned int blocksize, u8 *pad, void *state)
- {
- struct safexcel_ahash_result result;
- struct safexcel_ahash_req *req;
- struct scatterlist sg;
- int ret;
- ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG,
- safexcel_ahash_complete, &result);
- sg_init_one(&sg, pad, blocksize);
- ahash_request_set_crypt(areq, &sg, pad, blocksize);
- init_completion(&result.completion);
- ret = crypto_ahash_init(areq);
- if (ret)
- return ret;
- req = ahash_request_ctx(areq);
- req->hmac = true;
- req->last_req = true;
- ret = crypto_ahash_update(areq);
- if (ret && ret != -EINPROGRESS && ret != -EBUSY)
- return ret;
- wait_for_completion_interruptible(&result.completion);
- if (result.error)
- return result.error;
- return crypto_ahash_export(areq, state);
- }
- int safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen,
- void *istate, void *ostate)
- {
- struct ahash_request *areq;
- struct crypto_ahash *tfm;
- unsigned int blocksize;
- u8 *ipad, *opad;
- int ret;
- tfm = crypto_alloc_ahash(alg, 0, 0);
- if (IS_ERR(tfm))
- return PTR_ERR(tfm);
- areq = ahash_request_alloc(tfm, GFP_KERNEL);
- if (!areq) {
- ret = -ENOMEM;
- goto free_ahash;
- }
- crypto_ahash_clear_flags(tfm, ~0);
- blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
- ipad = kcalloc(2, blocksize, GFP_KERNEL);
- if (!ipad) {
- ret = -ENOMEM;
- goto free_request;
- }
- opad = ipad + blocksize;
- ret = safexcel_hmac_init_pad(areq, blocksize, key, keylen, ipad, opad);
- if (ret)
- goto free_ipad;
- ret = safexcel_hmac_init_iv(areq, blocksize, ipad, istate);
- if (ret)
- goto free_ipad;
- ret = safexcel_hmac_init_iv(areq, blocksize, opad, ostate);
- free_ipad:
- kfree(ipad);
- free_request:
- ahash_request_free(areq);
- free_ahash:
- crypto_free_ahash(tfm);
- return ret;
- }
- static int safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key,
- unsigned int keylen, const char *alg,
- unsigned int state_sz)
- {
- struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
- struct safexcel_crypto_priv *priv = ctx->priv;
- struct safexcel_ahash_export_state istate, ostate;
- int ret, i;
- ret = safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate);
- if (ret)
- return ret;
- if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr) {
- for (i = 0; i < state_sz / sizeof(u32); i++) {
- if (ctx->ipad[i] != le32_to_cpu(istate.state[i]) ||
- ctx->opad[i] != le32_to_cpu(ostate.state[i])) {
- ctx->base.needs_inv = true;
- break;
- }
- }
- }
- memcpy(ctx->ipad, &istate.state, state_sz);
- memcpy(ctx->opad, &ostate.state, state_sz);
- return 0;
- }
- static int safexcel_hmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key,
- unsigned int keylen)
- {
- return safexcel_hmac_alg_setkey(tfm, key, keylen, "safexcel-sha1",
- SHA1_DIGEST_SIZE);
- }
- struct safexcel_alg_template safexcel_alg_hmac_sha1 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_hmac_sha1_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_hmac_sha1_digest,
- .setkey = safexcel_hmac_sha1_setkey,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA1_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "hmac(sha1)",
- .cra_driver_name = "safexcel-hmac-sha1",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA1_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_sha256_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- memset(req, 0, sizeof(*req));
- req->state[0] = SHA256_H0;
- req->state[1] = SHA256_H1;
- req->state[2] = SHA256_H2;
- req->state[3] = SHA256_H3;
- req->state[4] = SHA256_H4;
- req->state[5] = SHA256_H5;
- req->state[6] = SHA256_H6;
- req->state[7] = SHA256_H7;
- ctx->alg = CONTEXT_CONTROL_CRYPTO_ALG_SHA256;
- req->digest = CONTEXT_CONTROL_DIGEST_PRECOMPUTED;
- req->state_sz = SHA256_DIGEST_SIZE;
- return 0;
- }
- static int safexcel_sha256_digest(struct ahash_request *areq)
- {
- int ret = safexcel_sha256_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_sha256 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_sha256_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_sha256_digest,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA256_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "sha256",
- .cra_driver_name = "safexcel-sha256",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA256_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_sha224_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- memset(req, 0, sizeof(*req));
- req->state[0] = SHA224_H0;
- req->state[1] = SHA224_H1;
- req->state[2] = SHA224_H2;
- req->state[3] = SHA224_H3;
- req->state[4] = SHA224_H4;
- req->state[5] = SHA224_H5;
- req->state[6] = SHA224_H6;
- req->state[7] = SHA224_H7;
- ctx->alg = CONTEXT_CONTROL_CRYPTO_ALG_SHA224;
- req->digest = CONTEXT_CONTROL_DIGEST_PRECOMPUTED;
- req->state_sz = SHA256_DIGEST_SIZE;
- return 0;
- }
- static int safexcel_sha224_digest(struct ahash_request *areq)
- {
- int ret = safexcel_sha224_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_sha224 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_sha224_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_sha224_digest,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA224_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "sha224",
- .cra_driver_name = "safexcel-sha224",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA224_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_hmac_sha224_setkey(struct crypto_ahash *tfm, const u8 *key,
- unsigned int keylen)
- {
- return safexcel_hmac_alg_setkey(tfm, key, keylen, "safexcel-sha224",
- SHA256_DIGEST_SIZE);
- }
- static int safexcel_hmac_sha224_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- safexcel_sha224_init(areq);
- req->digest = CONTEXT_CONTROL_DIGEST_HMAC;
- return 0;
- }
- static int safexcel_hmac_sha224_digest(struct ahash_request *areq)
- {
- int ret = safexcel_hmac_sha224_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_hmac_sha224 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_hmac_sha224_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_hmac_sha224_digest,
- .setkey = safexcel_hmac_sha224_setkey,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA224_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "hmac(sha224)",
- .cra_driver_name = "safexcel-hmac-sha224",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA224_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_hmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key,
- unsigned int keylen)
- {
- return safexcel_hmac_alg_setkey(tfm, key, keylen, "safexcel-sha256",
- SHA256_DIGEST_SIZE);
- }
- static int safexcel_hmac_sha256_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- safexcel_sha256_init(areq);
- req->digest = CONTEXT_CONTROL_DIGEST_HMAC;
- return 0;
- }
- static int safexcel_hmac_sha256_digest(struct ahash_request *areq)
- {
- int ret = safexcel_hmac_sha256_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_hmac_sha256 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_hmac_sha256_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_hmac_sha256_digest,
- .setkey = safexcel_hmac_sha256_setkey,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA256_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "hmac(sha256)",
- .cra_driver_name = "safexcel-hmac-sha256",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA256_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_sha512_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- memset(req, 0, sizeof(*req));
- req->state[0] = lower_32_bits(SHA512_H0);
- req->state[1] = upper_32_bits(SHA512_H0);
- req->state[2] = lower_32_bits(SHA512_H1);
- req->state[3] = upper_32_bits(SHA512_H1);
- req->state[4] = lower_32_bits(SHA512_H2);
- req->state[5] = upper_32_bits(SHA512_H2);
- req->state[6] = lower_32_bits(SHA512_H3);
- req->state[7] = upper_32_bits(SHA512_H3);
- req->state[8] = lower_32_bits(SHA512_H4);
- req->state[9] = upper_32_bits(SHA512_H4);
- req->state[10] = lower_32_bits(SHA512_H5);
- req->state[11] = upper_32_bits(SHA512_H5);
- req->state[12] = lower_32_bits(SHA512_H6);
- req->state[13] = upper_32_bits(SHA512_H6);
- req->state[14] = lower_32_bits(SHA512_H7);
- req->state[15] = upper_32_bits(SHA512_H7);
- ctx->alg = CONTEXT_CONTROL_CRYPTO_ALG_SHA512;
- req->digest = CONTEXT_CONTROL_DIGEST_PRECOMPUTED;
- req->state_sz = SHA512_DIGEST_SIZE;
- return 0;
- }
- static int safexcel_sha512_digest(struct ahash_request *areq)
- {
- int ret = safexcel_sha512_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_sha512 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_sha512_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_sha512_digest,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA512_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "sha512",
- .cra_driver_name = "safexcel-sha512",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA512_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_sha384_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- memset(req, 0, sizeof(*req));
- req->state[0] = lower_32_bits(SHA384_H0);
- req->state[1] = upper_32_bits(SHA384_H0);
- req->state[2] = lower_32_bits(SHA384_H1);
- req->state[3] = upper_32_bits(SHA384_H1);
- req->state[4] = lower_32_bits(SHA384_H2);
- req->state[5] = upper_32_bits(SHA384_H2);
- req->state[6] = lower_32_bits(SHA384_H3);
- req->state[7] = upper_32_bits(SHA384_H3);
- req->state[8] = lower_32_bits(SHA384_H4);
- req->state[9] = upper_32_bits(SHA384_H4);
- req->state[10] = lower_32_bits(SHA384_H5);
- req->state[11] = upper_32_bits(SHA384_H5);
- req->state[12] = lower_32_bits(SHA384_H6);
- req->state[13] = upper_32_bits(SHA384_H6);
- req->state[14] = lower_32_bits(SHA384_H7);
- req->state[15] = upper_32_bits(SHA384_H7);
- ctx->alg = CONTEXT_CONTROL_CRYPTO_ALG_SHA384;
- req->digest = CONTEXT_CONTROL_DIGEST_PRECOMPUTED;
- req->state_sz = SHA512_DIGEST_SIZE;
- return 0;
- }
- static int safexcel_sha384_digest(struct ahash_request *areq)
- {
- int ret = safexcel_sha384_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_sha384 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_sha384_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_sha384_digest,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA384_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "sha384",
- .cra_driver_name = "safexcel-sha384",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA384_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_hmac_sha512_setkey(struct crypto_ahash *tfm, const u8 *key,
- unsigned int keylen)
- {
- return safexcel_hmac_alg_setkey(tfm, key, keylen, "safexcel-sha512",
- SHA512_DIGEST_SIZE);
- }
- static int safexcel_hmac_sha512_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- safexcel_sha512_init(areq);
- req->digest = CONTEXT_CONTROL_DIGEST_HMAC;
- return 0;
- }
- static int safexcel_hmac_sha512_digest(struct ahash_request *areq)
- {
- int ret = safexcel_hmac_sha512_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_hmac_sha512 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_hmac_sha512_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_hmac_sha512_digest,
- .setkey = safexcel_hmac_sha512_setkey,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA512_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "hmac(sha512)",
- .cra_driver_name = "safexcel-hmac-sha512",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA512_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_hmac_sha384_setkey(struct crypto_ahash *tfm, const u8 *key,
- unsigned int keylen)
- {
- return safexcel_hmac_alg_setkey(tfm, key, keylen, "safexcel-sha384",
- SHA512_DIGEST_SIZE);
- }
- static int safexcel_hmac_sha384_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- safexcel_sha384_init(areq);
- req->digest = CONTEXT_CONTROL_DIGEST_HMAC;
- return 0;
- }
- static int safexcel_hmac_sha384_digest(struct ahash_request *areq)
- {
- int ret = safexcel_hmac_sha384_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_hmac_sha384 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_hmac_sha384_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_hmac_sha384_digest,
- .setkey = safexcel_hmac_sha384_setkey,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = SHA384_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "hmac(sha384)",
- .cra_driver_name = "safexcel-hmac-sha384",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = SHA384_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_md5_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- memset(req, 0, sizeof(*req));
- req->state[0] = MD5_H0;
- req->state[1] = MD5_H1;
- req->state[2] = MD5_H2;
- req->state[3] = MD5_H3;
- ctx->alg = CONTEXT_CONTROL_CRYPTO_ALG_MD5;
- req->digest = CONTEXT_CONTROL_DIGEST_PRECOMPUTED;
- req->state_sz = MD5_DIGEST_SIZE;
- return 0;
- }
- static int safexcel_md5_digest(struct ahash_request *areq)
- {
- int ret = safexcel_md5_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_md5 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_md5_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_md5_digest,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = MD5_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "md5",
- .cra_driver_name = "safexcel-md5",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
- static int safexcel_hmac_md5_init(struct ahash_request *areq)
- {
- struct safexcel_ahash_req *req = ahash_request_ctx(areq);
- safexcel_md5_init(areq);
- req->digest = CONTEXT_CONTROL_DIGEST_HMAC;
- return 0;
- }
- static int safexcel_hmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key,
- unsigned int keylen)
- {
- return safexcel_hmac_alg_setkey(tfm, key, keylen, "safexcel-md5",
- MD5_DIGEST_SIZE);
- }
- static int safexcel_hmac_md5_digest(struct ahash_request *areq)
- {
- int ret = safexcel_hmac_md5_init(areq);
- if (ret)
- return ret;
- return safexcel_ahash_finup(areq);
- }
- struct safexcel_alg_template safexcel_alg_hmac_md5 = {
- .type = SAFEXCEL_ALG_TYPE_AHASH,
- .engines = EIP97IES | EIP197B | EIP197D,
- .alg.ahash = {
- .init = safexcel_hmac_md5_init,
- .update = safexcel_ahash_update,
- .final = safexcel_ahash_final,
- .finup = safexcel_ahash_finup,
- .digest = safexcel_hmac_md5_digest,
- .setkey = safexcel_hmac_md5_setkey,
- .export = safexcel_ahash_export,
- .import = safexcel_ahash_import,
- .halg = {
- .digestsize = MD5_DIGEST_SIZE,
- .statesize = sizeof(struct safexcel_ahash_export_state),
- .base = {
- .cra_name = "hmac(md5)",
- .cra_driver_name = "safexcel-hmac-md5",
- .cra_priority = 300,
- .cra_flags = CRYPTO_ALG_ASYNC |
- CRYPTO_ALG_KERN_DRIVER_ONLY,
- .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
- .cra_ctxsize = sizeof(struct safexcel_ahash_ctx),
- .cra_init = safexcel_ahash_cra_init,
- .cra_exit = safexcel_ahash_cra_exit,
- .cra_module = THIS_MODULE,
- },
- },
- },
- };
|