Home
last modified time | relevance | path

Searched refs:crypto_ctx (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c138 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()
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_sha.h76 sha_context crypto_ctx; member