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

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dhmacsha.c280 isc_sha224_t sha224ctx; local
281 isc_sha224_init(&sha224ctx);
282 isc_sha224_update(&sha224ctx, key, len);
283 isc_sha224_final(ctx->key, &sha224ctx);
287 isc_sha224_init(&ctx->sha224ctx);
291 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad));
307 isc_sha224_update(&ctx->sha224ctx, buf, len);
320 isc_sha224_final(newdigest, &ctx->sha224ctx);
326 isc_sha224_init(&ctx->sha224ctx);
327 isc_sha224_update(&ctx->sha224ctx, opa
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dhmacsha.h58 isc_sha224_t sha224ctx; member in struct:__anon76

Completed in 94 milliseconds