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

  /src/crypto/external/apache2/openssl/dist/test/testutil/
stanza.c 19 int test_start_file(STANZA *s, const char *testfile)
30 int test_end_file(STANZA *s)
41 static int read_key(STANZA *s)
83 * Read next test stanza; return 1 if found, 0 on EOF or error.
85 int test_readstanza(STANZA *s)
147 void test_clearstanza(STANZA *s)
  /src/crypto/external/bsd/openssl/dist/test/testutil/
stanza.c 19 int test_start_file(STANZA *s, const char *testfile)
30 int test_end_file(STANZA *s)
41 static int read_key(STANZA *s)
84 * Read next test stanza; return 1 if found, 0 on EOF or error.
86 int test_readstanza(STANZA *s)
149 void test_clearstanza(STANZA *s)
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
stanza.c 19 int test_start_file(STANZA *s, const char *testfile)
30 int test_end_file(STANZA *s)
41 static int read_key(STANZA *s)
84 * Read next test stanza; return 1 if found, 0 on EOF or error.
86 int test_readstanza(STANZA *s)
149 void test_clearstanza(STANZA *s)
  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 429 } STANZA;
434 int test_start_file(STANZA *s, const char *testfile);
435 int test_end_file(STANZA *s);
438 * Read a stanza from the test file. A stanza consists of a block
444 int test_readstanza(STANZA *s);
447 * Clear a stanza, release all allocated memory.
449 void test_clearstanza(STANZA *s);
bntest.c 34 int (*func)(STANZA *s);
56 * Look for |key| in the stanza and return it or NULL if not found.
58 static const char *findattr(STANZA *s, const char *key)
96 static BIGNUM *getBN(STANZA *s, const char *attribute)
113 static int getint(STANZA *s, int *out, const char *attribute)
1192 static int file_sum(STANZA *s)
1301 static int file_lshift1(STANZA *s)
1353 static int file_lshift(STANZA *s)
1378 static int file_rshift(STANZA *s)
1408 static int file_square(STANZA *s
    [all...]
evp_test.c 31 STANZA s; /* Common test stanza */
2628 /* Go back and start a new stanza. */
  /src/crypto/external/apache2/openssl/dist/test/
params_conversion_test.c 35 static int param_conversion_load_stanza(PARAM_CONVERSION *pc, const STANZA *s)
322 STANZA *s;
testutil.h 595 } STANZA;
600 int test_start_file(STANZA *s, const char *testfile);
601 int test_end_file(STANZA *s);
604 * Read a stanza from the test file. A stanza consists of a block
610 int test_readstanza(STANZA *s);
613 * Clear a stanza, release all allocated memory.
615 void test_clearstanza(STANZA *s);
bntest.c 33 int (*func)(STANZA *s);
56 * Look for |key| in the stanza and return it or NULL if not found.
58 static const char *findattr(STANZA *s, const char *key)
96 static BIGNUM *getBN(STANZA *s, const char *attribute)
113 static int getint(STANZA *s, int *out, const char *attribute)
1218 static int file_sum(STANZA *s)
1327 static int file_lshift1(STANZA *s)
1379 static int file_lshift(STANZA *s)
1404 static int file_rshift(STANZA *s)
1434 static int file_square(STANZA *s
    [all...]
evp_test.c 42 STANZA s; /* Common test stanza */
5251 /* Go back and start a new stanza. */
  /src/crypto/external/bsd/openssl/dist/test/
params_conversion_test.c 35 static int param_conversion_load_stanza(PARAM_CONVERSION *pc, const STANZA *s)
317 STANZA *s;
testutil.h 578 } STANZA;
583 int test_start_file(STANZA *s, const char *testfile);
584 int test_end_file(STANZA *s);
587 * Read a stanza from the test file. A stanza consists of a block
593 int test_readstanza(STANZA *s);
596 * Clear a stanza, release all allocated memory.
598 void test_clearstanza(STANZA *s);
bntest.c 30 int (*func)(STANZA *s);
52 * Look for |key| in the stanza and return it or NULL if not found.
54 static const char *findattr(STANZA *s, const char *key)
92 static BIGNUM *getBN(STANZA *s, const char *attribute)
109 static int getint(STANZA *s, int *out, const char *attribute)
1196 static int file_sum(STANZA *s)
1305 static int file_lshift1(STANZA *s)
1357 static int file_lshift(STANZA *s)
1382 static int file_rshift(STANZA *s)
1412 static int file_square(STANZA *s
    [all...]
evp_test.c 39 STANZA s; /* Common test stanza */
3868 /* Go back and start a new stanza. */

Completed in 26 milliseconds