Home
last modified time | relevance | path

Searched refs:criterion (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c20 int expected, int criterion, OSSL_STORE_SEARCH *search,
80 int criterion = 0; in storeutl_main() local
149 if (criterion != 0) { in storeutl_main()
150 BIO_printf(bio_err, "%s: criterion already given.\n", in storeutl_main()
154 criterion = OSSL_STORE_SEARCH_BY_NAME; in storeutl_main()
165 if (criterion != 0 in storeutl_main()
166 && criterion != OSSL_STORE_SEARCH_BY_ISSUER_SERIAL) { in storeutl_main()
167 BIO_printf(bio_err, "%s: criterion already given.\n", in storeutl_main()
171 criterion = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL; in storeutl_main()
182 if (criterion ! in storeutl_main()
350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument
[all...]
/third_party/openssl/apps/
H A Dstoreutl.c20 int expected, int criterion, OSSL_STORE_SEARCH *search,
80 int criterion = 0; in storeutl_main() local
149 if (criterion != 0) { in storeutl_main()
150 BIO_printf(bio_err, "%s: criterion already given.\n", in storeutl_main()
154 criterion = OSSL_STORE_SEARCH_BY_NAME; in storeutl_main()
165 if (criterion != 0 in storeutl_main()
166 && criterion != OSSL_STORE_SEARCH_BY_ISSUER_SERIAL) { in storeutl_main()
167 BIO_printf(bio_err, "%s: criterion already given.\n", in storeutl_main()
171 criterion = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL; in storeutl_main()
182 if (criterion ! in storeutl_main()
350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_store.c15 /* Generic object loader, given expected type and criterion */
17 const OSSL_STORE_SEARCH *criterion, in cache_objects()
29 * We try to set the criterion, but don't care if it was valid or not. in cache_objects()
31 * being that if the criterion couldn't be used, we will get *everything* in cache_objects()
33 * the criterion indicates, so the biggest harm is that we cache more in cache_objects()
37 * criterion is the BY_NAME one, which it can only apply on directories, in cache_objects()
39 * and in that case, the BY_NAME criterion is pointless. in cache_objects()
41 * We could very simply not apply any criterion at all here, and just let in cache_objects()
46 if (criterion != NULL) in cache_objects()
47 OSSL_STORE_find(ctx, criterion); in cache_objects()
16 cache_objects(X509_LOOKUP *lctx, const char *uri, const OSSL_STORE_SEARCH *criterion, int depth, OSSL_LIB_CTX *libctx, const char *propq) cache_objects() argument
147 by_store(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret, OSSL_LIB_CTX *libctx, const char *propq) by_store() argument
169 OSSL_STORE_SEARCH *criterion = by_store_subject_ex() local
[all...]
/third_party/openssl/crypto/x509/
H A Dby_store.c15 /* Generic object loader, given expected type and criterion */
17 const OSSL_STORE_SEARCH *criterion, in cache_objects()
29 * We try to set the criterion, but don't care if it was valid or not. in cache_objects()
31 * being that if the criterion couldn't be used, we will get *everything* in cache_objects()
33 * the criterion indicates, so the biggest harm is that we cache more in cache_objects()
37 * criterion is the BY_NAME one, which it can only apply on directories, in cache_objects()
39 * and in that case, the BY_NAME criterion is pointless. in cache_objects()
41 * We could very simply not apply any criterion at all here, and just let in cache_objects()
46 if (criterion != NULL) in cache_objects()
47 OSSL_STORE_find(ctx, criterion); in cache_objects()
16 cache_objects(X509_LOOKUP *lctx, const char *uri, const OSSL_STORE_SEARCH *criterion, int depth, OSSL_LIB_CTX *libctx, const char *propq) cache_objects() argument
147 by_store(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret, OSSL_LIB_CTX *libctx, const char *propq) by_store() argument
169 OSSL_STORE_SEARCH *criterion = by_store_subject_ex() local
[all...]
/third_party/rust/crates/rustix/benches/
H A Dmod.rs3 /// To enable these benchmarks, add `--cfg=criterion` to RUSTFLAGS and enable
7 not(criterion),
21 not(criterion),
30 use criterion::{criterion_group, criterion_main};
33 not(criterion),
43 use criterion::Criterion;
152 not(criterion),
173 not(criterion),
/third_party/openssl/ohos_lite/include/openssl/
H A Dstore.h187 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion);
188 X509_NAME *OSSL_STORE_SEARCH_get0_name(OSSL_STORE_SEARCH *criterion);
190 *criterion);
192 *criterion, size_t *length);
193 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion);
194 const EVP_MD *OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion);
197 * Add search criterion and expected return type (which can be unspecified)
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dstore.h232 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion);
233 X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion);
235 *criterion);
237 *criterion, size_t *length);
238 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion);
239 const EVP_MD *OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion);
242 * Add search criterion and expected return type (which can be unspecified)
/third_party/openssl/include/openssl/
H A Dstore.h232 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion);
233 X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion);
235 *criterion);
237 *criterion, size_t *length);
238 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion);
239 const EVP_MD *OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion);
242 * Add search criterion and expected return type (which can be unspecified)
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c930 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get_type() argument
932 return criterion->search_type; in OSSL_STORE_SEARCH_get_type()
935 X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_name() argument
937 return criterion->name; in OSSL_STORE_SEARCH_get0_name()
941 *criterion) in OSSL_STORE_SEARCH_get0_serial()
943 return criterion->serial; in OSSL_STORE_SEARCH_get0_serial()
947 *criterion, size_t *length) in OSSL_STORE_SEARCH_get0_bytes()
949 *length = criterion->stringlength; in OSSL_STORE_SEARCH_get0_bytes()
950 return criterion->string; in OSSL_STORE_SEARCH_get0_bytes()
953 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_string() argument
940 OSSL_STORE_SEARCH_get0_serial(const OSSL_STORE_SEARCH *criterion) OSSL_STORE_SEARCH_get0_serial() argument
946 OSSL_STORE_SEARCH_get0_bytes(const OSSL_STORE_SEARCH *criterion, size_t *length) OSSL_STORE_SEARCH_get0_bytes() argument
958 OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion) OSSL_STORE_SEARCH_get0_digest() argument
[all...]
/third_party/openssl/crypto/store/
H A Dstore_lib.c930 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get_type() argument
932 return criterion->search_type; in OSSL_STORE_SEARCH_get_type()
935 X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_name() argument
937 return criterion->name; in OSSL_STORE_SEARCH_get0_name()
941 *criterion) in OSSL_STORE_SEARCH_get0_serial()
943 return criterion->serial; in OSSL_STORE_SEARCH_get0_serial()
947 *criterion, size_t *length) in OSSL_STORE_SEARCH_get0_bytes()
949 *length = criterion->stringlength; in OSSL_STORE_SEARCH_get0_bytes()
950 return criterion->string; in OSSL_STORE_SEARCH_get0_bytes()
953 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_string() argument
940 OSSL_STORE_SEARCH_get0_serial(const OSSL_STORE_SEARCH *criterion) OSSL_STORE_SEARCH_get0_serial() argument
946 OSSL_STORE_SEARCH_get0_bytes(const OSSL_STORE_SEARCH *criterion, size_t *length) OSSL_STORE_SEARCH_get0_bytes() argument
958 OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion) OSSL_STORE_SEARCH_get0_digest() argument
[all...]
/third_party/rust/crates/nom/benchmarks/benches/
H A Dnumber.rs2 extern crate criterion;
7 use criterion::Criterion;
H A Darithmetic.rs2 extern crate criterion;
7 use criterion::Criterion;
H A Djson.rs2 extern crate criterion;
7 use criterion::Criterion;
H A Dhttp.rs6 use criterion::*;
H A Dini_str.rs4 use criterion::*;
H A Dini.rs4 use criterion::*;
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c131 enum criterion { enum
144 enum criterion criterion; member
377 if (_eglValidationTable[i].criterion == ATTRIB_CRITERION_SPECIAL) in _eglValidateConfig()
453 if (_eglValidationTable[i].criterion == ATTRIB_CRITERION_IGNORE) in _eglMatchConfig()
462 switch (_eglValidationTable[i].criterion) { in _eglMatchConfig()
/third_party/rust/crates/clap/clap_bench/benches/
H A D01_default.rs2 use criterion::{criterion_group, criterion_main, Criterion};
H A D02_simple.rs2 use criterion::{criterion_group, criterion_main, Criterion};
/third_party/rust/crates/aho-corasick/bench/src/
H A Dsherlock.rs1 use criterion::Criterion;
H A Dsame.rs1 use criterion::Criterion;
H A Dbuild.rs2 use criterion::{black_box, Criterion};
H A Dbench.rs4 use criterion::{
H A Drandom.rs1 use criterion::Criterion;
/third_party/rust/crates/memchr/bench/src/
H A Dbench.rs1 use criterion::{

Completed in 10 milliseconds

12