Lines Matching defs:good
5575 * Not suitable as a real cookie generation function but good enough for
9922 unsigned char good[] = { 0x04, 'g', 'o', 'o', 'd' };
9936 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0)))
9938 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good))))
9940 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, good, 1)))
9959 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0)))
9961 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good))))
9963 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1)))