Home
last modified time | relevance | path

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

/freebsd/tools/tools/crypto/
H A Dcryptocheck.c168 enum { T_HASH, T_HMAC, T_GMAC, T_DIGEST, T_CIPHER, T_ETA, T_AEAD } type; enumerator
210 { .name = "poly1305", .mac = CRYPTO_POLY1305, .type = T_DIGEST,
1750 case T_DIGEST: in run_test()
1816 algs[i].type == T_DIGEST) in run_mac_tests()