Home
last modified time | relevance | path

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

/openssl/test/
H A Dssl_old_test.c405 static const char custom_ext_srv_string[] = "defg"; variable
528 if (inlen != strlen(custom_ext_srv_string)) in custom_ext_3_cli_parse_cb()
530 if (memcmp(custom_ext_srv_string, in, inlen) != 0) in custom_ext_3_cli_parse_cb()
619 *out = (const unsigned char *)custom_ext_srv_string; in custom_ext_3_srv_add_cb()
620 *outlen = strlen(custom_ext_srv_string); in custom_ext_3_srv_add_cb()

Completed in 15 milliseconds