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

/freebsd-11-stable/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-11-stable/sys/opencrypto/
H A Dxform_auth.h84 SHA384_CTX sha384ctx; member in union:authctx
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h66 isc_sha384_t sha384ctx; member in struct:__anon4827
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c166 archive_sha384_ctx sha384ctx; member in struct:mtree_writer
1489 if (archive_sha384_init(&mtree->sha384ctx) == ARCHIVE_OK)
1537 archive_sha384_update(&mtree->sha384ctx, buff, n);
1574 archive_sha384_final(&mtree->sha384ctx, reg->digest.sha384);
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1730 u64[i] = htobe64(auth_ctx->sha384ctx.state[i]);

Completed in 97 milliseconds