Home
last modified time | relevance | path

Searched refs:search_type (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/store/
H A Dstore_lib.c347 switch (search->search_type) { in OSSL_STORE_find()
803 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type) in OSSL_STORE_supports_search() argument
828 switch (search_type) { in OSSL_STORE_supports_search()
849 tmp_search.search_type = search_type; in OSSL_STORE_supports_search()
866 search->search_type = OSSL_STORE_SEARCH_BY_NAME; in OSSL_STORE_SEARCH_by_name()
881 search->search_type = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL; in OSSL_STORE_SEARCH_by_issuer_serial()
907 search->search_type = OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT; in OSSL_STORE_SEARCH_by_key_fingerprint()
923 search->search_type = OSSL_STORE_SEARCH_BY_ALIAS; in OSSL_STORE_SEARCH_by_alias()
938 return criterion->search_type; in OSSL_STORE_SEARCH_get_type()
H A Dstore_local.h51 int search_type; member
/openssl/include/openssl/
H A Dstore.h212 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);

Completed in 11 milliseconds