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

12345678910

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_set.c123 rgSetBlob = OPENSSL_malloc(sk_OPENSSL_BLOCK_num(a) * sizeof(MYBLOB));
144 if (!(pTempMem = OPENSSL_malloc(totSize)))
H A Df_enum.c156 sp=(unsigned char *)OPENSSL_malloc(
H A Df_int.c169 sp=(unsigned char *)OPENSSL_malloc(
H A Df_string.c161 sp=(unsigned char *)OPENSSL_malloc(
H A Dtasn_utl.c175 enc->enc = OPENSSL_malloc(inlen);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_log.c195 if((buf= (char *)OPENSSL_malloc(inl+ 1)) == NULL){
330 opcdef_p = (struct opcdef *) OPENSSL_malloc(8 + len);
H A Dbf_nbio.c106 if (!(nt=(NBIO_TEST *)OPENSSL_malloc(sizeof(NBIO_TEST)))) return(0);
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_api.c277 if ((v=OPENSSL_malloc(sizeof(CONF_VALUE))) == NULL)
280 if ((v->section=OPENSSL_malloc(i)) == NULL)
H A Dconf_mod.c299 tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
355 imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
561 file = OPENSSL_malloc(len + 1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_lib.c68 ret = (ENGINE *)OPENSSL_malloc(sizeof(ENGINE));
161 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(
/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_ht.c160 rctx = OPENSSL_malloc(sizeof(OCSP_REQ_CTX));
169 rctx->iobuf = OPENSSL_malloc(rctx->iobuflen);
H A Docsp_ext.c277 if (!(b=p=OPENSSL_malloc((unsigned int)i)))
288 if (!(b=p=OPENSSL_malloc((unsigned int)i)))
330 os.data = OPENSSL_malloc(os.length);
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_oaep.c72 dbmask = OPENSSL_malloc(emlen - SHA_DIGEST_LENGTH);
123 db = OPENSSL_malloc(dblen + num);
H A Drsa_pss.c125 DB = OPENSSL_malloc(maskedDBLen);
218 salt = OPENSSL_malloc(sLen);
H A Drsa_sign.c123 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
172 s=(unsigned char *)OPENSSL_malloc((unsigned int)siglen);
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A Dstack.c125 if ((ret=OPENSSL_malloc(sizeof(_STACK))) == NULL)
127 if ((ret->data=OPENSSL_malloc(sizeof(char *)*MIN_NODES)) == NULL)
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_prn.c93 tmp = OPENSSL_malloc(len);
137 tmp = OPENSSL_malloc(len);
/barrelfish-master/lib/openssl-1.0.0d/crypto/comp/
H A Dc_zlib.c40 p=OPENSSL_malloc(no*size);
143 (struct zlib_state *)OPENSSL_malloc(sizeof(struct zlib_state));
482 ctx = OPENSSL_malloc(sizeof(BIO_ZLIB_CTX));
547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
609 ctx->obuf = OPENSSL_malloc(ctx->obufsize);
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_capi.c616 pubkey = OPENSSL_malloc(len);
909 if(!(tmpbuf = OPENSSL_malloc(flen)) )
1076 str = OPENSSL_malloc(sz);
1105 name = OPENSSL_malloc(len);
1163 cname = OPENSSL_malloc(buflen);
1215 pinfo = OPENSSL_malloc(len);
1262 wfname = OPENSSL_malloc(dlen);
1425 key = OPENSSL_malloc(sizeof(CAPI_KEY));
1522 ctx = OPENSSL_malloc(sizeof(CAPI_CTX));
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dengine.c107 *buf = OPENSSL_malloc(*size);
230 if((name = OPENSSL_malloc(len + 1)) == NULL)
241 if((desc = OPENSSL_malloc(len + 1)) == NULL)
H A Dpasswd.c220 passwd = passwd_malloc = OPENSSL_malloc(passwd_malloc_size);
434 *salt_p = *salt_malloc_p = OPENSSL_malloc(3);
457 *salt_p = *salt_malloc_p = OPENSSL_malloc(9);
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Devp_enc.c79 EVP_CIPHER_CTX *ctx=OPENSSL_malloc(sizeof *ctx);
161 ctx->cipher_data=OPENSSL_malloc(ctx->cipher->ctx_size);
591 out->cipher_data=OPENSSL_malloc(in->cipher->ctx_size);
H A Dpmeth_lib.c167 ret = OPENSSL_malloc(sizeof(EVP_PKEY_CTX));
202 pmeth = OPENSSL_malloc(sizeof(EVP_PKEY_METHOD));
267 rctx = OPENSSL_malloc(sizeof(EVP_PKEY_CTX));
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_rand.c134 buf=(unsigned char *)OPENSSL_malloc(bytes);
H A Dbn_recp.c75 if ((ret=(BN_RECP_CTX *)OPENSSL_malloc(sizeof(BN_RECP_CTX))) == NULL)

Completed in 231 milliseconds

12345678910