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

/macosx-10.10.1/ntp-92/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));
160 isc_sha224_update(&ctx->sha224ctx, buf, len);
173 isc_sha224_final(newdigest, &ctx->sha224ctx);
179 isc_sha224_init(&ctx->sha224ctx);
180 isc_sha224_update(&ctx->sha224ctx, opa
[all...]
/macosx-10.10.1/bind9-45.101/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);
/macosx-10.10.1/bind9-45.101/bind9/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...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dhmacsha.h56 isc_sha224_t sha224ctx; member in struct:__anon6506
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dhmacsha.h44 isc_sha224_t sha224ctx; member in struct:__anon11242
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dhmac_link.c767 isc_sha224_t sha224ctx; local
780 isc_sha224_init(&sha224ctx);
781 isc_sha224_update(&sha224ctx, r.base, r.length);
782 isc_sha224_final(hkey->key, &sha224ctx);

Completed in 169 milliseconds