Home
last modified time | relevance | path

Searched defs:prf (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/sbin/isakmpd/
H A Dprf.h41 struct prf { struct
42 enum prfs type; /* Type of PRF */ argument
43 void *prfctx; /* Context for PRF */ argument
55 struct prf *prf_alloc(enum prfs, int, unsigned char *, unsigned int); argument
H A Dike_quick_mode.c1047 struct prf *prf; in initiator_recv_HASH_SA_NONCE() local
1301 struct prf *prf; in initiator_send_HASH() local
1359 struct prf *prf; in post_quick_mode() local
1495 struct prf *prf; in responder_recv_HASH_SA_NONCE() local
1818 struct prf *prf; in responder_send_HASH_SA_NONCE() local
1961 struct prf *prf; in responder_recv_HASH() local
H A Dprf.c75 struct prf *prf; in prf_alloc() local
148 prf_free(struct prf *prf) in prf_free()
H A Dike_auth.c340 struct prf *prf; in pre_shared_gen_skeyid() local
437 struct prf *prf; in sig_gen_skeyid() local
489 struct prf *prf; in enc_gen_skeyid() local
1081 struct prf *prf; in ike_auth_hash() local
H A Disakmp_cfg.c616 struct prf *prf; in cfg_finalize_hash() local
637 struct prf *prf; in cfg_verify_hash() local
H A Dike_phase_1.c604 struct prf *prf; in ike_phase_1_post_exchange_KE_NONCE() local
1108 struct prf *prf; in ike_phase_1_recv_AUTH() local
H A Dmessage.c706 struct prf *prf; in message_validate_hash() local
H A Dipsec.c2429 struct prf *prf; in ipsec_fill_in_hash() local
/openbsd-src/lib/libedit/
H A Dprompt.c140 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set()
172 prompt_get(EditLine *el, el_pfunc_t *prf, wchar_t *c, int op) in prompt_get()
/openbsd-src/regress/sbin/isakmpd/prf/
H A Dprftest.c83 struct prf *prf; in test_prf() local
/openbsd-src/sbin/iked/
H A Dcrypto.c678 dsa_new(uint8_t id, struct iked_hash *prf, int sign) in dsa_new() argument
747 dsa_sign_new(uint8_t id, struct iked_hash *prf) in dsa_sign_new() argument
753 dsa_verify_new(uint8_t id, struct iked_hash *prf) in dsa_verify_new() argument
H A Dikev2_msg.c1080 struct iked_hash *prf = sa->sa_prf; in ikev2_msg_authsign() local
H A Dikev2.c5703 struct iked_hash *prf, *integr; ikev2_sa_keys() local
5931 ikev2_prfplus(struct iked_hash * prf,struct ibuf * key,struct ibuf * seed,size_t keymatlen) ikev2_prfplus() argument
[all...]
/openbsd-src/usr.bin/ssh/
H A Dxmss_hash.c67 int prf(unsigned char *out, const unsigned char *in, const unsigned char *key, unsigned int keylen) in prf() function
/openbsd-src/sbin/slaacd/
H A Dengine.c1472 struct nd_opt_prefix_info *prf; parse_ra() local
1759 struct nd_opt_prefix_info *prf; debug_log_ra() local
[all...]
/openbsd-src/lib/libcrypto/x509/
H A Dx509_local.h400 X509_ALGOR *prf; global() member