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

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dhmacsha.c412 isc_sha384_t sha384ctx; local
413 isc_sha384_init(&sha384ctx);
414 isc_sha384_update(&sha384ctx, key, len);
415 isc_sha384_final(ctx->key, &sha384ctx);
419 isc_sha384_init(&ctx->sha384ctx);
423 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad));
439 isc_sha384_update(&ctx->sha384ctx, buf, len);
452 isc_sha384_final(newdigest, &ctx->sha384ctx);
458 isc_sha384_init(&ctx->sha384ctx);
459 isc_sha384_update(&ctx->sha384ctx, opa
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dhmacsha.h68 isc_sha384_t sha384ctx; member in struct:__anon78
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c165 archive_sha384_ctx sha384ctx; member in struct:mtree_writer
1488 if (archive_sha384_init(&mtree->sha384ctx) == ARCHIVE_OK)
1536 archive_sha384_update(&mtree->sha384ctx, buff, n);
1573 archive_sha384_final(&mtree->sha384ctx, reg->digest.sha384);
/netbsd-current/sys/opencrypto/
H A Dcryptosoft.c56 SHA384_CTX sha384ctx; member in union:authctx

Completed in 94 milliseconds