Searched refs:BIO_get_mem_data (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c186 len = BIO_get_mem_data(rctx->mem, &p);
356 rctx->asn1_len = BIO_get_mem_data(rctx->mem, NULL);
360 n = BIO_get_mem_data(rctx->mem, &p);
409 n = BIO_get_mem_data(rctx->mem, &p);
462 n = BIO_get_mem_data(rctx->mem, &p);
507 n = BIO_get_mem_data(rctx->mem, NULL);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dclienthellotest.c143 len = BIO_get_mem_data(wbio, (char **)&data);
H A Dbad_dtls_test.c424 len = BIO_get_mem_data(wbio, (char **)&data);
691 len = BIO_get_mem_data(wbio, (char **)&data);
H A Ds3_enc.c633 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
H A Ds3_srvr.c3122 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
H A Ds3_clnt.c3286 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1076 l = (size_t)BIO_get_mem_data(tmp, &d);
1401 zlen = BIO_get_mem_data(zone, &z);
1473 len = BIO_get_mem_data(a, &z);
1613 len = (int)BIO_get_mem_data(xml, &pp);
1632 len = BIO_get_mem_data(data.ds, &pp);
1872 len = BIO_get_mem_data(ds, &pp);
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.c312 signature_len = BIO_get_mem_data(out, &signature);
315 errx(1, "BIO_get_mem_data(3) failed");
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c354 len = BIO_get_mem_data(indata, &ptr);
H A Dpk7_doit.c903 contlen = BIO_get_mem_data(btmp, &cont);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c172 contlen = BIO_get_mem_data(mbio, &cont);
H A Dcms_smime.c373 len = BIO_get_mem_data(dcont, &ptr);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio.h571 # define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp) macro
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.c882 len = BIO_get_mem_data(bio, &pp);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man328 MLINKS+= BIO_s_mem.3 BIO_get_mem_data.3
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2479 ret = BIO_get_mem_data(mem, (char **)out);
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c3552 if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0) {

Completed in 183 milliseconds