/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 62 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 D | timer_create01.c | 47 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 D | timer_create03.c | 32 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 D | timer_create.c | 111 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.c | 33 #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 D | libc_time.cpp | 272 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 D | mod.rs | 13 pub use self::evp::*; 49 mod evp; modules
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | sha2_prov.c | 18 #include <openssl/evp.h> 20 #include <openssl/evp.h>
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_seal.c | 15 #include <openssl/evp.h> 18 #include <openssl/evp.h>
|
H A D | m_null.c | 12 #include <openssl/evp.h> 15 #include "crypto/evp.h"
|
/third_party/openssl/crypto/evp/ |
H A D | p_seal.c | 15 #include <openssl/evp.h> 18 #include <openssl/evp.h>
|
H A D | m_null.c | 12 #include <openssl/evp.h> 15 #include "crypto/evp.h"
|
/third_party/openssl/providers/implementations/digests/ |
H A D | sha2_prov.c | 18 #include <openssl/evp.h> 20 #include <openssl/evp.h>
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 54 $::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 D | sparcv9_modes.pl | 54 $::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 D | crmf_pbm.c | 18 #include <openssl/evp.h> 25 #include <openssl/evp.h>
|
/third_party/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 18 #include <openssl/evp.h> 25 #include <openssl/evp.h>
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | lib.rs | 52 pub use self::evp::*; 82 mod evp; modules
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_evp_key.h | 11 #include <openssl/evp.h>
|
/third_party/node/src/crypto/ |
H A D | crypto_spkac.h | 9 #include <openssl/evp.h>
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_local.h | 14 # include <openssl/evp.h>
|
/third_party/openssl/crypto/rand/ |
H A D | rand_local.h | 14 # include <openssl/evp.h>
|
/third_party/openssl/test/ |
H A D | evp_pkey_ctx_new_from_name.c | 3 #include <openssl/evp.h>
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_prn.c | 18 #include <openssl/evp.h>
|
/third_party/openssl/crypto/dh/ |
H A D | dh_prn.c | 18 #include <openssl/evp.h>
|