Searched refs:identity_hint (Results 1 – 3 of 3) sorted by relevance
4565 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() argument4567 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_CTX_use_psk_identity_hint()4572 if (identity_hint != NULL) { in SSL_CTX_use_psk_identity_hint()4573 ctx->cert->psk_identity_hint = OPENSSL_strdup(identity_hint); in SSL_CTX_use_psk_identity_hint()4581 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint() argument4586 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_use_psk_identity_hint()4591 if (identity_hint != NULL) { in SSL_use_psk_identity_hint()4592 s->cert->psk_identity_hint = OPENSSL_strdup(identity_hint); in SSL_use_psk_identity_hint()
839 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);840 __owur int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);
831 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);832 __owur int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);