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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c370 void isc_sha512_transform(isc_sha512_t *, const isc_uint64_t*);
966 void isc_sha512_transform(isc_sha512_t *context, const isc_uint64_t* data) { function
1025 isc_sha512_transform(isc_sha512_t *context, const isc_uint64_t* data) { function
1129 isc_sha512_transform(context,
1145 isc_sha512_transform(context, (isc_uint64_t*)context->buffer);
1185 isc_sha512_transform(context,
1203 isc_sha512_transform(context, (isc_uint64_t*)context->buffer);

Completed in 103 milliseconds