Home
last modified time | relevance | path

Searched refs:__crypt__sha512_process_block (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/lib/libcrypt/
H A Dcrypt-sha512.c88 __crypt__sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx) in __crypt__sha512_process_block() function
230 __crypt__sha512_process_block (ctx->buffer, bytes + pad + 16, ctx); in __crypt__sha512_finish_ctx()
255 __crypt__sha512_process_block (ctx->buffer, ctx->buflen & ~127, ctx); in __crypt__sha512_process_bytes()
278 __crypt__sha512_process_block (memcpy (ctx->buffer, buffer, 128), 128, in __crypt__sha512_process_bytes()
285 __crypt__sha512_process_block (buffer, len & ~127, ctx); in __crypt__sha512_process_bytes()
300 __crypt__sha512_process_block (ctx->buffer, 128, ctx); in __crypt__sha512_process_bytes()
H A Dlocal.h30 void __crypt__sha512_process_block (const void *buffer, size_t len,