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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhmacsha.c476 isc_sha512_t sha512ctx; local
477 isc_sha512_init(&sha512ctx);
478 isc_sha512_update(&sha512ctx, key, len);
479 isc_sha512_final(ctx->key, &sha512ctx);
483 isc_sha512_init(&ctx->sha512ctx);
487 isc_sha512_update(&ctx->sha512ctx, ipad, sizeof(ipad));
503 isc_sha512_update(&ctx->sha512ctx, buf, len);
516 isc_sha512_final(newdigest, &ctx->sha512ctx);
522 isc_sha512_init(&ctx->sha512ctx);
523 isc_sha512_update(&ctx->sha512ctx, opa
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dxform_auth.h85 SHA512_CTX sha512ctx; member in union:authctx
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h71 isc_sha512_t sha512ctx; member in struct:__anon4828
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c169 archive_sha512_ctx sha512ctx; member in struct:mtree_writer
1497 if (archive_sha512_init(&mtree->sha512ctx) == ARCHIVE_OK)
1541 archive_sha512_update(&mtree->sha512ctx, buff, n);
1578 archive_sha512_final(&mtree->sha512ctx, reg->digest.sha512);
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1734 u64[i] = htobe64(auth_ctx->sha512ctx.state[i]);

Completed in 88 milliseconds