Home
last modified time | relevance | path

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

/openssl-master/test/
A Dssl_old_test.c387 static const char custom_ext_srv_string[] = "defg"; variable
510 if (inlen != strlen(custom_ext_srv_string)) in custom_ext_3_cli_parse_cb()
512 if (memcmp(custom_ext_srv_string, in, inlen) != 0) in custom_ext_3_cli_parse_cb()
601 *out = (const unsigned char *)custom_ext_srv_string; in custom_ext_3_srv_add_cb()
602 *outlen = strlen(custom_ext_srv_string); in custom_ext_3_srv_add_cb()

Completed in 7 milliseconds