Lines Matching refs:assert
25 assert(crypto_auth_hmacsha512_statebytes() ==
68 assert(crypto_auth_bytes() > 0U);
69 assert(crypto_auth_keybytes() > 0U);
70 assert(strcmp(crypto_auth_primitive(), "hmacsha512256") == 0);
71 assert(crypto_auth_hmacsha256_bytes() > 0U);
72 assert(crypto_auth_hmacsha256_keybytes() > 0U);
73 assert(crypto_auth_hmacsha512_bytes() > 0U);
74 assert(crypto_auth_hmacsha512_keybytes() > 0U);
75 assert(crypto_auth_hmacsha512256_bytes() == crypto_auth_bytes());
76 assert(crypto_auth_hmacsha512256_keybytes() == crypto_auth_keybytes());
77 assert(crypto_auth_hmacsha512256_statebytes() >=
79 assert(crypto_auth_hmacsha256_statebytes() ==
81 assert(crypto_auth_hmacsha512_statebytes() ==