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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.c 137 struct nv30_vertprog *evp = heap->next->priv; local
138 nouveau_heap_free(&evp->data);
  /external/openssh/
cipher.h 41 #include <openssl/evp.h>
69 EVP_CIPHER_CTX evp; member in struct:sshcipher_ctx
70 struct chachapoly_ctx cp_ctx; /* XXX union with evp? */
71 struct aesctr_ctx ac_ctx; /* XXX union with evp? */
ssh-pkcs11.c 445 EVP_PKEY *evp; local
509 } else if ((evp = X509_get_pubkey(x509)) == NULL ||
510 evp->type != EVP_PKEY_RSA ||
511 evp->pkey.rsa == NULL) {
513 } else if ((rsa = RSAPublicKey_dup(evp->pkey.rsa))
  /external/tcpdump/
print-esp.c 45 #include <openssl/evp.h>
84 const EVP_CIPHER *evp; member in struct:sa_list
120 if(sa->evp == NULL) return 0;
134 if (EVP_CipherInit(&ctx, sa->evp, sa->secret, NULL, 0) < 0)
229 const EVP_CIPHER *evp; local
252 evp = EVP_get_cipherbyname(decode);
254 if (!evp) {
256 sa->evp = NULL;
262 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/valgrind/coregrind/m_syswrap/
syswrap-linux.c 2218 struct vki_sigevent *evp = (struct vki_sigevent *) ARG2; local
    [all...]
  /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 750 Event *evp = &trace[pos]; local
752 *evp = ev;
  /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 428 milliseconds