Home
last modified time | relevance | path

Searched refs:search_type (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c341 switch (search->search_type) { in OSSL_STORE_find()
797 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type) in OSSL_STORE_supports_search() argument
822 switch (search_type) { in OSSL_STORE_supports_search()
843 tmp_search.search_type = search_type; in OSSL_STORE_supports_search()
860 search->search_type = OSSL_STORE_SEARCH_BY_NAME; in OSSL_STORE_SEARCH_by_name()
875 search->search_type = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL; in OSSL_STORE_SEARCH_by_issuer_serial()
901 search->search_type = OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT; in OSSL_STORE_SEARCH_by_key_fingerprint()
917 search->search_type = OSSL_STORE_SEARCH_BY_ALIAS; in OSSL_STORE_SEARCH_by_alias()
932 return criterion->search_type; in OSSL_STORE_SEARCH_get_type()
[all...]
H A Dstore_local.h51 int search_type; member
/third_party/openssl/crypto/store/
H A Dstore_lib.c341 switch (search->search_type) { in OSSL_STORE_find()
797 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type) in OSSL_STORE_supports_search() argument
822 switch (search_type) { in OSSL_STORE_supports_search()
843 tmp_search.search_type = search_type; in OSSL_STORE_supports_search()
860 search->search_type = OSSL_STORE_SEARCH_BY_NAME; in OSSL_STORE_SEARCH_by_name()
875 search->search_type = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL; in OSSL_STORE_SEARCH_by_issuer_serial()
901 search->search_type = OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT; in OSSL_STORE_SEARCH_by_key_fingerprint()
917 search->search_type = OSSL_STORE_SEARCH_BY_ALIAS; in OSSL_STORE_SEARCH_by_alias()
932 return criterion->search_type; in OSSL_STORE_SEARCH_get_type()
[all...]
H A Dstore_local.h51 int search_type; member
/third_party/openssl/ohos_lite/include/openssl/
H A Dstore.h167 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dstore.h212 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
/third_party/openssl/include/openssl/
H A Dstore.h212 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc787 TNode<Uint16T> search_type = LoadMapInstanceType(map); in GenerateSmiOrObject() local
788 GotoIf(IsStringInstanceType(search_type), &string_loop); in GenerateSmiOrObject()
789 GotoIf(IsBigIntInstanceType(search_type), &bigint_loop); in GenerateSmiOrObject()
887 string_asm.StringEqual_Core(search_element_string, search_type, in GenerateSmiOrObject()

Completed in 9 milliseconds