Searched refs:PRF_HMAC (Results 1 – 4 of 4) sorted by relevance
79 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()
38 PRF_HMAC = 0 /* No PRFs in drafts, this is the default */ enumerator
1599 ie->prf_type = PRF_HMAC; in ipsec_decode_transform()
88 prf = prf_alloc (PRF_HMAC, hash, key, klen); in test_prf()