Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c4334 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() argument
4336 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_CTX_use_psk_identity_hint()
4341 if (identity_hint != NULL) { in SSL_CTX_use_psk_identity_hint()
4342 ctx->cert->psk_identity_hint = OPENSSL_strdup(identity_hint); in SSL_CTX_use_psk_identity_hint()
4350 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint() argument
4355 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_use_psk_identity_hint()
4360 if (identity_hint != NULL) { in SSL_use_psk_identity_hint()
4361 s->cert->psk_identity_hint = OPENSSL_strdup(identity_hint); in SSL_use_psk_identity_hint()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A 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);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A 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);