Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libutil/pkcs5_pbkdf2/
Dpkcs5_pbkdf2_test.c24 struct test_vector { struct
34 struct test_vector test_vectors[] = { argument
128 struct test_vector *vec; in main()
/openbsd/src/regress/lib/libc/gcvt/
Dgcvt_test.c11 static struct test_vector { struct
97 dotest(struct test_vector *tv) in dotest()
/openbsd/src/regress/lib/libutil/ber/
Dber_test_int_i.c29 struct test_vector { struct
39 struct test_vector test_vectors[] = { argument
Dber_test.c29 struct test_vector { struct
37 struct test_vector test_vectors[] = { argument
/openbsd/src/libexec/login_radius/
Draddauth.c469 u_char recv_vector[AUTH_VECTOR_LEN], test_vector[AUTH_VECTOR_LEN]; in rad_recv() local
496 MD5_Final(test_vector, &context); in rad_recv()
497 if (memcmp(recv_vector, test_vector, AUTH_VECTOR_LEN) != 0) in rad_recv()