Home
last modified time | relevance | path

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

123

/src/sys/net80211/
H A Dieee80211_hwmp.c402 struct ieee80211_meshprep_ie *prep; in hwmp_recv_action_meshpath() local
471 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath()
474 KASSERT(prep != NULL, ("prep == NULL")); in hwmp_recv_action_meshpath()
476 prep->prep_ie = *iefrm_t++; in hwmp_recv_action_meshpath()
477 prep->prep_len = *iefrm_t++; in hwmp_recv_action_meshpath()
478 prep->prep_flags = *iefrm_t++; in hwmp_recv_action_meshpath()
479 prep->prep_hopcount = *iefrm_t++; in hwmp_recv_action_meshpath()
480 prep->prep_ttl = *iefrm_t++; in hwmp_recv_action_meshpath()
481 IEEE80211_ADDR_COPY(prep->prep_targetaddr, iefrm_t); in hwmp_recv_action_meshpath()
483 prep->prep_targetseq = le32dec(iefrm_t); iefrm_t += 4; in hwmp_recv_action_meshpath()
[all …]
/src/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 …]
/src/crypto/openssl/crypto/cmp/
H A Dcmp_client.c281 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local
290 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response()
294 if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) { in poll_for_response()
295 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
357 OSSL_CMP_MSG_free(prep); in poll_for_response()
358 prep = NULL; in poll_for_response()
366 } else if (is_crep_with_waiting(prep, rid) in poll_for_response()
367 || ossl_cmp_is_error_with_waiting(prep)) { in poll_for_response()
382 if (prep == NULL) in poll_for_response()
386 *rep = prep; in poll_for_response()
[all …]
H A Dcmp_msg.c982 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new() local
989 if ((prep = OSSL_CMP_POLLREP_new()) == NULL) in ossl_cmp_pollRep_new()
991 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new()
993 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new()
995 if (!ASN1_INTEGER_set_int64(prep->checkAfter, poll_after)) in ossl_cmp_pollRep_new()
/src/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()
/src/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
/src/contrib/libxo/packaging/
H A Dlibxo.spec.in21 %prep
/src/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h46 u8 prep; member
/src/sys/dev/irdma/
H A Dicrdma.c323 if (event->prep == iwdev->vsi.tc_change_pending) { in irdma_event_handler()
326 event->prep ? "pre" : "post", in irdma_event_handler()
327 event->prep ? " " : "not "); in irdma_event_handler()
336 if (event->prep) { in irdma_event_handler()
/src/sys/dev/ice/
H A Dice_rdma.h352 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()
/src/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec19 %prep
/src/crypto/openssh/regress/
H A DMakefile3 tests: prep file-tests t-exec unit
15 prep: target
/src/contrib/dialog/package/
H A Ddialog.spec37 %prep
/src/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in44 %prep
H A Dzfs-dkms.spec.in57 %prep
/src/contrib/unbound/contrib/
H A Dunbound.spec26 %prep
/src/crypto/heimdal/lib/wind/
H A DChangeLog78 * Add partial support for LDAP-prep Insignificant Character Handling
/src/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
/src/sys/contrib/dev/rtw89/
H A Dcore.c5567 struct rtw89_wait_response *prep; in rtw89_wait_for_cond_prep() local
5576 prep = kzalloc(sizeof(*prep), GFP_KERNEL); in rtw89_wait_for_cond_prep()
5577 if (!prep) in rtw89_wait_for_cond_prep()
5580 init_completion(&prep->completion); in rtw89_wait_for_cond_prep()
5582 rcu_assign_pointer(wait->resp, prep); in rtw89_wait_for_cond_prep()
5584 return prep; in rtw89_wait_for_cond_prep()
5588 struct rtw89_wait_response *prep, int err) in rtw89_wait_for_cond_eval() argument
5592 if (IS_ERR(prep)) { in rtw89_wait_for_cond_eval()
5593 err = err ?: PTR_ERR(prep); in rtw89_wait_for_cond_eval()
5596 if (PTR_ERR(prep) == -EPERM) in rtw89_wait_for_cond_eval()
[all …]
/src/sys/contrib/openzfs/module/lua/
H A Dlparser.c1291 int prep, endfor; in forbody() local
1294 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1300 luaK_patchtohere(fs, prep); in forbody()
1308 luaK_patchlist(fs, endfor, prep + 1); in forbody()
/src/contrib/ldns/packaging/fedora/
H A Dldns.spec49 %prep
/src/stand/forth/
H A Dmenu.rc13 \ Screen prep
/src/sys/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in108 %prep
/src/contrib/lua/src/
H A Dlparser.c1549 int prep, endfor; in forbody() local
1551 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody()
1557 fixforjump(fs, prep, luaK_getlabel(fs), 0); in forbody()
1563 fixforjump(fs, endfor, prep + 1, 1); in forbody()

123