Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 39) sorted by relevance

12

/openssl-master/crypto/store/
A Dstore_lib.c315 if (search == NULL) { in OSSL_STORE_find()
853 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_name() local
861 search->name = name; in OSSL_STORE_SEARCH_by_name()
862 return search; in OSSL_STORE_SEARCH_by_name()
868 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_issuer_serial() local
876 search->name = name; in OSSL_STORE_SEARCH_by_issuer_serial()
878 return search; in OSSL_STORE_SEARCH_by_issuer_serial()
885 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_key_fingerprint() local
905 return search; in OSSL_STORE_SEARCH_by_key_fingerprint()
910 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_alias() local
[all …]
/openssl-master/test/
A Dossl_store_test.c43 OSSL_STORE_SEARCH *search = NULL; in test_store_open() local
48 && TEST_ptr(search = OSSL_STORE_SEARCH_by_alias("nothing")) in test_store_open()
53 && TEST_true(OSSL_STORE_find(sctx, search)); in test_store_open()
55 OSSL_STORE_SEARCH_free(search); in test_store_open()
64 OSSL_STORE_SEARCH *search = NULL; in test_store_search_by_key_fingerprint_fail() local
66 ret = TEST_ptr_null(search = OSSL_STORE_SEARCH_by_key_fingerprint( in test_store_search_by_key_fingerprint_fail()
68 OSSL_STORE_SEARCH_free(search); in test_store_search_by_key_fingerprint_fail()
/openssl-master/apps/
A Dstoreutl.c20 int expected, int criterion, OSSL_STORE_SEARCH *search,
86 OSSL_STORE_SEARCH *search = NULL; in storeutl_main() local
274 if ((search = OSSL_STORE_SEARCH_by_name(subject)) == NULL) { in storeutl_main()
286 if ((search = OSSL_STORE_SEARCH_by_issuer_serial(issuer, serial)) in storeutl_main()
293 if ((search = OSSL_STORE_SEARCH_by_key_fingerprint(digest, in storeutl_main()
302 if ((search = OSSL_STORE_SEARCH_by_alias(alias)) == NULL) { in storeutl_main()
322 expected, criterion, search, in storeutl_main()
332 OSSL_STORE_SEARCH_free(search); in storeutl_main()
353 int expected, int criterion, OSSL_STORE_SEARCH *search, in process() argument
383 if (!OSSL_STORE_find(store_ctx, search)) { in process()
[all …]
/openssl-master/
A DNOTES-UNIX.md26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
34 Runtime shared library search paths are specified with different
40 Possible options to set the runtime shared library search path include
55 search path! Some OpenSSL config targets add an extra directory level
58 used with the runtime shared library search path options, as shown in
64 On modern ELF based systems, there are two runtime search paths tags to
83 How to choose which runtime search path tag is to be set depends on
93 for runtime search path relative to the directory containing current
106 also cases when you'd have to explicitly specify runtime search path
A DNOTES-PERL.md92 favorite package manager. Usually, all you need to do is search
97 $ apt-cache search Text::Template
A DNOTES-WINDOWS.md145 * Set your include search path to the "include" subdirectory of OpenSSL.
146 * Set your library search path to the OpenSSL source directory.
/openssl-master/doc/man3/
A DOSSL_STORE_SEARCH.pod17 - Type and functions to create OSSL_STORE search criteria
34 void OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search);
48 These functions are used to specify search criteria to help search for specific
51 and then wants to add on search criteria in a uniform and supported manner.
55 B<OSSL_STORE_SEARCH> is an opaque type that holds the constructed search
99 This criterion supports a search by exact match of subject name.
106 This criterion supports a search by exact match of both issuer name and serial
116 This criterion supports a search by exact match of key fingerprint.
129 This criterion supports a search by match of an alias of some kind.
A DOSSL_STORE_expect.pod18 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search);
33 grained search of objects.
36 context supports the given search type.
38 supported search criterion types.
A DBIO_find_type.pod18 at BIO B<b>. If B<type> is a specific type (such as B<BIO_TYPE_MEM>) then a search
49 btmp = in_bio; /* in_bio is chain to search through */
A DEVP_PBE_CipherInit.pod36 =head2 PBE algorithm search
38 EVP_PBE_find() and EVP_PBE_find_ex() search for a matching algorithm using two parameters:
A DCMS_verify_receipt.pod19 receipt request. B<certs> is a set of certificates in which to search for the
A DASN1_STRING_TABLE_add.pod38 on I<nid>. It will search the local table first, then the standard one.
A DX509v3_get_ext_by_NID.pod68 with B<nid> or B<obj> from extension stack B<x>. The search starts from the
110 error. These search functions start from the extension B<after> the B<lastpos>
A DOSSL_DECODER_CTX_new_for_pkey.pod54 The search of decoder implementations can be limited with I<input_type> and
62 The search of decoder implementations can also be limited with I<keytype>
A DSSL_CTX_load_verify_locations.pod82 extension must be different (e.g. 9d66eef0.0, 9d66eef0.1 etc). The search
92 will search for suitable certificates first in B<CAfile>, then in B<CApath>.
A DDEFINE_STACK_OF.pod175 a linear search for a pointer equal to I<ptr>. The index of the first
220 for use in a binary search operation. That is it should return zero, a
227 A failed search is indicated by a B<-1> return value.
/openssl-master/doc/man7/
A Dprovider-storemgmt.pod89 kind of data to expect, search criteria, and so on. More on those below, in
125 Indicates that the caller wants to search for an object with the given
133 Indicates that the caller wants to search for an object with the given
141 Indicates that the caller wants to search for an object with the given
148 Indicates that the caller wants to search for an object with the given
153 Indicates that the caller wants to search for an object with the given
168 Several of these search criteria may be combined. For example, to
169 search for a certificate by issuer+serial, both the "issuer" and the
A Dcrypto.pod177 fetched implicitly using default search criteria.
181 using default search criteria and an algorithm name that is consistent with
300 search criterion for these implementations. The default provider includes all
315 "provider=base" can be used as a search criterion for these implementations.
330 property query string "provider=fips" can be used as a search criterion for
345 the property "provider=legacy" can be used as a search criterion for these
402 * we're not supplying any particular search criteria for our SHA256
/openssl-master/engines/
A De_loader_attic.txt16 search only supported for directories
20 ATTIC_R_UNSUPPORTED_SEARCH_TYPE:109:unsupported search type
A De_loader_attic.c1144 const OSSL_STORE_SEARCH *search) in file_find() argument
1151 if (OSSL_STORE_SEARCH_get_type(search) == OSSL_STORE_SEARCH_BY_NAME) { in file_find()
1162 hash = X509_NAME_hash_ex(OSSL_STORE_SEARCH_get0_name(search), in file_find()
/openssl-master/crypto/x509/
A Dx509_vfy.c2992 unsigned int search; in build_chain() local
3020 search |= S_DOTRUSTED; in build_chain()
3060 while (search != 0) { in build_chain()
3079 if ((search & S_DOTRUSTED) != 0) { in build_chain()
3081 if ((search & S_DOALTERNATE) != 0) { in build_chain()
3136 search &= ~S_DOALTERNATE; in build_chain()
3197 search &= ~S_DOUNTRUSTED; in build_chain()
3221 search |= S_DOALTERNATE; in build_chain()
3229 if ((search & S_DOUNTRUSTED) != 0) { in build_chain()
3242 search &= ~S_DOUNTRUSTED; in build_chain()
[all …]
/openssl-master/include/openssl/
A Dstore.h229 void OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search);
246 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
/openssl-master/doc/man1/
A Dopenssl-storeutl.pod.in85 Empty values are permitted but are ignored for the search. That is,
86 a search with an empty value will have the same effect as not specifying
/openssl-master/doc/internal/man3/
A DOSSL_METHOD_STORE.pod82 I<*prop> may be a pointer to a provider, which will narrow the search
94 Additionally, if I<prov> isn't NULL, it will be used to narrow the search
A Dossl_method_construct.pod98 Optionally, I<prov> may be given as a search criterion, to narrow down the
99 search of a method belonging to just one provider.

Completed in 31 milliseconds

12