Searched refs:sha224ctx (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dhmacsha.c132 isc_sha224_t sha224ctx; local
133 isc_sha224_init(&sha224ctx);
134 isc_sha224_update(&sha224ctx, key, len);
135 isc_sha224_final(ctx->key, &sha224ctx);
139 isc_sha224_init(&ctx->sha224ctx);
143 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad));
159 isc_sha224_update(&ctx->sha224ctx, buf, len);
172 isc_sha224_final(newdigest, &ctx->sha224ctx);
178 isc_sha224_init(&ctx->sha224ctx);
179 isc_sha224_update(&ctx->sha224ctx, opa
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhmacsha.h44 isc_sha224_t sha224ctx; member in struct:__anon161
/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c752 isc_sha224_t sha224ctx; local
765 isc_sha224_init(&sha224ctx);
766 isc_sha224_update(&sha224ctx, r.base, r.length);
767 isc_sha224_final(hkey->key, &sha224ctx);

Completed in 1182 milliseconds