Searched refs:SSL_CTX_use_psk_identity_hint (Results 1 – 4 of 4) sorted by relevance
502 ret = SSL_CTX_use_psk_identity_hint(ctx, "ABCDEFUZZ"); in LLVMFuzzerInitialize()
539 ret = SSL_CTX_use_psk_identity_hint(ctx, "ABCDEFUZZ"); in LLVMFuzzerInitialize()
2923 OPENSSL_EXPORT int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx,
2385 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) { in SSL_CTX_use_psk_identity_hint() function