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

/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Disc-hmac-fixup.c82 isc_sha224_t sha224ctx; local
83 isc_sha224_init(&sha224ctx);
84 isc_sha224_update(&sha224ctx, r.base, r.length);
85 isc_sha224_final(key, &sha224ctx);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhmacsha.c279 isc_sha224_t sha224ctx; local
280 isc_sha224_init(&sha224ctx);
281 isc_sha224_update(&sha224ctx, key, len);
282 isc_sha224_final(ctx->key, &sha224ctx);
286 isc_sha224_init(&ctx->sha224ctx);
290 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad));
306 isc_sha224_update(&ctx->sha224ctx, buf, len);
319 isc_sha224_final(newdigest, &ctx->sha224ctx);
325 isc_sha224_init(&ctx->sha224ctx);
326 isc_sha224_update(&ctx->sha224ctx, opa
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dhmacsha.h56 isc_sha224_t sha224ctx; member in struct:__anon238
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h56 isc_sha224_t sha224ctx; member in struct:__anon74
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dhmac_link.c772 isc_sha224_t sha224ctx; local
785 isc_sha224_init(&sha224ctx);
786 isc_sha224_update(&sha224ctx, r.base, r.length);
787 isc_sha224_final(hkey->key, &sha224ctx);

Completed in 67 milliseconds