HomeSort by: relevance | last modified time | path
    Searched defs:output_len (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
core3.c 26 size_t output_len = 64 * 256 * 256; local in function:main
38 output = (unsigned char *) sodium_malloc(output_len);
56 crypto_hash_sha256(h, output, output_len);
74 crypto_hash_sha256(h, output, output_len);
91 crypto_hash_sha256(h, output, output_len);
core3.c 26 size_t output_len = 64 * 256 * 256; local in function:main
38 output = (unsigned char *) sodium_malloc(output_len);
56 crypto_hash_sha256(h, output, output_len);
74 crypto_hash_sha256(h, output, output_len);
91 crypto_hash_sha256(h, output, output_len);

Completed in 23 milliseconds