Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_timer.c129 struct sigevent evp; in TimerStart() local
141 (void)memset_s(&evp, sizeof(struct sigevent), 0, sizeof(struct sigevent)); in TimerStart()
142 evp.sigev_value.sival_ptr = (void *)&timer->task; in TimerStart()
143 evp.sigev_notify = SIGEV_THREAD; in TimerStart()
144 evp.sigev_notify_function = TimerTimeoutHandle; in TimerStart()
146 if (timer_create(CLOCK_REALTIME, &evp, &timerid) < 0) { in TimerStart()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_openssl.h24 #include <openssl/evp.h>
/foundation/communication/wifi/wifi/base/security_utils/src/
H A Dwifi_openssl_utils.cpp17 #include <openssl/evp.h>
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp25 #include <openssl/evp.h>
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c20 #include <openssl/evp.h>
H A Dsoftbus_aes_encrypt.c18 #include <openssl/evp.h>

Completed in 4 milliseconds