Symbol: OSSL_STORE_SEARCH
crypto/openssl/apps/storeutl.c
20
int expected, int criterion, OSSL_STORE_SEARCH *search,
crypto/openssl/apps/storeutl.c
363
int expected, int criterion, OSSL_STORE_SEARCH *search,
crypto/openssl/apps/storeutl.c
97
OSSL_STORE_SEARCH *search = NULL;
crypto/openssl/crypto/store/store_lib.c
1004
const ASN1_INTEGER *OSSL_STORE_SEARCH_get0_serial(const OSSL_STORE_SEARCH
crypto/openssl/crypto/store/store_lib.c
1010
const unsigned char *OSSL_STORE_SEARCH_get0_bytes(const OSSL_STORE_SEARCH
crypto/openssl/crypto/store/store_lib.c
1018
const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion)
crypto/openssl/crypto/store/store_lib.c
1023
const EVP_MD *OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion)
crypto/openssl/crypto/store/store_lib.c
324
int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search)
crypto/openssl/crypto/store/store_lib.c
903
OSSL_STORE_SEARCH tmp_search;
crypto/openssl/crypto/store/store_lib.c
915
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_name(X509_NAME *name)
crypto/openssl/crypto/store/store_lib.c
917
OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search));
crypto/openssl/crypto/store/store_lib.c
927
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_issuer_serial(X509_NAME *name,
crypto/openssl/crypto/store/store_lib.c
930
OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search));
crypto/openssl/crypto/store/store_lib.c
941
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_key_fingerprint(const EVP_MD *digest,
crypto/openssl/crypto/store/store_lib.c
946
OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search));
crypto/openssl/crypto/store/store_lib.c
974
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_alias(const char *alias)
crypto/openssl/crypto/store/store_lib.c
976
OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search));
crypto/openssl/crypto/store/store_lib.c
988
void OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search)
crypto/openssl/crypto/store/store_lib.c
994
int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion)
crypto/openssl/crypto/store/store_lib.c
999
X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion)
crypto/openssl/crypto/x509/by_store.c
193
const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret)
crypto/openssl/crypto/x509/by_store.c
212
OSSL_STORE_SEARCH *criterion = OSSL_STORE_SEARCH_by_name((X509_NAME *)name); /* won't modify it */
crypto/openssl/crypto/x509/by_store.c
26
const OSSL_STORE_SEARCH *criterion, int depth)
crypto/openssl/engines/e_loader_attic.c
1128
const OSSL_STORE_SEARCH *search)
crypto/openssl/include/openssl/store.h
226
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_name(X509_NAME *name);
crypto/openssl/include/openssl/store.h
227
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_issuer_serial(X509_NAME *name,
crypto/openssl/include/openssl/store.h
230
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_key_fingerprint(const EVP_MD *digest,
crypto/openssl/include/openssl/store.h
234
OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_alias(const char *alias);
crypto/openssl/include/openssl/store.h
237
void OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search);
crypto/openssl/include/openssl/store.h
240
int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion);
crypto/openssl/include/openssl/store.h
241
X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion);
crypto/openssl/include/openssl/store.h
242
const ASN1_INTEGER *OSSL_STORE_SEARCH_get0_serial(const OSSL_STORE_SEARCH
crypto/openssl/include/openssl/store.h
244
const unsigned char *OSSL_STORE_SEARCH_get0_bytes(const OSSL_STORE_SEARCH
crypto/openssl/include/openssl/store.h
247
const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion);
crypto/openssl/include/openssl/store.h
248
const EVP_MD *OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion);
crypto/openssl/include/openssl/store.h
255
int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
crypto/openssl/include/openssl/store.h
306
typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx, const OSSL_STORE_SEARCH *criteria);
crypto/openssl/test/ossl_store_test.c
102
OSSL_STORE_SEARCH *search = NULL;
crypto/openssl/test/ossl_store_test.c
133
OSSL_STORE_SEARCH *search = NULL;
crypto/openssl/test/ossl_store_test.c
43
OSSL_STORE_SEARCH *search = NULL;