Searched refs:identity_hint (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c3405 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) argument
3407 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3414 if (identity_hint != NULL) {
3415 ctx->psk_identity_hint = BUF_strdup(identity_hint);
3423 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) argument
3431 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3437 if (identity_hint != NULL) {
3438 s->session->psk_identity_hint = BUF_strdup(identity_hint);
[all...]
H A Dssl.h1379 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
1380 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c3405 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) argument
3407 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3414 if (identity_hint != NULL) {
3415 ctx->psk_identity_hint = BUF_strdup(identity_hint);
3423 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) argument
3431 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3437 if (identity_hint != NULL) {
3438 s->session->psk_identity_hint = BUF_strdup(identity_hint);
[all...]
H A Dssl.h1379 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
1380 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);

Completed in 203 milliseconds