HomeSort by: relevance | last modified time | path
    Searched defs:evp (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/lib/libc/stdio/
makebuf.c 66 char evb[64], *evp; local
74 if ((evp = getenv(evb)) == NULL && (evp = getenv("STDBUF")) == NULL)
77 switch (*evp) {
80 evp++;
85 evp++;
90 evp++;
95 if (!isdigit((unsigned char)*evp))
98 s = strtoi(evp, NULL, 0, 0, 1024 * 1024, &e);
makebuf.c 66 char evb[64], *evp; local
74 if ((evp = getenv(evb)) == NULL && (evp = getenv("STDBUF")) == NULL)
77 switch (*evp) {
80 evp++;
85 evp++;
90 evp++;
95 if (!isdigit((unsigned char)*evp))
98 s = strtoi(evp, NULL, 0, 0, 1024 * 1024, &e);
  /src/share/examples/rump/btplay/
btplay.c 72 hci_event_hdr_t *evp; local
119 evp = (void *)msg;
138 if (evp->event != HCI_EVENT_COMMAND_COMPL)
146 if (evp->event == HCI_EVENT_INQUIRY_COMPL)
148 if (evp->event == HCI_EVENT_INQUIRY_RESULT) {
183 if (evp->event != HCI_EVENT_REMOTE_NAME_REQ_COMPL)
186 nresp = (void *)(evp+1);
btplay.c 72 hci_event_hdr_t *evp; local
119 evp = (void *)msg;
138 if (evp->event != HCI_EVENT_COMMAND_COMPL)
146 if (evp->event == HCI_EVENT_INQUIRY_COMPL)
148 if (evp->event == HCI_EVENT_INQUIRY_RESULT) {
183 if (evp->event != HCI_EVENT_REMOTE_NAME_REQ_COMPL)
186 nresp = (void *)(evp+1);
  /src/sys/kern/
subr_evcnt.c 130 struct evcnt * const *evp; local
138 __link_set_foreach(evp, evcnts) {
139 if (*evp == &dummy_static_evcnt)
141 evcnt_attach_static(*evp);
subr_evcnt.c 130 struct evcnt * const *evp; local
138 __link_set_foreach(evp, evcnts) {
139 if (*evp == &dummy_static_evcnt)
141 evcnt_attach_static(*evp);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
mdtest.c 47 #include <evp.h>
58 const EVP_MD * (*evp)(void); member in struct:hash_foo
252 if (hash->evp() == NULL) {
256 EVP_DigestInit_ex(ectx, hash->evp(), NULL);
296 printf("EVP %s returned wrong hash size\n", hash->name);
301 printf("EVP %s failed here old function where successful!\n",
mdtest.c 47 #include <evp.h>
58 const EVP_MD * (*evp)(void); member in struct:hash_foo
252 if (hash->evp() == NULL) {
256 EVP_DigestInit_ex(ectx, hash->evp(), NULL);
296 printf("EVP %s returned wrong hash size\n", hash->name);
301 printf("EVP %s failed here old function where successful!\n",
  /src/lib/librumpuser/
rumpuser_dl.c 363 struct evcnt *const *evp, *const *evp_end; local
388 evp = dlsym(handle, "__start_link_set_evcnts");
390 if (evp && evp_end) {
391 for (; evp < evp_end; evp++)
392 doevcntattach(*evp);
393 assert(evp == evp_end);
rumpuser_dl.c 363 struct evcnt *const *evp, *const *evp_end; local
388 evp = dlsym(handle, "__start_link_set_evcnts");
390 if (evp && evp_end) {
391 for (; evp < evp_end; evp++)
392 doevcntattach(*evp);
393 assert(evp == evp_end);
  /src/sys/compat/netbsd32/
netbsd32_time.c 418 struct sigevent *evp = dst; local
426 netbsd32_to_sigevent(&ev32, evp);
435 syscallarg(netbsd32_sigeventp_t) evp;
440 SCARG(uap, clock_id), SCARG_P32(uap, evp),
netbsd32_time.c 418 struct sigevent *evp = dst; local
426 netbsd32_to_sigevent(&ev32, evp);
435 syscallarg(netbsd32_sigeventp_t) evp;
440 SCARG(uap, clock_id), SCARG_P32(uap, evp),
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
crypto.h 92 const EVP_CIPHER *(*evp)(void); member in struct:_krb5_key_type
194 /* Interface to the EVP crypto layer provided by hcrypto */
crypto.h 92 const EVP_CIPHER *(*evp)(void); member in struct:_krb5_key_type
194 /* Interface to the EVP crypto layer provided by hcrypto */
  /src/external/bsd/nvi/dist/common/
key.c 351 EVENT *evp; local
380 for (evp = wp->i_event + wp->i_next; nitems--; ++evp) {
382 *evp = *p_evp++;
384 evp->e_event = E_CHARACTER;
385 evp->e_c = *p_s++;
386 evp->e_value = KEY_VAL(sp, evp->e_c);
387 FL_INIT(evp->e_flags, flags);
401 EVENT *evp; local
525 EVENT *evp, ev; local
    [all...]
key.c 351 EVENT *evp; local
380 for (evp = wp->i_event + wp->i_next; nitems--; ++evp) {
382 *evp = *p_evp++;
384 evp->e_event = E_CHARACTER;
385 evp->e_c = *p_s++;
386 evp->e_value = KEY_VAL(sp, evp->e_c);
387 FL_INIT(evp->e_flags, flags);
401 EVENT *evp; local
525 EVENT *evp, ev; local
    [all...]
  /src/external/bsd/nvi/dist/vi/
vi.c 1230 EVENT *evp; local
1233 for (evp = &vp->ev, quote = 0;;) {
1234 if (v_event_get(sp, evp, 0, ec_flags | quote))
1238 switch (evp->e_event) {
1247 if (evp->e_value == K_VLNEXT) {
1268 if (v_erepaint(sp, evp))
1285 v_event_err(sp, evp);
vi.c 1230 EVENT *evp; local
1233 for (evp = &vp->ev, quote = 0;;) {
1234 if (v_event_get(sp, evp, 0, ec_flags | quote))
1238 switch (evp->e_event) {
1247 if (evp->e_value == K_VLNEXT) {
1268 if (v_erepaint(sp, evp))
1285 v_event_err(sp, evp);
  /src/crypto/external/bsd/openssh/dist/
cipher.c 93 EVP_CIPHER_CTX *evp; member in struct:sshcipher_ctx
95 struct aesctr_ctx ac_ctx; /* XXX union with evp? */
312 if ((cc->evp = EVP_CIPHER_CTX_new()) == NULL) {
316 if (EVP_CipherInit(cc->evp, type, NULL, (const u_char *)iv,
322 EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_SET_IV_FIXED,
327 klen = EVP_CIPHER_CTX_key_length(cc->evp);
329 if (EVP_CIPHER_CTX_set_key_length(cc->evp, keylen) == 0) {
336 if (EVP_CipherInit_ex(cc->evp, NULL, NULL, __UNCONST(key), NULL, -1) == 0) {
349 EVP_CIPHER_CTX_free(cc->evp);
395 if (EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_IV_GEN
    [all...]
cipher.c 93 EVP_CIPHER_CTX *evp; member in struct:sshcipher_ctx
95 struct aesctr_ctx ac_ctx; /* XXX union with evp? */
312 if ((cc->evp = EVP_CIPHER_CTX_new()) == NULL) {
316 if (EVP_CipherInit(cc->evp, type, NULL, (const u_char *)iv,
322 EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_SET_IV_FIXED,
327 klen = EVP_CIPHER_CTX_key_length(cc->evp);
329 if (EVP_CIPHER_CTX_set_key_length(cc->evp, keylen) == 0) {
336 if (EVP_CipherInit_ex(cc->evp, NULL, NULL, __UNCONST(key), NULL, -1) == 0) {
349 EVP_CIPHER_CTX_free(cc->evp);
395 if (EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_IV_GEN
    [all...]
  /src/sys/dev/apm/
apm.c 367 struct apm_event_info *evp; local
373 evp = &sc->sc_event_list[sc->sc_event_ptr];
377 evp->type = event_type;
378 evp->index = ++apm_evindex;
754 struct apm_event_info *evp; local
803 evp = (struct apm_event_info *)data;
806 *evp = sc->sc_event_list[i];
apm.c 367 struct apm_event_info *evp; local
373 evp = &sc->sc_event_list[sc->sc_event_ptr];
377 evp->type = event_type;
378 evp->index = ++apm_evindex;
754 struct apm_event_info *evp; local
803 evp = (struct apm_event_info *)data;
806 *evp = sc->sc_event_list[i];
  /src/sys/dev/hpc/apm/
apmdev.c 378 struct apm_event_info *evp; local
384 evp = &sc->sc_event_list[sc->sc_event_ptr];
388 evp->type = event_type;
389 evp->index = ++apm_evindex;
810 struct apm_event_info *evp; local
844 evp = (struct apm_event_info *)data;
847 *evp = sc->sc_event_list[i];
apmdev.c 378 struct apm_event_info *evp; local
384 evp = &sc->sc_event_list[sc->sc_event_ptr];
388 evp->type = event_type;
389 evp->index = ++apm_evindex;
810 struct apm_event_info *evp; local
844 evp = (struct apm_event_info *)data;
847 *evp = sc->sc_event_list[i];
  /src/external/bsd/tcpdump/dist/
print-esp.c 39 #include <openssl/evp.h>
112 const EVP_CIPHER *evp; member in struct:sa_list
204 if (set_cipher_parameters(ctx, sa->evp, sa->secret, NULL) < 0) {
304 if(sa->evp == NULL) return 0;
419 const EVP_CIPHER *evp; local
453 evp = EVP_get_cipherbyname(real_decode);
455 if (!evp) {
460 sa->evp = NULL;
466 sa->evp = evp;
    [all...]

Completed in 68 milliseconds

1 2 3 4