Searched refs:crypto_ctx (Results 1 – 2 of 2) sorted by relevance
138 ctx->crypto_ctx.algo = CRYPTO_SHA512; in avb_sha512_init()139 ctx->crypto_ctx.length = ctx->tot_len; in avb_sha512_init()142 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha512_init()145 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha512_init()380 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha512_final()
76 sha_context crypto_ctx; member