Searched refs:sha384ctx (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Disc-hmac-fixup.c104 isc_sha384_t sha384ctx; local
105 isc_sha384_init(&sha384ctx);
106 isc_sha384_update(&sha384ctx, r.base, r.length);
107 isc_sha384_final(key, &sha384ctx);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhmacsha.c411 isc_sha384_t sha384ctx; local
412 isc_sha384_init(&sha384ctx);
413 isc_sha384_update(&sha384ctx, key, len);
414 isc_sha384_final(ctx->key, &sha384ctx);
418 isc_sha384_init(&ctx->sha384ctx);
422 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad));
438 isc_sha384_update(&ctx->sha384ctx, buf, len);
451 isc_sha384_final(newdigest, &ctx->sha384ctx);
457 isc_sha384_init(&ctx->sha384ctx);
458 isc_sha384_update(&ctx->sha384ctx, opa
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhmacsha.c410 isc_sha384_t sha384ctx; local
411 isc_sha384_init(&sha384ctx);
412 isc_sha384_update(&sha384ctx, key, len);
413 isc_sha384_final(ctx->key, &sha384ctx);
417 isc_sha384_init(&ctx->sha384ctx);
421 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad));
437 isc_sha384_update(&ctx->sha384ctx, buf, len);
450 isc_sha384_final(newdigest, &ctx->sha384ctx);
456 isc_sha384_init(&ctx->sha384ctx);
457 isc_sha384_update(&ctx->sha384ctx, opa
[all...]
/freebsd-9.3-release/sys/opencrypto/
H A Dxform.h74 SHA384_CTX sha384ctx; member in union:authctx
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dhmacsha.h66 isc_sha384_t sha384ctx; member in struct:__anon240
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h66 isc_sha384_t sha384ctx; member in struct:__anon76
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c82 archive_sha384_ctx sha384ctx; member in struct:mtree_writer
612 archive_sha384_init(&mtree->sha384ctx);
803 archive_sha384_final(&mtree->sha384ctx, buf);
881 archive_sha384_update(&mtree->sha384ctx, buff, n);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dhmac_link.c1332 isc_sha384_t sha384ctx; local
1345 isc_sha384_init(&sha384ctx);
1346 isc_sha384_update(&sha384ctx, r.base, r.length);
1347 isc_sha384_final(hkey->key, &sha384ctx);

Completed in 106 milliseconds