Home
last modified time | relevance | path

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

/dflybsd-src/lib/libcrypt/
H A Dcrypt-sha256.c57 __crypt__sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) in __crypt__sha256_process_block() function
199 __crypt__sha256_process_block (ctx->buffer, bytes + pad + 8, ctx); in __crypt__sha256_finish_ctx()
223 __crypt__sha256_process_block (ctx->buffer, ctx->buflen & ~63, ctx); in __crypt__sha256_process_bytes()
248 __crypt__sha256_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); in __crypt__sha256_process_bytes()
254 __crypt__sha256_process_block (buffer, len & ~63, ctx); in __crypt__sha256_process_bytes()
269 __crypt__sha256_process_block (ctx->buffer, 64, ctx); in __crypt__sha256_process_bytes()
H A Dlocal.h23 void __crypt__sha256_process_block (const void *buffer, size_t len,