Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 35) sorted by relevance

12

/openssl/crypto/
H A Driscvcap.c81 static long riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count, in riscv_hwprobe() argument
85 return syscall(__NR_riscv_hwprobe, pairs, pair_count, cpu_count, cpus, flags); in riscv_hwprobe()
91 struct riscv_hwprobe pairs[OSSL_RISCV_HWPROBE_PAIR_COUNT] = { in hwprobe_to_cap() local
95 ret = riscv_hwprobe(pairs, OSSL_RISCV_HWPROBE_PAIR_COUNT, 0, NULL, 0); in hwprobe_to_cap()
100 if (pairs[j].key == RISCV_capabilities[i].hwprobe_key in hwprobe_to_cap()
101 && (pairs[j].value & RISCV_capabilities[i].hwprobe_value) in hwprobe_to_cap()
/openssl/util/
H A Dc-compress-test.pl10 my @pairs =
41 foreach (@pairs) {
H A Dcavs-to-evptest.pl44 my @pairs = split(/, /, $1);
45 foreach my $pair (@pairs) {
/openssl/test/testutil/
H A Dstanza.c88 PAIR *pp = s->pairs; in test_readstanza()
149 PAIR *pp = s->pairs; in test_clearstanza()
/openssl/doc/internal/man3/
H A Dossl_DER_w_begin_sequence.pod19 in pairs, as noted by the function names containing the words C<begin>
H A DOPTIONS.pod51 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/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt176 # Others are pairs of "LongMsg" vectors available at
284 # Following tests are pairs of *last* "VariableOut" vectors from
/openssl/doc/man3/
H A DDH_get_1024_160.pod21 - Create standardized public primes or DH pairs
H A DSSL_CTX_set1_sigalgs.pod28 must consist of pairs of NIDs corresponding to digest and public key
H A DBIO_s_bio.pod42 One typical use of BIO pairs is to place TLS/SSL I/O under application control, this
H A DENGINE_add.pod407 OpenSSL. This mechanism is entirely based on the use of name-value pairs
439 name of the ENGINE it wishes to use, a table of string-pairs for use before
441 the string-pairs used for control commands consist of a command "name"
H A DEVP_PKEY_new.pod63 (also known as "key pairs"), and can be used for diverse operations, like
H A DSSL_CTX_use_certificate.pod142 key/certificate pairs at a time. The certificate used depends on the
H A DOSSL_CMP_exec_certreq.pod132 infoType and infoValue pairs (InfoTypeAndValue; short: B<ITAV>)
/openssl/apps/lib/
H A Dopt.c494 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() argument
498 for (pp = pairs; pp->name; pp++) in opt_pair()
504 for (pp = pairs; pp->name; pp++) in opt_pair()
/openssl/Configurations/
H A DREADME-design.md206 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/apps/include/
H A Dopt.h426 int opt_pair(const char *arg, const OPT_PAIR *pairs, int *result);
/openssl/test/
H A Dparams_conversion_test.c52 const PAIR *pp = s->pairs; in param_conversion_load_stanza()
H A Dtestutil.h592 PAIR pairs[TESTMAXPAIRS]; member
/openssl/doc/HOWTO/
H A Dkeys.txt7 come in pairs, with one half being the public key and the other half
/openssl/apps/
H A Dspeed.c220 const OPT_PAIR pairs[], unsigned int nbelem) in opt_found() argument
224 for (idx = 0; idx < nbelem; ++idx, pairs++) in opt_found()
225 if (strcmp(name, pairs->name) == 0) { in opt_found()
226 *result = pairs->retval; in opt_found()
231 #define opt_found(value, pairs, result)\ argument
232 opt_found(value, result, pairs, OSSL_NELEM(pairs))
/openssl/doc/designs/quic-design/
H A Dconnection-id-cache.md57 An alternative would be receiving from <host address, source port> pairs.
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod18 private/public key pairs, but has had other uses as well.
H A Dbuild.info.pod553 Collects I<name> / I<value> pairs (or just I<name> with no defined
557 example, these pairs should become C macro definitions whenever a
/openssl/doc/man5/
H A Dconfig.pod217 containing name/value pairs of OID's.
352 Each configuration section consists of name/value pairs that are parsed

Completed in 41 milliseconds

12