Home | History | Annotate | Download | only in cpp

Lines Matching refs:SSL_use_psk_identity_hint

6599         ret = SSL_use_psk_identity_hint(ssl, nullptr);
6606 ret = SSL_use_psk_identity_hint(ssl, identityHint.c_str());
9571 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_use_psk_identity_hint, "(JLjava/lang/String;)V"),