/openssl-master/util/ |
A D | c-compress-test.pl | 10 my @pairs = 41 foreach (@pairs) {
|
A D | cavs-to-evptest.pl | 44 my @pairs = split(/, /, $1); 45 foreach my $pair (@pairs) {
|
/openssl-master/test/testutil/ |
A D | stanza.c | 88 PAIR *pp = s->pairs; in test_readstanza() 151 PAIR *pp = s->pairs; in test_clearstanza()
|
/openssl-master/doc/internal/man3/ |
A D | ossl_DER_w_begin_sequence.pod | 19 in pairs, as noted by the function names containing the words C<begin>
|
A D | OPTIONS.pod | 51 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result); 282 The opt_pair() function takes a list of I<pairs>, each of which
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpmd_sha.txt | 157 # Others are pairs of "LongMsg" vectors available at 265 # Following tests are pairs of *last* "VariableOut" vectors from
|
/openssl-master/doc/man3/ |
A D | DH_get_1024_160.pod | 21 - Create standardized public primes or DH pairs
|
A D | SSL_CTX_set1_sigalgs.pod | 28 must consist of pairs of NIDs corresponding to digest and public key
|
A D | OSSL_CMP_exec_certreq.pod | 111 infoType and infoValue pairs (InfoTypeAndValue; short: B<ITAV>)
|
A D | BIO_s_bio.pod | 42 One typical use of BIO pairs is to place TLS/SSL I/O under application control, this
|
A D | ENGINE_add.pod | 406 OpenSSL. This mechanism is entirely based on the use of name-value pairs 438 name of the ENGINE it wishes to use, a table of string-pairs for use before 440 the string-pairs used for control commands consist of a command "name"
|
A D | SSL_CTX_use_certificate.pod | 141 key/certificate pairs at a time. The certificate used depends on the
|
A D | EVP_PKEY_new.pod | 63 (also known as "key pairs"), and can be used for diverse operations, like
|
/openssl-master/apps/lib/ |
A D | opt.c | 464 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() argument 468 for (pp = pairs; pp->name; pp++) in opt_pair() 474 for (pp = pairs; pp->name; pp++) in opt_pair()
|
/openssl-master/Configurations/ |
A D | README-design.md | 206 pairs. These are directly inferred from the DEPEND 213 pairs. These are directly inferred from the GENERATE 217 pairs. These are directly inferred from the INCLUDE 220 install => a hash table containing 'type' => [ 'file' ... ] pairs. 235 pairs. These are indirectly inferred from the SOURCE
|
/openssl-master/apps/include/ |
A D | opt.h | 386 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
|
/openssl-master/test/ |
A D | params_conversion_test.c | 56 const PAIR *pp = s->pairs; in param_conversion_load_stanza()
|
A D | testutil.h | 537 PAIR pairs[TESTMAXPAIRS]; member
|
/openssl-master/doc/HOWTO/ |
A D | keys.txt | 7 come in pairs, with one half being the public key and the other half
|
/openssl-master/apps/ |
A D | speed.c | 195 const OPT_PAIR pairs[], unsigned int nbelem) in opt_found() argument 199 for (idx = 0; idx < nbelem; ++idx, pairs++) in opt_found() 200 if (strcmp(name, pairs->name) == 0) { in opt_found() 201 *result = pairs->retval; in opt_found() 206 #define opt_found(value, pairs, result)\ argument 207 opt_found(value, result, pairs, OSSL_NELEM(pairs))
|
/openssl-master/doc/man7/ |
A D | OSSL_PROVIDER-FIPS.pod | 235 Conditional test that is run during the generation of key pairs.
|
A D | provider-keymgmt.pod | 65 in tandem with operations that use private/public key pairs.
|
/openssl-master/doc/internal/man7/ |
A D | EVP_PKEY.pod | 18 private/public key pairs, but has had other uses as well.
|
A D | build.info.pod | 520 Collects I<name> / I<value> pairs (or just I<name> with no defined 524 example, these pairs should become C macro definitions whenever a
|
/openssl-master/doc/man5/ |
A D | config.pod | 217 containing name/value pairs of OID's. 341 Each configuration section consists of name/value pairs that are parsed
|