HomeSort by: relevance | last modified time | path
    Searched refs:crypto_onetimeauth_BYTES (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/
crypto_onetimeauth.c 12 crypto_onetimeauth_bytes(void) function in typeref:typename:size_t
14 return crypto_onetimeauth_BYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_onetimeauth.h 21 #define crypto_onetimeauth_BYTES crypto_onetimeauth_poly1305_BYTES
23 size_t crypto_onetimeauth_bytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
metamorphic.c 71 h = (unsigned char *) sodium_malloc(crypto_onetimeauth_BYTES);
72 h2 = (unsigned char *) sodium_malloc(crypto_onetimeauth_BYTES);
87 assert(memcmp(h, h2, crypto_onetimeauth_BYTES) == 0);

Completed in 102 milliseconds