Searched refs:evp (Results 1 - 25 of 459) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/bhyve/
H A Dmevent.h54 int mevent_enable(struct mevent *evp);
55 int mevent_disable(struct mevent *evp);
56 int mevent_delete(struct mevent *evp);
57 int mevent_delete_close(struct mevent *evp);
58 int mevent_timer_update(struct mevent *evp, int msecs);
H A Dmevent.c383 mevent_update(struct mevent *evp, enum mevent_update_type type, int msecs) argument
392 assert((evp->me_state & EV_DELETE) == 0);
394 newstate = evp->me_state;
403 assert(evp->me_type == EVF_TIMER);
405 evp->me_msecs = msecs;
411 if (evp->me_state != newstate || type == UPDATE_TIMER) {
412 evp->me_state = newstate;
418 if (evp->me_cq == 0) {
419 evp->me_cq = 1;
420 LIST_REMOVE(evp, me_lis
432 mevent_enable(struct mevent *evp) argument
438 mevent_disable(struct mevent *evp) argument
444 mevent_timer_update(struct mevent *evp, int msecs) argument
450 mevent_delete_event(struct mevent *evp, int closefd) argument
475 mevent_delete(struct mevent *evp) argument
482 mevent_delete_close(struct mevent *evp) argument
[all...]
/freebsd-current/crypto/heimdal/include/hcrypto/
H A DMakefile.am15 evp.h \
16 evp-hcrypto.h \
17 evp-cc.h \
/freebsd-current/crypto/openssl/crypto/pem/
H A Dpem_xaux.c13 #include <openssl/evp.h>
H A Dpem_x509.c13 #include <openssl/evp.h>
/freebsd-current/crypto/openssl/test/helpers/
H A Dpredefined_dhparams.h10 #include <openssl/evp.h>
/freebsd-current/crypto/openssl/crypto/rand/
H A Drand_local.h14 # include <openssl/evp.h>
/freebsd-current/contrib/libfido2/examples/
H A Dextern.h12 #include <openssl/evp.h>
/freebsd-current/crypto/openssl/test/
H A Devp_pkey_ctx_new_from_name.c3 #include <openssl/evp.h>
H A Dnodefltctxtest.c10 #include <openssl/evp.h>
/freebsd-current/contrib/nvi/common/
H A Dkey.c360 EVENT *evp; local
389 for (evp = gp->i_event + gp->i_next; nitems--; ++evp) {
391 *evp = *p_evp++;
393 evp->e_event = E_CHARACTER;
394 evp->e_c = *p_s++;
395 evp->e_value = KEY_VAL(sp, evp->e_c);
396 F_INIT(&evp->e_ch, flags);
410 EVENT *evp; local
534 EVENT *evp, ev; local
844 v_event_err(SCR *sp, EVENT *evp) argument
[all...]
/freebsd-current/crypto/openssh/
H A Dcipher.c61 EVP_CIPHER_CTX *evp; member in struct:sshcipher_ctx
63 struct aesctr_ctx ac_ctx; /* XXX union with evp? */
291 if ((cc->evp = EVP_CIPHER_CTX_new()) == NULL) {
295 if (EVP_CipherInit(cc->evp, type, NULL, (u_char *)iv,
301 !EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_SET_IV_FIXED,
306 klen = EVP_CIPHER_CTX_key_length(cc->evp);
308 if (EVP_CIPHER_CTX_set_key_length(cc->evp, keylen) == 0) {
313 if (EVP_CipherInit(cc->evp, NULL, (u_char *)key, NULL, -1) == 0) {
326 EVP_CIPHER_CTX_free(cc->evp);
372 if (!EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_IV_GE
[all...]
H A Dhash.c14 #include <openssl/evp.h>
/freebsd-current/crypto/openssl/crypto/evp/
H A Dm_null.c12 #include <openssl/evp.h>
15 #include "crypto/evp.h"
H A Dp_enc.c16 #include <openssl/evp.h>
19 #include "crypto/evp.h"
H A Dp_dec.c16 #include <openssl/evp.h>
19 #include "crypto/evp.h"
H A De_cast.c20 # include <openssl/evp.h>
22 # include "crypto/evp.h"
H A De_bf.c19 # include <openssl/evp.h>
20 # include "crypto/evp.h"
H A De_null.c12 #include <openssl/evp.h>
14 #include "crypto/evp.h"
H A De_seed.c17 #include <openssl/evp.h>
22 #include "crypto/evp.h"
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_prn.c18 #include <openssl/evp.h>
/freebsd-current/contrib/nvi/cl/
H A Dcl_read.c46 cl_event(SCR *sp, EVENT *evp, u_int32_t flags, int ms) argument
64 evp->e_event = E_INTERRUPT;
66 evp->e_event = E_TIMEOUT;
71 evp->e_event = E_SIGHUP;
75 evp->e_event = E_SIGTERM;
84 evp->e_event = E_WRESIZE;
107 evp->e_csp = wp;
108 evp->e_len = wlen;
109 evp->e_event = E_STRING;
122 evp
[all...]
/freebsd-current/crypto/openssl/test/recipes/
H A D15-test_mp_rsa.t49 # evp
53 my $evp = shift;
58 my $name = ($evp ? "evp" : "") . "${bits}p${primes}";
60 if ($evp) {
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dx_info.c12 #include <openssl/evp.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dmd5.h54 #include <openssl/evp.h>

Completed in 180 milliseconds

1234567891011>>