Searched refs:prf_alloc (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/sbin/isakmpd/ |
| D | prf.h | 55 struct prf *prf_alloc(enum prfs, int, unsigned char *, unsigned int);
|
| D | prf.c | 72 prf_alloc(enum prfs type, int subtype, unsigned char *shared, in prf_alloc() function
|
| D | ike_auth.c | 382 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()
|
| D | ike_quick_mode.c | 1031 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()
|
| D | isakmp_cfg.c | 619 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()
|
| D | ike_phase_1.c | 635 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()
|
| D | ipsec.c | 2234 prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a, in ipsec_fill_in_hash()
|
| D | message.c | 730 prf = prf_alloc(isa->prf_type, hash->type, isa->skeyid_a, in message_validate_hash()
|