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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhmacsha.c278 isc_sha224_t sha224ctx; local
279 isc_sha224_init(&sha224ctx);
280 isc_sha224_update(&sha224ctx, key, len);
281 isc_sha224_final(ctx->key, &sha224ctx);
285 isc_sha224_init(&ctx->sha224ctx);
289 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad));
305 isc_sha224_update(&ctx->sha224ctx, buf, len);
318 isc_sha224_final(newdigest, &ctx->sha224ctx);
324 isc_sha224_init(&ctx->sha224ctx);
325 isc_sha224_update(&ctx->sha224ctx, opa
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h56 isc_sha224_t sha224ctx; member in struct:__anon4825

Completed in 49 milliseconds