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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha512.h 15 #define crypto_auth_hmacsha512_BYTES 64U
17 size_t crypto_auth_hmacsha512_bytes(void);
crypto_auth_hmacsha512.h 15 #define crypto_auth_hmacsha512_BYTES 64U
17 size_t crypto_auth_hmacsha512_bytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512/
auth_hmacsha512.c 13 crypto_auth_hmacsha512_bytes(void) function in typeref:typename:size_t
15 return crypto_auth_hmacsha512_BYTES;
auth_hmacsha512.c 13 crypto_auth_hmacsha512_bytes(void) function in typeref:typename:size_t
15 return crypto_auth_hmacsha512_BYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
auth.c 16 static unsigned char a2[crypto_auth_hmacsha512_BYTES];
73 assert(crypto_auth_hmacsha512_bytes() > 0U);
auth.c 16 static unsigned char a2[crypto_auth_hmacsha512_BYTES];
73 assert(crypto_auth_hmacsha512_bytes() > 0U);

Completed in 60 milliseconds