Home
last modified time | relevance | path

Searched refs:test_HMAC_CT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c584 test_HMAC_CT(const br_hash_class *digest_class, in test_HMAC_CT() function
1016 test_HMAC_CT(&br_md5_vtable, key, sizeof key, data); in test_HMAC()
1018 test_HMAC_CT(&br_sha1_vtable, key, sizeof key, data); in test_HMAC()
1020 test_HMAC_CT(&br_sha224_vtable, key, sizeof key, data); in test_HMAC()
1022 test_HMAC_CT(&br_sha256_vtable, key, sizeof key, data); in test_HMAC()
1024 test_HMAC_CT(&br_sha384_vtable, key, sizeof key, data); in test_HMAC()
1026 test_HMAC_CT(&br_sha512_vtable, key, sizeof key, data); in test_HMAC()