HomeSort by: relevance | last modified time | path
    Searched defs:globs (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
filterprov.c 60 struct filter_prov_globals_st *globs = get_globals(); local
62 return OSSL_PROVIDER_gettable_params(globs->deflt);
67 struct filter_prov_globals_st *globs = get_globals(); local
69 return OSSL_PROVIDER_get_params(globs->deflt, params);
75 struct filter_prov_globals_st *globs = get_globals(); local
77 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg);
84 struct filter_prov_globals_st *globs = get_globals(); local
87 globs->query_count++;
88 for (i = 0; i < globs->num_dispatch; i++) {
89 if (globs->dispatch[i].operation == operation_id)
102 struct filter_prov_globals_st *globs = get_globals(); local
118 struct filter_prov_globals_st *globs = get_globals(); local
207 struct filter_prov_globals_st *globs = get_globals(); local
274 struct filter_prov_globals_st *globs = get_globals(); local
    [all...]
filterprov.c 60 struct filter_prov_globals_st *globs = get_globals(); local
62 return OSSL_PROVIDER_gettable_params(globs->deflt);
67 struct filter_prov_globals_st *globs = get_globals(); local
69 return OSSL_PROVIDER_get_params(globs->deflt, params);
75 struct filter_prov_globals_st *globs = get_globals(); local
77 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg);
84 struct filter_prov_globals_st *globs = get_globals(); local
87 globs->query_count++;
88 for (i = 0; i < globs->num_dispatch; i++) {
89 if (globs->dispatch[i].operation == operation_id)
102 struct filter_prov_globals_st *globs = get_globals(); local
118 struct filter_prov_globals_st *globs = get_globals(); local
207 struct filter_prov_globals_st *globs = get_globals(); local
274 struct filter_prov_globals_st *globs = get_globals(); local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
filterprov.c 58 struct filter_prov_globals_st *globs = get_globals(); local
60 return OSSL_PROVIDER_gettable_params(globs->deflt);
65 struct filter_prov_globals_st *globs = get_globals(); local
67 return OSSL_PROVIDER_get_params(globs->deflt, params);
73 struct filter_prov_globals_st *globs = get_globals(); local
75 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg);
82 struct filter_prov_globals_st *globs = get_globals(); local
85 globs->query_count++;
86 for (i = 0; i < globs->num_dispatch; i++) {
87 if (globs->dispatch[i].operation == operation_id)
100 struct filter_prov_globals_st *globs = get_globals(); local
116 struct filter_prov_globals_st *globs = get_globals(); local
168 struct filter_prov_globals_st *globs = get_globals(); local
235 struct filter_prov_globals_st *globs = get_globals(); local
    [all...]
filterprov.c 58 struct filter_prov_globals_st *globs = get_globals(); local
60 return OSSL_PROVIDER_gettable_params(globs->deflt);
65 struct filter_prov_globals_st *globs = get_globals(); local
67 return OSSL_PROVIDER_get_params(globs->deflt, params);
73 struct filter_prov_globals_st *globs = get_globals(); local
75 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg);
82 struct filter_prov_globals_st *globs = get_globals(); local
85 globs->query_count++;
86 for (i = 0; i < globs->num_dispatch; i++) {
87 if (globs->dispatch[i].operation == operation_id)
100 struct filter_prov_globals_st *globs = get_globals(); local
116 struct filter_prov_globals_st *globs = get_globals(); local
168 struct filter_prov_globals_st *globs = get_globals(); local
235 struct filter_prov_globals_st *globs = get_globals(); local
    [all...]

Completed in 27 milliseconds