Home
last modified time | relevance | path

Searched refs:identity_hint (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5794 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() argument
5796 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_CTX_use_psk_identity_hint()
5801 if (identity_hint != NULL) { in SSL_CTX_use_psk_identity_hint()
5802 ctx->cert->psk_identity_hint = OPENSSL_strdup(identity_hint); in SSL_CTX_use_psk_identity_hint()
5810 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint() argument
5817 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_use_psk_identity_hint()
5822 if (identity_hint != NULL) { in SSL_use_psk_identity_hint()
5823 sc->cert->psk_identity_hint = OPENSSL_strdup(identity_hint); in SSL_use_psk_identity_hint()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h874 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
875 __owur int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);
H A Dssl.h.in851 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
852 __owur int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);