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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha256.h 15 #define crypto_auth_hmacsha256_BYTES 32U
17 size_t crypto_auth_hmacsha256_bytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
auth_hmacsha256.c 13 crypto_auth_hmacsha256_bytes(void) function in typeref:typename:size_t
15 return crypto_auth_hmacsha256_BYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
metamorphic.c 111 h = (unsigned char *) sodium_malloc(crypto_auth_hmacsha256_BYTES);
112 h2 = (unsigned char *) sodium_malloc(crypto_auth_hmacsha256_BYTES);
127 assert(memcmp(h, h2, crypto_auth_hmacsha256_BYTES) == 0);

Completed in 12 milliseconds