HomeSort by relevance Sort by last modified time
    Searched refs:blake2b_update (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Modules/_blake2/
blake2ns.h 13 #define blake2b_update PyBlake2_blake2b_update macro
blake2b_impl.c 229 blake2b_update(&self->state, block, sizeof(block));
239 blake2b_update(&self->state, buf.buf, buf.len);
242 blake2b_update(&self->state, buf.buf, buf.len);
302 blake2b_update(&self->state, buf.buf, buf.len);
306 blake2b_update(&self->state, buf.buf, buf.len);
309 blake2b_update(&self->state, buf.buf, buf.len);
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-ref.c 220 blake2b_update( S, block, BLAKE2B_BLOCKBYTES );
290 int blake2b_update( blake2b_state *S, const uint8_t *in, uint64_t inlen ) function
377 blake2b_update( S, ( const uint8_t * )in, inlen );
blake2b.c 253 blake2b_update( S, block, BLAKE2B_BLOCKBYTES );
330 int blake2b_update( blake2b_state *S, const uint8_t *in, uint64_t inlen ) function
410 blake2b_update( S, ( const uint8_t * )in, inlen );
blake2.h 131 int blake2b_update( blake2b_state *S, const uint8_t *in, uint64_t inlen );

Completed in 145 milliseconds