Searched refs:shactx (Results 1 – 2 of 2) sorted by relevance
73 SHA512_Init(&ctx->shactx); in g_eli_crypto_hmac_init()74 SHA512_Update(&ctx->shactx, k_ipad, sizeof(k_ipad)); in g_eli_crypto_hmac_init()83 SHA512_Update(&ctx->shactx, data, datasize); in g_eli_crypto_hmac_update()92 SHA512_Final(digest, &ctx->shactx); in g_eli_crypto_hmac_final()
687 SHA512_CTX shactx; member