Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_lib.cc2389 int SSL_use_psk_identity_hint(SSL *ssl, const char *identity_hint) { in SSL_use_psk_identity_hint() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java907 …static native void SSL_use_psk_identity_hint(long ssl, NativeSsl ssl_holder, String identityHint) … in SSL_use_psk_identity_hint() method in NativeCrypto