HomeSort by: relevance | last modified time | path
    Searched refs:ssl_max_fragment_len_mode (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssl_test_ctx.c 485 static const test_enum ssl_max_fragment_len_mode[] = { variable
498 if (!parse_enum(ssl_max_fragment_len_mode,
499 OSSL_NELEM(ssl_max_fragment_len_mode), &ret_value, value)) {
508 return enum_name(ssl_max_fragment_len_mode,
509 OSSL_NELEM(ssl_max_fragment_len_mode), MFL_mode);
  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssl_test_ctx.c 487 static const test_enum ssl_max_fragment_len_mode[] = { variable
500 if (!parse_enum(ssl_max_fragment_len_mode,
501 OSSL_NELEM(ssl_max_fragment_len_mode), &ret_value, value)) {
510 return enum_name(ssl_max_fragment_len_mode,
511 OSSL_NELEM(ssl_max_fragment_len_mode), MFL_mode);
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_test_ctx.c 488 static const test_enum ssl_max_fragment_len_mode[] = { variable
501 if (!parse_enum(ssl_max_fragment_len_mode,
502 OSSL_NELEM(ssl_max_fragment_len_mode), &ret_value, value)) {
511 return enum_name(ssl_max_fragment_len_mode,
512 OSSL_NELEM(ssl_max_fragment_len_mode), MFL_mode);

Completed in 24 milliseconds