Searched defs:sha384ctx (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tools/
H A Disc-hmac-fixup.c107 isc_sha384_t sha384ctx; local
108 isc_sha384_init(&sha384ctx);
109 isc_sha384_update(&sha384ctx, r.base, r.length);
110 isc_sha384_final(key, &sha384ctx);
/bind-9.11.3/lib/isc/include/isc/
H A Dhmacsha.h75 isc_sha384_t sha384ctx; member in struct:__anon233
/bind-9.11.3/lib/isc/
H A Dhmacsha.c1317 isc_sha384_t sha384ctx; local
1318 isc_sha384_init(&sha384ctx);
1319 isc_sha384_update(&sha384ctx, key, len);
1320 isc_sha384_final(ctx->key, &sha384ctx);
1324 isc_sha384_init(&ctx->sha384ctx);
1328 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad));
1344 isc_sha384_update(&ctx->sha384ctx, buf, len);
1357 isc_sha384_final(newdigest, &ctx->sha384ctx);
1363 isc_sha384_init(&ctx->sha384ctx);
1364 isc_sha384_update(&ctx->sha384ctx, opa
[all...]
/bind-9.11.3/lib/dns/
H A Dhmac_link.c1387 isc_sha384_t sha384ctx; local
1400 isc_sha384_init(&sha384ctx);
1401 isc_sha384_update(&sha384ctx, r.base, r.length);
1402 isc_sha384_final(hkey->key, &sha384ctx);

Completed in 20 milliseconds