Searched defs:cv (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/thread/arch/ |
H A D | thread_none.c | 61 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait() 65 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex, in ossl_crypto_condvar_wait_timeout() 70 void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_broadcast() 74 void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_signal() 78 void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv) in ossl_crypto_condvar_free()
|
H A D | thread_win.c | 302 LEGACY_CONDVAR *cv; in ossl_crypto_condvar_new() local 336 LEGACY_CONDVAR *cv = *(LEGACY_CONDVAR **)cv_p; in ossl_crypto_condvar_free() local 360 LEGACY_CONDVAR *cv = (LEGACY_CONDVAR *)cv_; in ossl_crypto_condvar_wait_timeout() local 484 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *ext_m) in ossl_crypto_condvar_wait() 491 LEGACY_CONDVAR *cv = (LEGACY_CONDVAR *)cv_; in ossl_crypto_condvar_broadcast() local 512 LEGACY_CONDVAR *cv = (LEGACY_CONDVAR *)cv_; in ossl_crypto_condvar_signal() local 544 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait() 554 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex, in ossl_crypto_condvar_wait_timeout() 567 void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_broadcast() 575 void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_signal() [all …]
|
H A D | thread_posix.c | 168 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait() 178 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex, in ossl_crypto_condvar_wait_timeout() 203 void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_broadcast() 211 void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_signal() 219 void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv) in ossl_crypto_condvar_free()
|
/openssl/test/ |
H A D | confdump.c | 24 CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i); in dump_section() local
|
/openssl/include/internal/ |
H A D | quic_thread_assist.h | 47 CRYPTO_CONDVAR *cv; member
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.h | 41 unsigned char cv[16]; member
|
/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_gcm.h | 34 } cv; /* 32 bit counter value */ member
|
/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 685 int cv = (i == control_var[contv].power); in ossl_curve448_base_double_scalarmul_non_secret() local
|
/openssl/apps/ |
H A D | ca.c | 1468 CONF_VALUE *cv; in do_body() local 1972 CONF_VALUE *cv = NULL; in certify_spkac() local
|
/openssl/crypto/evp/ |
H A D | e_aes.c | 882 unsigned char cv[16]; member 898 unsigned char cv[16]; member 918 } cv; member
|
Completed in 45 milliseconds