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

  /src/sys/external/isc/libsodium/dist/test/default/
box7.c 18 size_t mlen_max = 1000; local in function:main
22 m = (unsigned char *) sodium_malloc(mlen_max);
23 c = (unsigned char *) sodium_malloc(mlen_max);
24 m2 = (unsigned char *) sodium_malloc(mlen_max);
28 for (mlen = 0; mlen + crypto_box_ZEROBYTES <= mlen_max; mlen++) {
box8.c 18 size_t mlen_max = 1000; local in function:main
23 m = (unsigned char *) sodium_malloc(mlen_max);
24 c = (unsigned char *) sodium_malloc(mlen_max);
25 m2 = (unsigned char *) sodium_malloc(mlen_max);
28 for (mlen = 0; mlen + crypto_box_ZEROBYTES <= mlen_max; mlen++) {

Completed in 10 milliseconds