Home
last modified time | relevance | path

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

12345678910>>...28

/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c62 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create() argument
73 switch (evp ? evp->sigev_notify : SIGEV_SIGNAL) { in timer_create()
77 if (evp) { in timer_create()
78 ksev.sigev_value = evp->sigev_value; in timer_create()
79 ksev.sigev_signo = evp->sigev_signo; in timer_create()
80 ksev.sigev_notify = evp->sigev_notify; in timer_create()
81 if (evp->sigev_notify == SIGEV_THREAD_ID) in timer_create()
82 ksev.sigev_tid = evp->sigev_notify_thread_id; in timer_create()
97 if (evp in timer_create()
[all...]
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create01.c47 struct sigevent evp; in run() local
53 memset(&evp, 0, sizeof(evp)); in run()
58 evp.sigev_value = (union sigval) 0; in run()
59 evp.sigev_signo = nt->sigev_signo; in run()
60 evp.sigev_notify = nt->sigev_notify; in run()
66 evp._sigev_un._tid = getpid(); in run()
69 nt->sigev_notify ? &evp : NULL, in run()
H A Dtimer_create03.c32 struct sigevent evp; in run() local
36 memset(&evp, 0, sizeof(evp)); in run()
38 evp.sigev_signo = SIGALRM; in run()
39 evp.sigev_notify = SIGEV_SIGNAL | RANDOM_UNUSED_NUMBER; in run()
40 evp._sigev_un._tid = getpid(); in run()
42 TEST(tst_syscall(__NR_timer_create, clock, &evp, &created_timer_id)); in run()
/third_party/musl/src/time/
H A Dtimer_create.c111 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create() argument
122 switch (evp ? evp->sigev_notify : SIGEV_SIGNAL) { in timer_create()
126 if (evp) { in timer_create()
127 ksev.sigev_value = evp->sigev_value; in timer_create()
128 ksev.sigev_signo = evp->sigev_signo; in timer_create()
129 ksev.sigev_notify = evp->sigev_notify; in timer_create()
130 if (evp->sigev_notify == SIGEV_THREAD_ID) in timer_create()
131 ksev.sigev_tid = evp->sigev_notify_thread_id; in timer_create()
146 if (evp in timer_create()
[all...]
/third_party/python/Modules/
H A D_hashopenssl.c33 #include <openssl/evp.h>
88 PY_EVP_MD *evp; member
153 if (h->evp != NULL) { in py_hashentry_t_destroy_value()
154 PY_EVP_MD_free(h->evp); in py_hashentry_t_destroy_value()
155 h->evp = NULL; in py_hashentry_t_destroy_value()
334 if (entry->evp == NULL) { in py_digest_by_name()
335 entry->evp = PY_EVP_MD_fetch(entry->ossl_name, NULL); in py_digest_by_name()
337 digest = entry->evp; in py_digest_by_name()
378 PY_EVP_MD* evp; in py_digest_by_digestmod() local
403 evp in py_digest_by_digestmod()
1440 PY_EVP_MD *evp; _hashlib_hmac_singleshot_impl() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp272 struct sigevent evp; in Bm_function_Timer() local
276 evp.sigev_value.sival_ptr = &timerid; in Bm_function_Timer()
277 evp.sigev_notify = SIGEV_SIGNAL; in Bm_function_Timer()
278 evp.sigev_signo = SIGUSR1; in Bm_function_Timer()
286 ret = timer_create(CLOCK_REALTIME, &evp, &timerid); in Bm_function_Timer()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dmod.rs13 pub use self::evp::*;
49 mod evp; modules
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha2_prov.c18 #include <openssl/evp.h>
20 #include <openssl/evp.h>
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_seal.c15 #include <openssl/evp.h>
18 #include <openssl/evp.h>
H A Dm_null.c12 #include <openssl/evp.h>
15 #include "crypto/evp.h"
/third_party/openssl/crypto/evp/
H A Dp_seal.c15 #include <openssl/evp.h>
18 #include <openssl/evp.h>
H A Dm_null.c12 #include <openssl/evp.h>
15 #include "crypto/evp.h"
/third_party/openssl/providers/implementations/digests/
H A Dsha2_prov.c18 #include <openssl/evp.h>
20 #include <openssl/evp.h>
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl54 $::code.=<<___ if (!$::evp);
66 $::code.=<<___ if ($::evp);
126 $::code.=<<___ if ($::evp);
132 $::code.=<<___ if (!$::evp);
161 $::code.=<<___ if ($::evp);
167 $::code.=<<___ if (!$::evp);
238 $::code.=<<___ if ($::evp);
244 $::code.=<<___ if (!$::evp);
272 $::code.=<<___ if (!$::evp);
284 $::code.=<<___ if ($::evp);
[all...]
/third_party/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl54 $::code.=<<___ if (!$::evp);
66 $::code.=<<___ if ($::evp);
126 $::code.=<<___ if ($::evp);
132 $::code.=<<___ if (!$::evp);
161 $::code.=<<___ if ($::evp);
167 $::code.=<<___ if (!$::evp);
238 $::code.=<<___ if ($::evp);
244 $::code.=<<___ if (!$::evp);
272 $::code.=<<___ if (!$::evp);
284 $::code.=<<___ if ($::evp);
[all...]
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_pbm.c18 #include <openssl/evp.h>
25 #include <openssl/evp.h>
/third_party/openssl/crypto/crmf/
H A Dcrmf_pbm.c18 #include <openssl/evp.h>
25 #include <openssl/evp.h>
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs52 pub use self::evp::*;
82 mod evp; modules
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_evp_key.h11 #include <openssl/evp.h>
/third_party/node/src/crypto/
H A Dcrypto_spkac.h9 #include <openssl/evp.h>
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_local.h14 # include <openssl/evp.h>
/third_party/openssl/crypto/rand/
H A Drand_local.h14 # include <openssl/evp.h>
/third_party/openssl/test/
H A Devp_pkey_ctx_new_from_name.c3 #include <openssl/evp.h>
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_prn.c18 #include <openssl/evp.h>
/third_party/openssl/crypto/dh/
H A Ddh_prn.c18 #include <openssl/evp.h>

Completed in 11 milliseconds

12345678910>>...28