Searched refs:t_hmac (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/tests/lib/libc/hash/
H A DMakefile8 TESTS_C+= t_hmac
9 LDADD.t_hmac+= -lcrypto
10 DDADD.t_hmac+= ${LIBCRYPTO}
H A Dt_hmac.c1 /* $NetBSD: t_hmac.c,v 1.3 2023/05/24 18:22:05 christos Exp $ */
32 __RCSID("$NetBSD: t_hmac.c,v 1.3 2023/05/24 18:22:05 christos Exp $");
118 ATF_TC(t_hmac); variable
120 ATF_TC_HEAD(t_hmac, tc)
126 ATF_TC_BODY(t_hmac, tc)
133 ATF_TP_ADD_TC(tp, t_hmac);

Completed in 100 milliseconds