Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_lib.c4565 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() argument
4567 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() argument
4586 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()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h839 __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);
/third_party/openssl/include/openssl/
Dssl.h.in831 __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);