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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha512256.h 15 #define crypto_auth_hmacsha512256_BYTES 32U
17 size_t crypto_auth_hmacsha512256_bytes(void);
crypto_auth_hmacsha512256.h 15 #define crypto_auth_hmacsha512256_BYTES 32U
17 size_t crypto_auth_hmacsha512256_bytes(void);
crypto_auth_hmacsha512256.h 15 #define crypto_auth_hmacsha512256_BYTES 32U
17 size_t crypto_auth_hmacsha512256_bytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
auth_hmacsha512256.c 14 crypto_auth_hmacsha512256_bytes(void) function in typeref:typename:size_t
16 return crypto_auth_hmacsha512256_BYTES;
auth_hmacsha512256.c 14 crypto_auth_hmacsha512256_bytes(void) function in typeref:typename:size_t
16 return crypto_auth_hmacsha512256_BYTES;
auth_hmacsha512256.c 14 crypto_auth_hmacsha512256_bytes(void) function in typeref:typename:size_t
16 return crypto_auth_hmacsha512256_BYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
auth.c 75 assert(crypto_auth_hmacsha512256_bytes() == crypto_auth_bytes());
auth.c 75 assert(crypto_auth_hmacsha512256_bytes() == crypto_auth_bytes());
auth.c 75 assert(crypto_auth_hmacsha512256_bytes() == crypto_auth_bytes());

Completed in 64 milliseconds