Searched refs:BUF_memdup (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A Dbuffer.h96 void *BUF_memdup(const void *data, size_t siz);
H A Dbuf_str.c104 void *BUF_memdup(const void *data, size_t siz) function
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_ext.c206 BUF_memdup(src->meths,
H A Dssl_sess.c316 BUF_memdup(src->tlsext_ecpointformatlist,
323 BUF_memdup(src->tlsext_ellipticcurvelist,
331 dest->tlsext_tick = BUF_memdup(src->tlsext_tick, src->tlsext_ticklen);
H A Dt1_lib.c2386 BUF_memdup(sdata, s->s3->client_opaque_prf_input_len);
2796 BUF_memdup(sdata, s->s3->server_opaque_prf_input_len);
3004 BUF_memdup(s->tlsext_opaque_prf_input,
3103 BUF_memdup(s->tlsext_opaque_prf_input,
H A Dssl_lib.c379 BUF_memdup(ctx->tlsext_ecpointformatlist,
388 BUF_memdup(ctx->tlsext_ellipticcurvelist,
1546 s->cert->ciphers_raw = BUF_memdup(p, num);
H A Ds3_lib.c3392 s->tlsext_opaque_prf_input = BUF_memdup(parg, (size_t)larg);
H A Ds3_clnt.c2428 s->tlsext_ocsp_resp = BUF_memdup(p, resplen);
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c491 to->seed = BUF_memdup(from->seed, from->seedlen);
775 dukm = BUF_memdup(ASN1_STRING_data(ukm), dukmlen);
922 dukm = BUF_memdup(ASN1_STRING_data(ukm), dukmlen);
H A Ddh_pmeth.c145 dctx->kdf_ukm = BUF_memdup(sctx->kdf_ukm, sctx->kdf_ukmlen);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_pmeth.c136 dctx->kdf_ukm = BUF_memdup(sctx->kdf_ukm, sctx->kdf_ukmlen);
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vpm.c353 tmp = BUF_memdup(src, srclen);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c144 dctx->oaep_label = BUF_memdup(sctx->oaep_label, sctx->oaep_labellen);
/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstr_lib.c1338 (unsigned char *)BUF_memdup(sha1str, sha1str_size)))
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man992 MLINKS+= buffer.3 BUF_memdup.3
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c3456 sess->id = BUF_memdup(SSL_SESSION_get_id(session, NULL), sess->idlen);

Completed in 222 milliseconds