Home
last modified time | relevance | path

Searched refs:prep (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c401 struct ieee80211_meshprep_ie *prep; in hwmp_recv_action_meshpath() local
470 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath()
473 KASSERT(prep != NULL, ("prep == NULL")); in hwmp_recv_action_meshpath()
475 prep->prep_ie = *iefrm_t++; in hwmp_recv_action_meshpath()
476 prep->prep_len = *iefrm_t++; in hwmp_recv_action_meshpath()
477 prep->prep_flags = *iefrm_t++; in hwmp_recv_action_meshpath()
478 prep->prep_hopcount = *iefrm_t++; in hwmp_recv_action_meshpath()
479 prep->prep_ttl = *iefrm_t++; in hwmp_recv_action_meshpath()
480 IEEE80211_ADDR_COPY(prep->prep_targetaddr, iefrm_t); in hwmp_recv_action_meshpath()
482 prep->prep_targetseq = le32dec(iefrm_t); iefrm_t += 4; in hwmp_recv_action_meshpath()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pwd.c35 u8 prep; member
275 data->group_num, id->random_function, id->prf, id->prep); in eap_pwd_perform_id_exchange()
285 if (id->prep != EAP_PWD_PREP_NONE && in eap_pwd_perform_id_exchange()
286 id->prep != EAP_PWD_PREP_MS && in eap_pwd_perform_id_exchange()
287 id->prep != EAP_PWD_PREP_SSHA1 && in eap_pwd_perform_id_exchange()
288 id->prep != EAP_PWD_PREP_SSHA256 && in eap_pwd_perform_id_exchange()
289 id->prep != EAP_PWD_PREP_SSHA512) { in eap_pwd_perform_id_exchange()
292 id->prep); in eap_pwd_perform_id_exchange()
297 if (id->prep == EAP_PWD_PREP_NONE && data->password_hash) { in eap_pwd_perform_id_exchange()
307 data->prep = id->prep; in eap_pwd_perform_id_exchange()
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c257 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local
266 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response()
270 if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) { in poll_for_response()
271 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
331 OSSL_CMP_MSG_free(prep); in poll_for_response()
332 prep = NULL; in poll_for_response()
346 if (prep == NULL) in poll_for_response()
350 *rep = prep; in poll_for_response()
355 OSSL_CMP_MSG_free(prep); in poll_for_response()
H A Dcmp_msg.c887 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new() local
894 if ((prep = OSSL_CMP_POLLREP_new()) == NULL) in ossl_cmp_pollRep_new()
896 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new()
898 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new()
900 if (!ASN1_INTEGER_set_int64(prep->checkAfter, poll_after)) in ossl_cmp_pollRep_new()
/freebsd/contrib/tcpdump/
H A Dprint-wb.c274 const struct pkt_prep *prep, u_int len) in wb_prep() argument
280 if (len < sizeof(*prep)) in wb_prep()
282 n = GET_BE_U_4(prep->pp_n); in wb_prep()
283 ps = (const struct pgstate *)(prep + 1); in wb_prep()
/freebsd/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk12 all: prep one two change1 change2 filter0 filter1 filter2 filter3 post
16 prep post: .PHONY
/freebsd/contrib/libxo/packaging/
H A Dlibxo.spec.in21 %prep
/freebsd/sys/dev/irdma/
H A Dicrdma.c319 if (event->prep == iwdev->vsi.tc_change_pending) { in irdma_event_handler()
322 event->prep ? "pre" : "post", in irdma_event_handler()
323 event->prep ? " " : "not "); in irdma_event_handler()
332 if (event->prep) { in irdma_event_handler()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h46 u8 prep; member
/freebsd/sys/dev/ice/
H A Dice_rdma.h348 * prep: if true, this is a pre-event, post-event otherwise
352 bool prep; member
H A Dice_rdma.c848 event.prep = true; in ice_rdma_notify_dcb_qos_change()
875 event.prep = false; in ice_rdma_dcb_qos_update()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec19 %prep
/freebsd/crypto/openssh/regress/
H A DMakefile3 tests: prep file-tests t-exec unit
15 prep: target
/freebsd/contrib/dialog/package/
H A Ddialog.spec37 %prep
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in44 %prep
H A Dzfs-dkms.spec.in51 %prep
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec26 %prep
/freebsd/crypto/heimdal/lib/wind/
H A DChangeLog78 * Add partial support for LDAP-prep Insignificant Character Handling
/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield
498 ftp://prep.ai.mit.edu/pub/gnu/
552 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
571 created by Jean-Loup Gailly <gzip@prep.ai.mit.edu>. Since this
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c1290 int prep, endfor; in forbody() local
1293 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1299 luaK_patchtohere(fs, prep); in forbody()
1307 luaK_patchlist(fs, endfor, prep + 1); in forbody()
/freebsd/stand/forth/
H A Dmenu.rc13 \ Screen prep
/freebsd/contrib/ldns/packaging/fedora/
H A Dldns.spec49 %prep
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in108 %prep
H A Dzfs-dkms.spec.in51 %prep
/freebsd/contrib/lua/src/
H A Dlparser.c1550 int prep, endfor; in forbody() local
1552 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody()
1558 fixforjump(fs, prep, luaK_getlabel(fs), 0); in forbody()
1564 fixforjump(fs, endfor, prep + 1, 1); in forbody()

123