HomeSort by relevance Sort by last modified time
    Searched refs:evp (Results 1 - 25 of 498) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/sources/android/libportable/arch-mips/
timer.c 25 struct sigevent native_sigevent, *evp = portable_evp; local
28 (evp->sigev_notify == SIGEV_SIGNAL ||
29 evp->sigev_notify == SIGEV_THREAD_ID)) {
32 evp = &native_sigevent;
33 evp->sigev_signo = signum_pton(evp->sigev_signo);
35 return REAL(timer_create)(clockid, evp, timerid);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_acnf.c 60 #include <openssl/evp.h>
e_dsa.c 1 /* crypto/evp/e_dsa.c */
61 #include <openssl/evp.h>
c_all.c 1 /* crypto/evp/c_all.c */
61 #include <openssl/evp.h>
m_null.c 1 /* crypto/evp/m_null.c */
61 #include <openssl/evp.h>
  /external/openssl/crypto/evp/
evp_acnf.c 60 #include <openssl/evp.h>
e_dsa.c 1 /* crypto/evp/e_dsa.c */
61 #include <openssl/evp.h>
c_all.c 1 /* crypto/evp/c_all.c */
61 #include <openssl/evp.h>
  /external/chromium_org/net/android/
keystore_openssl.h 9 #include <openssl/evp.h>
  /external/chromium_org/net/quic/crypto/
scoped_evp_aead_ctx.h 8 #include <openssl/evp.h>
aes_128_gcm_12_decrypter_openssl.cc 7 #include <openssl/evp.h>
aes_128_gcm_12_encrypter_openssl.cc 7 #include <openssl/evp.h>
chacha20_poly1305_decrypter_openssl.cc 7 #include <openssl/evp.h>
chacha20_poly1305_encrypter_openssl.cc 7 #include <openssl/evp.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_dgst.c 61 #include <openssl/evp.h>
  /external/openssl/crypto/pkcs7/
pk7_dgst.c 61 #include <openssl/evp.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_x509.c 62 #include <openssl/evp.h>
pem_xaux.c 62 #include <openssl/evp.h>
  /external/openssl/crypto/pem/
pem_x509.c 62 #include <openssl/evp.h>
pem_xaux.c 62 #include <openssl/evp.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/cmac/
cm_ameth.c 55 #include <openssl/evp.h>
  /external/openssl/crypto/cmac/
cm_ameth.c 55 #include <openssl/evp.h>
  /external/ppp/pppd/
openssl-hash.c 17 #include <openssl/evp.h>
  /bionic/libc/bionic/
posix_timers.cpp 102 int timer_create(clockid_t clock_id, sigevent* evp, timer_t* timer_id) {
108 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify;
112 if (__timer_create(clock_id, evp, &timer->kernel_timer_id) == -1) {
122 timer->callback = evp->sigev_notify_function;
123 timer->callback_argument = evp->sigev_value;
134 if (evp->sigev_notify_attributes == NULL) {
137 thread_attributes = *reinterpret_cast<pthread_attr_t*>(evp->sigev_notify_attributes);
158 sigevent se = *evp;
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
i2d_pr.c 61 #include <openssl/evp.h>

Completed in 1193 milliseconds

1 2 3 4 5 6 7 8 91011>>