Searched refs:OPENSSL_malloc (Results 226 - 247 of 247) sorted by relevance

12345678910

/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_crypt.c432 p = buf = (unsigned char*)OPENSSL_malloc(len);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_lib.c287 s=(SSL *)OPENSSL_malloc(sizeof(SSL));
1529 ret=(SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX));
1651 ret->rbuf_freelist = OPENSSL_malloc(sizeof(SSL3_BUF_FREELIST));
1657 ret->wbuf_freelist = OPENSSL_malloc(sizeof(SSL3_BUF_FREELIST));
H A Dd1_srvr.c1076 OPENSSL_malloc(encodedlen*sizeof(unsigned char));
1473 senc = OPENSSL_malloc(slen);
H A Dkssl.c790 p=OPENSSL_malloc(nmemb*size);
797 #define kssl_malloc(size) OPENSSL_malloc((size))
H A Ds3_lib.c2124 if ((s3=OPENSSL_malloc(sizeof *s3)) == NULL) goto err;
2430 s->tlsext_opaque_prf_input = OPENSSL_malloc(1); /* dummy byte just to get non-NULL */
H A Ds2_srvr.c1068 buf2=OPENSSL_malloc((unsigned int)i);
H A Ds3_clnt.c1860 s->session->tlsext_tick = OPENSSL_malloc(ticklen);
2431 OPENSSL_malloc(encoded_pt_len *
H A Ds3_srvr.c1622 OPENSSL_malloc(encodedlen*sizeof(unsigned char));
3082 senc = OPENSSL_malloc(slen);
H A Dd1_clnt.c1202 OPENSSL_malloc(encoded_pt_len *
H A Dd1_pkt.c217 rdata = OPENSSL_malloc(sizeof(DTLS1_RECORD_DATA));
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1_mac.h357 if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_chil.c777 hptr = OPENSSL_malloc(sizeof(HWCryptoHook_RSAKeyHandle));
H A De_cswift.c594 out->value = (unsigned char*)OPENSSL_malloc(out->nbytes);
H A De_sureware.c895 if ((buf=OPENSSL_malloc(tlen)) == NULL)
/barrelfish-master/include/openssl/
H A Dasn1_mac.h357 if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dspeed.c638 if ((buf=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
643 if ((buf2=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cryptodev.c823 dstate->mac_data = OPENSSL_malloc(fstate->mac_len);
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A Dhw_zencod.c1509 to_md->HashBuffer = OPENSSL_malloc ( from_md->HashBufferSize ) ;
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Decp_smpl.c1576 heap = OPENSSL_malloc(pow2 * sizeof heap[0]);
H A Dectest.c1251 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_vfy.c1984 ctx = (X509_STORE_CTX *)OPENSSL_malloc(sizeof(X509_STORE_CTX));
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dectest.c1251 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);

Completed in 401 milliseconds

12345678910