HomeSort by relevance Sort by last modified time
    Searched defs:evp (Results 1 - 17 of 17) sorted by null

  /external/ltp/testcases/kernel/timers/timer_create/
timer_create02.c 80 static struct sigevent evp, *evp_ptr; variable in typeref:struct:sigevent
145 evp.sigev_value = (union sigval) 0;
146 evp.sigev_signo = SIGALRM;
147 evp.sigev_notify = SIGEV_SIGNAL;
148 evp_ptr = &evp;
154 evp.sigev_value = (union sigval) 0;
155 evp.sigev_signo = SIGALRM; /* any will do */
156 evp.sigev_notify = SIGEV_NONE;
157 evp_ptr = &evp;
timer_create03.c 80 static struct sigevent evp, *evp_ptr; variable in typeref:struct:sigevent
132 evp.sigev_value = (union sigval) 0;
133 evp.sigev_signo = SIGALRM;
134 evp.sigev_notify = SIGEV_SIGNAL;
135 evp_ptr = &evp;
141 evp.sigev_value = (union sigval) 0;
142 evp.sigev_signo = SIGALRM; /* any will do */
143 evp.sigev_notify = SIGEV_NONE;
144 evp_ptr = &evp;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_vertprog.c 139 struct nv30_vertprog *evp = heap->next->priv; local
140 nouveau_heap_free(&evp->data);
  /external/tcpdump/
print-esp.c 41 #include <openssl/evp.h>
113 const EVP_CIPHER *evp; member in struct:sa_list
210 if(sa->evp == NULL) return 0;
226 if (set_cipher_parameters(ctx, sa->evp, sa->secret, NULL, 0) < 0)
340 const EVP_CIPHER *evp; local
363 evp = EVP_get_cipherbyname(decode);
365 if (!evp) {
367 sa->evp = NULL;
373 sa->evp = evp;
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 97 EVP_PKEY *evp; local
101 evp = PEM_read_bio_PUBKEY(bio, NULL, NULL, NULL);
102 if (! evp) {
106 error = eay_check_rsasign(src, sig, evp->pkey.rsa);
oakley.c 1818 EVP_PKEY *evp = NULL; local
    [all...]
crypto_openssl.c 52 #include <openssl/evp.h>
961 EVP_PKEY *evp; local
972 evp = X509_get_pubkey(x509);
973 if (! evp) {
979 res = eay_rsa_verify(source, sig, evp->pkey.rsa);
981 EVP_PKEY_free(evp);
1009 EVP_PKEY *evp = NULL; local
1021 evp = PEM_read_bio_PrivateKey(bio, NULL, NULL, NULL);
1030 evp = PEM_read_PrivateKey(fp, NULL, NULL, NULL);
1037 if (evp == NULL
1072 EVP_PKEY *evp = NULL; local
1123 EVP_PKEY *evp; local
    [all...]
  /external/libedit/src/
history.c 167 #define he_seterrev(evp, code) {\
168 evp->num = code;\
169 evp->str = he_strerror(code);\
381 HistEventPrivate *evp = (void *)&h->cursor->ev; local
385 len = Strlen(evp->str) + Strlen(str) + 1;
394 h_free(evp->str);
395 evp->str = s;
445 HistEventPrivate *evp = (void *)&hp->ev; local
455 h_free(evp->str);
  /cts/tools/utils/
DescriptionGenerator.java 598 ElementValuePair evp = cpairs[0]; local
599 AnnotationValue av = evp.value();
  /external/blktrace/btreplay/
btreplay.c 1036 struct io_event *evp, events[naios_out]; local
1054 for (i = 0, evp = events; i < ndone; i++, evp++) {
1055 struct iocb_pkt *iocbp = evp->data;
1057 if (evp->res != iocbp->iocb.u.c.nbytes) {
1060 (long)evp->res, (long)evp->res2,
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 797 Event *evp = &trace[pos]; local
799 *evp = ev;
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 2713 struct vki_sigevent *evp = (struct vki_sigevent *) ARG2; local
    [all...]
syswrap-solaris.c 8488 struct vki_sigevent *evp = (struct vki_sigevent *) ARG2; local
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.c 1188 struct sigevent evp; local
1189 evp.sigev_notify = x0 + SIGEV_THREAD;
1190 evp.sigev_value.sival_ptr = (void *)(x0 + 1);
1193 SY(SYS_timer_create, x0, &evp, x0 + 1); FAIL;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 

Completed in 300 milliseconds