Symbol: prf_alloc
regress/sbin/isakmpd/prf/prftest.c
88
prf = prf_alloc (PRF_HMAC, hash, key, klen);
sbin/isakmpd/ike_auth.c
1106
prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid, ie->skeyid_len);
sbin/isakmpd/ike_auth.c
412
prf = prf_alloc(ie->prf_type, ie->hash->type, exchange->recv_key,
sbin/isakmpd/ike_auth.c
455
prf = prf_alloc(ie->prf_type, ie->hash->type, key,
sbin/isakmpd/ike_auth.c
498
prf = prf_alloc(ie->prf_type, hash->type, hash->digest, *sz);
sbin/isakmpd/ike_phase_1.c
1130
prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid, ie->skeyid_len);
sbin/isakmpd/ike_phase_1.c
645
prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid, ie->skeyid_len);
sbin/isakmpd/ike_phase_1.c
706
prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid_e,
sbin/isakmpd/ike_quick_mode.c
1058
prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a,
sbin/isakmpd/ike_quick_mode.c
1323
prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a,
sbin/isakmpd/ike_quick_mode.c
1384
prf = prf_alloc(isa->prf_type, isa->hash,
sbin/isakmpd/ike_quick_mode.c
1530
prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a,
sbin/isakmpd/ike_quick_mode.c
1896
prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a,
sbin/isakmpd/ike_quick_mode.c
1984
prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a,
sbin/isakmpd/ipsec.c
2485
prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a,
sbin/isakmpd/isakmp_cfg.c
618
prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a,
sbin/isakmpd/isakmp_cfg.c
656
prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a,
sbin/isakmpd/message.c
773
prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a,
sbin/isakmpd/prf.h
55
struct prf *prf_alloc(enum prfs, int, unsigned char *, unsigned int);