Home
last modified time | relevance | path

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

/openbsd/src/sbin/isakmpd/
Dprf.c79 case PRF_HMAC: in prf_alloc()
97 if (type == PRF_HMAC) { in prf_alloc()
120 prf->type = PRF_HMAC; in prf_alloc()
152 if (prf->type == PRF_HMAC) { in prf_free()
Dprf.h38 PRF_HMAC = 0 /* No PRFs in drafts, this is the default */ enumerator
Dipsec.c1599 ie->prf_type = PRF_HMAC; in ipsec_decode_transform()
/openbsd/src/regress/sbin/isakmpd/prf/
Dprftest.c88 prf = prf_alloc (PRF_HMAC, hash, key, klen); in test_prf()