Home
last modified time | relevance | path

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

/openbsd/regress/sbin/isakmpd/prf/
H A Dprftest.c62 test_prf ("PRF SHA1 Test Case 1", HASH_SHA1, in main()
65 test_prf ("PRF SHA1 Test Case 2", HASH_SHA1, in main()
68 test_prf ("PRF SHA1 Test Case 3", HASH_SHA1, in main()
/openbsd/regress/sbin/isakmpd/hmac/
H A Dhmactest.c55 test_hmac ("HMAC-SHA1 Test Case 1", hash_get (HASH_SHA1), in main()
58 test_hmac ("HMAC-SHA1 Test Case 2", hash_get (HASH_SHA1), in main()
/openbsd/sbin/isakmpd/
H A Dhash.h46 HASH_SHA1, enumerator
H A Dcookie.c57 struct hash *hash = hash_get(HASH_SHA1); in cookie_gen()
H A Dhash.c67 HASH_SHA1, 6, SHA1_SIZE, SHA1_BLOCK_LENGTH, (void *)&Ctx.sha1ctx,
H A Dipsec.c1258 return HASH_SHA1; in from_ike_hash()