Home
last modified time | relevance | path

Searched defs:evp (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create03.c32 struct sigevent evp; in run() local
Dtimer_create01.c47 struct sigevent evp; in run() local
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dmod.rs45 mod evp; module
/third_party/musl/src/time/
Dtimer_create.c60 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create()
/third_party/musl/porting/linux/user/src/time/
Dtimer_create.c62 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c140 struct nv30_vertprog *evp = heap->next->priv; in nv30_vertprog_validate() local
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs85 mod evp; module
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs407 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_rsa() localVariable
423 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_dsa() localVariable
439 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_dh() localVariable
455 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_ec_key() localVariable
/third_party/python/Modules/
D_hashopenssl.c88 PY_EVP_MD *evp; member
377 PY_EVP_MD* evp; in py_digest_by_digestmod() local
1439 PY_EVP_MD *evp; in _hashlib_hmac_singleshot_impl() local
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c306 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create()
/third_party/openssl/ssl/
Dssl_ciph.c577 const EVP_CIPHER *evp = NULL; in ssl_cipher_get_evp() local