Home
last modified time | relevance | path

Searched refs:prf_alloc (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sbin/isakmpd/
Dprf.h55 struct prf *prf_alloc(enum prfs, int, unsigned char *, unsigned int);
Dprf.c72 prf_alloc(enum prfs type, int subtype, unsigned char *shared, in prf_alloc() function
Dike_auth.c382 prf = prf_alloc(ie->prf_type, ie->hash->type, exchange->recv_key, in pre_shared_gen_skeyid()
425 prf = prf_alloc(ie->prf_type, ie->hash->type, key, in sig_gen_skeyid()
468 prf = prf_alloc(ie->prf_type, hash->type, hash->digest, *sz); in enc_gen_skeyid()
1067 prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid, ie->skeyid_len); in ike_auth_hash()
Dike_quick_mode.c1031 prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a, in initiator_recv_HASH_SA_NONCE()
1276 prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a, in initiator_send_HASH()
1337 prf = prf_alloc(isa->prf_type, isa->hash, in post_quick_mode()
1480 prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a, in responder_recv_HASH_SA_NONCE()
1826 prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a, in responder_send_HASH_SA_NONCE()
1913 prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a, in responder_recv_HASH()
Disakmp_cfg.c619 prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a, in cfg_finalize_hash()
657 prf = prf_alloc(isa->prf_type, isa->hash, isa->skeyid_a, in cfg_verify_hash()
Dike_phase_1.c635 prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid, ie->skeyid_len); in ike_phase_1_post_exchange_KE_NONCE()
696 prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid_e, in ike_phase_1_post_exchange_KE_NONCE()
1110 prf = prf_alloc(ie->prf_type, hash->type, ie->skeyid, ie->skeyid_len); in ike_phase_1_recv_AUTH()
Dipsec.c2234 prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a, in ipsec_fill_in_hash()
Dmessage.c730 prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a, in message_validate_hash()