Searched refs:BUF_strdup (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-10.0-release/crypto/openssl/crypto/
H A Dcryptlib.c218 if ((str=BUF_strdup(name)) == NULL)
/freebsd-10.0-release/crypto/openssl/engines/
H A De_4758cca.c149 return (((CCA4758_LIB_NAME = BUF_strdup(name)) != NULL) ? 1 : 0);
H A De_aep.c404 return ((AEP_LIBNAME = BUF_strdup(name)) != NULL ? 1 : 0);
H A De_chil.c457 return (((HWCRHK_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);
H A De_cswift.c341 return (((CSWIFT_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);
H A De_ubsec.c340 return (((UBSEC_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds3_clnt.c1401 s->ctx->psk_identity_hint = BUF_strdup(tmp_id_hint);
2936 s->session->srp_username = BUF_strdup(s->srp_ctx.login);
3007 s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
3018 s->session->psk_identity = BUF_strdup(identity);
H A Dtls_srp.c177 ((s->srp_ctx.login = BUF_strdup(ctx->srp_ctx.login)) == NULL))
H A Dd1_clnt.c1478 s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
1489 s->session->psk_identity = BUF_strdup(identity);
H A Ds3_lib.c3087 return BUF_strdup(s->srp_ctx.info) ;
3258 if ((s->tlsext_hostname = BUF_strdup((char *)parg)) == NULL)
3629 if ((ctx->srp_ctx.login = BUF_strdup((char *)parg)) == NULL)
H A Ds3_srvr.c2819 s->session->psk_identity = BUF_strdup((char *)p);
2829 s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
2876 s->session->srp_username = BUF_strdup(s->srp_ctx.login);
H A Dssl_sess.c403 ss->tlsext_hostname = BUF_strdup(s->tlsext_hostname);
H A Dssl_lib.c3195 ctx->psk_identity_hint = BUF_strdup(identity_hint);
3221 s->session->psk_identity_hint = BUF_strdup(identity_hint);
H A Dssltest.c266 return BUF_strdup((char *)srp_client_arg->srppassin);
H A Dt1_lib.c1745 s->session->tlsext_hostname = BUF_strdup(s->tlsext_hostname);
/freebsd-10.0-release/crypto/openssl/apps/
H A Dca.c1956 row[DB_serial]=BUF_strdup("00");
2428 row[DB_serial]=BUF_strdup("00");
2919 tmp = BUF_strdup(str);
H A Dcms.c932 pwri_tmp = (unsigned char *)BUF_strdup((char *)pwri_pass);
H A Docsp.c1178 itmp = BUF_strdup("00");
H A Dapps.c655 if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5);
662 return BUF_strdup(tmp);
714 return BUF_strdup(tpass);
2451 stmp = BUF_strdup(value);
H A Dreq.c1722 *palgnam = BUF_strdup(anam);
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c615 char *s = BUF_strdup(val->value);

Completed in 227 milliseconds

12