Home
last modified time | relevance | path

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

/openbsd/regress/sbin/iked/dh/
H A Ddhtest.c75 group->spec->bits, ibuf_length(buf) * 8); in main()
83 if (memcmp (raw, raw2, ibuf_length(sec))) { in main()
/openbsd/sbin/iked/
H A Dimsg_util.c73 ibuf_length(struct ibuf *buf) in ibuf_length() function
H A Dikev2.c337 ibuf_length(env->sc_certreq)); in ikev2_dispatch_cert()
1222 if (ibuf_length(msg->msg_cookie)) { in ikev2_init_recv()
4535 if (ibuf_length(msg->msg_ke)) { in ikev2_init_create_child_sa()
4952 ibuf_length(msg->msg_ke)) { in ikev2_resp_create_child_sa()
5437 if (!ibuf_length(msg->msg_ke)) { in ikev2_sa_initiator_dh()
5530 if (!ibuf_length(sa->sa_inonce)) { in ikev2_sa_initiator()
5542 if (!ibuf_length(sa->sa_rnonce)) { in ikev2_sa_initiator()
5656 if (!ibuf_length(sa->sa_inonce) && in ikev2_sa_responder()
5741 ibuf_length(sa->sa_dhpeer)); in ikev2_sa_keys()
5804 ilen = ibuf_length(sa->sa_inonce); in ikev2_sa_keys()
[all …]
H A Dikev2_msg.c720 size_t len = ibuf_length(buf); in ikev2_check_frag_oversize()
836 left = ibuf_length(in); in ikev2_send_encrypted_fragments()
1035 if (!id->id_type || !ibuf_length(id->id_buf)) { in ikev2_msg_authverify()
H A Dpfkey.c622 !ibuf_length(sa->csa_integrkey) && !ibuf_length(sa->csa_encrkey) && in pfkey_sa()
646 if (ibuf_length(sa->csa_integrkey)) { in pfkey_sa()
654 if (ibuf_length(sa->csa_encrkey)) { in pfkey_sa()
H A Dcrypto.c662 return (ibuf_length(encr->encr_key)); in cipher_keylength()
H A Diked.h1274 size_t ibuf_length(struct ibuf *);
H A Dca.c170 ibuf_length(key->id_buf)); in ca_getkey()