Home
last modified time | relevance | path

Searched refs:custom_ext_srv_string (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_old_test.c392 static const char custom_ext_srv_string[] = "defg"; variable
515 if (inlen != strlen(custom_ext_srv_string)) in custom_ext_3_cli_parse_cb()
517 if (memcmp(custom_ext_srv_string, in, inlen) != 0) in custom_ext_3_cli_parse_cb()
606 *out = (const unsigned char *)custom_ext_srv_string; in custom_ext_3_srv_add_cb()
607 *outlen = strlen(custom_ext_srv_string); in custom_ext_3_srv_add_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssltest_old.c397 static const char custom_ext_srv_string[] = "defg"; variable
520 if (inlen != strlen(custom_ext_srv_string)) in custom_ext_3_cli_parse_cb()
522 if (memcmp(custom_ext_srv_string, in, inlen) != 0) in custom_ext_3_cli_parse_cb()
611 *out = (const unsigned char *)custom_ext_srv_string; in custom_ext_3_srv_add_cb()
612 *outlen = strlen(custom_ext_srv_string); in custom_ext_3_srv_add_cb()