Home
last modified time | relevance | path

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

/crypto/x509/
A Dpcy_map.c24 POLICY_MAPPING *map; in ossl_policy_cache_set_mapping() local
34 map = sk_POLICY_MAPPING_value(maps, i); in ossl_policy_cache_set_mapping()
36 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy) in ossl_policy_cache_set_mapping()
37 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) { in ossl_policy_cache_set_mapping()
43 data = ossl_policy_cache_find_data(cache, map->issuerDomainPolicy); in ossl_policy_cache_set_mapping()
50 data = ossl_policy_data_new(NULL, map->issuerDomainPolicy, in ossl_policy_cache_set_mapping()
68 map->subjectDomainPolicy)) in ossl_policy_cache_set_mapping()
70 map->subjectDomainPolicy = NULL; in ossl_policy_cache_set_mapping()
/crypto/
A Dcore_algorithm.c42 static int algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map, in algorithm_do_map() argument
73 if (map != NULL) { in algorithm_do_map()
76 for (thismap = map; thismap->algorithm_names != NULL; thismap++) in algorithm_do_map()
117 const OSSL_ALGORITHM *map = NULL; in algorithm_do_this() local
120 map = ossl_provider_query_operation(provider, cur_operation, in algorithm_do_this()
122 ret = algorithm_do_map(provider, map, cur_operation, no_store, data); in algorithm_do_this()
123 ossl_provider_unquery_operation(provider, cur_operation, map); in algorithm_do_this()
/crypto/property/
A DREADME.md52 algorithm identifier and the entire query string and it would map to

Completed in 8 milliseconds