Home
last modified time | relevance | path

Searched refs:identity_len (Results 1 – 5 of 5) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_use_psk_identity_hint.pod21 size_t identity_len,
47 an identity in B<identity> of length B<identity_len>. The callback function
/openssl/test/
H A Dquicapitest.c1171 size_t identity_len, SSL_SESSION **sess) in find_session_cb() argument
1179 if (strlen(pskid) != identity_len in find_session_cb()
1180 || strncmp(pskid, (const char *)identity, identity_len) != 0) in find_session_cb()
H A Dsslapitest.c77 size_t identity_len, SSL_SESSION **sess);
3319 size_t identity_len, SSL_SESSION **sess) in find_session_cb() argument
3331 if (strlen(srvid) != identity_len in find_session_cb()
3332 || strncmp(srvid, (const char *)identity, identity_len) != 0) { in find_session_cb()
/openssl/apps/
H A Ds_server.c198 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb() argument
205 if (strlen(psk_identity) != identity_len in psk_find_session_cb()
206 || memcmp(psk_identity, identity, identity_len) != 0) { in psk_find_session_cb()
/openssl/include/openssl/
H A Dssl.h.in859 size_t identity_len,

Completed in 115 milliseconds