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

12345678910

/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dbio_b64.c116 ctx=(BIO_B64_CTX *)OPENSSL_malloc(sizeof(BIO_B64_CTX));
H A Dbio_ok.c181 ctx=(BIO_OK_CTX *)OPENSSL_malloc(sizeof(BIO_OK_CTX));
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_win.c774 bmbits = OPENSSL_malloc(size);
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_lib.c132 ret=(RSA *)OPENSSL_malloc(sizeof(RSA));
/barrelfish-master/lib/openssl-1.0.0d/crypto/store/
H A Dstr_lib.c115 ret=(STORE *)OPENSSL_malloc(sizeof(STORE));
1230 STORE_OBJECT *object = OPENSSL_malloc(sizeof(STORE_OBJECT));
1283 return (STORE_ATTR_INFO *)OPENSSL_malloc(sizeof(STORE_ATTR_INFO));
1544 (struct attr_list_ctx_st *)OPENSSL_malloc(sizeof(struct attr_list_ctx_st));
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_conf.c193 if(!(ext_der = OPENSSL_malloc(ext_len))) goto merr;
H A Dv3_alt.c581 objtmp = OPENSSL_malloc(objlen + 1);
H A Dv3_asid.c444 if ((r = OPENSSL_malloc(sizeof(ASRange))) == NULL) {
H A Dv3_purp.c186 if(!(ptmp = OPENSSL_malloc(sizeof(X509_PURPOSE)))) {
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dbio_ssl.c108 bs=(BIO_SSL *)OPENSSL_malloc(sizeof(BIO_SSL));
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dts.c613 *md_value = OPENSSL_malloc(md_value_len);
660 if (!(nonce->data = OPENSSL_malloc(nonce->length + 1))) goto err;
H A Dx509.c862 m=OPENSSL_malloc(z);
1103 buf=OPENSSL_malloc(len);
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn_mime.c821 mhdr = (MIME_HEADER *) OPENSSL_malloc(sizeof(MIME_HEADER));
850 mparam = (MIME_PARAM *) OPENSSL_malloc(sizeof(MIME_PARAM));
H A Dasn1_gen.c229 new_der = OPENSSL_malloc(len);
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_sd.c660 sig = OPENSSL_malloc(EVP_PKEY_size(si->pkey));
741 abuf = OPENSSL_malloc(siglen);
/barrelfish-master/lib/openssl-1.0.0d/crypto/err/
H A Derr.c575 /* OPENSSL_malloc cannot be used here, use static storage instead */
1019 ret=(ERR_STATE *)OPENSSL_malloc(sizeof(ERR_STATE));
1073 str=OPENSSL_malloc(s+1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_lib.c363 data=(unsigned char *)OPENSSL_malloc((unsigned int)dsize+20);
611 buf = OPENSSL_malloc(PEM_BUFSIZE*8);
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_sign.c170 if (!(ctx = (TS_RESP_CTX *) OPENSSL_malloc(sizeof(TS_RESP_CTX))))
925 if (!(pp = (unsigned char *) OPENSSL_malloc(len)))
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Db_print.c741 *buffer = OPENSSL_malloc(*maxlen);
H A Dbio_lib.c70 ret=(BIO *)OPENSSL_malloc(sizeof(BIO));
H A Dbss_dgram.c149 data = OPENSSL_malloc(sizeof(bio_dgram_data));
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_exp.c629 if ((powerbufFree=(unsigned char*)OPENSSL_malloc(powerbufLen+MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH)) == NULL)
H A Dbn_mont.c383 if ((ret=(BN_MONT_CTX *)OPENSSL_malloc(sizeof(BN_MONT_CTX))) == NULL)
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c256 pointer = (CRYPTO_dynlock *)OPENSSL_malloc(sizeof(CRYPTO_dynlock));
/barrelfish-master/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_ameth.c462 m=(unsigned char *)OPENSSL_malloc(buf_len+10);

Completed in 299 milliseconds

12345678910