Searched defs:SSL_use_psk_identity_hint (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_lib.c2449 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) { function
2455 OPENSSL_PUT_ERROR(SSL, SSL_use_psk_identity_hint,
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java837 public static native void SSL_use_psk_identity_hint(long ssl, String identityHint) method in class:NativeCrypto

Completed in 34 milliseconds