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

/freebsd-10.1-release/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-10.1-release/sys/opencrypto/
H A Dxform.h75 SHA512_CTX sha512ctx; member in union:authctx
/freebsd-10.1-release/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h71 isc_sha512_t sha512ctx; member in struct:__anon77
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c182 archive_sha512_ctx sha512ctx; member in struct:mtree_writer
1491 if (archive_sha512_init(&mtree->sha512ctx) == ARCHIVE_OK)
1535 archive_sha512_update(&mtree->sha512ctx, buff, n);
1572 archive_sha512_final(&mtree->sha512ctx, reg->buf_sha512);

Completed in 70 milliseconds