OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpidentity
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c
2898
char *
tmpidentity
= NULL;
local
2933
tmpidentity
= OPENSSL_strdup(identity);
2934
if (tmppsk == NULL ||
tmpidentity
== NULL) {
2945
s->session->psk_identity =
tmpidentity
;
2946
tmpidentity
= NULL;
2960
OPENSSL_clear_free(
tmpidentity
, identitylen);
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_clnt.c
3038
char *
tmpidentity
= NULL;
local
3069
tmpidentity
= OPENSSL_strdup(identity);
3070
if (tmppsk == NULL ||
tmpidentity
== NULL) {
3080
s->session->psk_identity =
tmpidentity
;
3081
tmpidentity
= NULL;
3094
OPENSSL_clear_free(
tmpidentity
, identitylen);
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_clnt.c
2761
char *
tmpidentity
= NULL;
local
2791
tmpidentity
= OPENSSL_strdup(identity);
2792
if (tmppsk == NULL ||
tmpidentity
== NULL) {
2802
s->session->psk_identity =
tmpidentity
;
2803
tmpidentity
= NULL;
2816
OPENSSL_clear_free(
tmpidentity
, identitylen);
Completed in 33 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026