Home
last modified time | relevance | path

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

12

/openssl/crypto/x509/
H 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()
/openssl/Configurations/
H A Dwindows-makefile.tmpl53 MODULES={- our @MODULES = map { platform->dso($_) }
147 join(" ", map { quotify1($_) }
153 join(" ", map { quotify1($_) }
159 join(" ", map { quotify1($_) }
694 map { my $x = $_;
706 return map { platform->staticlib($_) } @_;
726 my $gen_args = join('', map { " $_" }
872 map { my $x = $_;
933 my @objs = map { platform->convertext($_) }
939 my @defs = map { platform->def($_) }
[all …]
H A Ddescrip.mms.tmpl46 map { platform->staticname($_) }
49 map { platform->sharedname($_) // () }
52 map { platform->staticname($_) }
56 map { platform->sharedname($_) // () }
312 MODULES={- join(", ", map { "-\n\t".$_.".EXE" }
341 map { my $x = $_;
824 map { my $x = $_;
838 return map {
891 my %dirs = map {
984 my $gen_args = join('', map { " $_" }
[all …]
H A Dcommon0.tmpl11 map { $_ => 1 }
13 ( map { @{$unified_info{sources}->{$_}} }
17 : ( map { @{$unified_info{shared_sources}->{$_}} }
20 ( map { $_ eq "" ? () : @{$unified_info{depends}->{$_}} }
H A Dunix-Makefile.tmpl99 map { platform->dso($_) }
178 map { platform->dso($_) }
186 map { platform->dso($_) }
195 map { platform->dso($_) }
426 (map { '-D'.$_ }
439 (map { '-D'.$_ }
460 (map { '-D'.$_ }
1503 map { my $x = $_;
1535 my $gen_args = join('', map { " $_" }
1787 my @defs = map { platform->def($_) }
[all …]
/openssl/crypto/
H 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()
/openssl/ssl/quic/
H A Dquic_stream_map.c97 qsm->map = lh_QUIC_STREAM_new(hash_stream, cmp_stream); in ossl_quic_stream_map_init()
129 lh_QUIC_STREAM_free(qsm->map); in ossl_quic_stream_map_cleanup()
130 qsm->map = NULL; in ossl_quic_stream_map_cleanup()
137 lh_QUIC_STREAM_doall_arg(qsm->map, visit_cb, visit_cb_arg); in ossl_quic_stream_map_visit()
149 s = lh_QUIC_STREAM_retrieve(qsm->map, &key); in ossl_quic_stream_map_alloc()
171 lh_QUIC_STREAM_insert(qsm->map, s); in ossl_quic_stream_map_alloc()
193 lh_QUIC_STREAM_delete(qsm->map, stream); in ossl_quic_stream_map_release()
204 return lh_QUIC_STREAM_retrieve(qsm->map, &key); in ossl_quic_stream_map_get_by_id()
H A Dquic_ackm.c41 LHASH_OF(OSSL_ACKM_TX_PKT) *map;
84 h->map = lh_OSSL_ACKM_TX_PKT_new(tx_pkt_info_hash, tx_pkt_info_compare); in tx_pkt_history_init()
85 if (h->map == NULL) in tx_pkt_history_init()
94 lh_OSSL_ACKM_TX_PKT_free(h->map); in tx_pkt_history_destroy()
95 h->map = NULL; in tx_pkt_history_destroy()
109 existing = lh_OSSL_ACKM_TX_PKT_retrieve(h->map, pkt); in tx_pkt_history_add_actual()
118 lh_OSSL_ACKM_TX_PKT_insert(h->map, pkt); in tx_pkt_history_add_actual()
148 return lh_OSSL_ACKM_TX_PKT_retrieve(h->map, &key); in tx_pkt_history_by_pkt_num()
163 lh_OSSL_ACKM_TX_PKT_delete(h->map, &key); in tx_pkt_history_remove()
/openssl/ssl/record/methods/
H A Ddtls_meth.c52 if (shift >= sizeof(bitmap->map) * 8) in dtls_record_replay_check()
54 else if (bitmap->map & ((uint64_t)1 << shift)) in dtls_record_replay_check()
71 if (shift < sizeof(bitmap->map) * 8) in dtls_record_bitmap_update()
72 bitmap->map <<= shift, bitmap->map |= 1UL; in dtls_record_bitmap_update()
74 bitmap->map = 1UL; in dtls_record_bitmap_update()
78 if (shift < sizeof(bitmap->map) * 8) in dtls_record_bitmap_update()
79 bitmap->map |= (uint64_t)1 << shift; in dtls_record_bitmap_update()
H A Drecmethod_local.h18 uint64_t map; member
/openssl/doc/
H A Dbuild.info.in14 map { $_ => 1 } glob catfile($sourcedir, "man$section", "img", "*.png");
16 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod");
18 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod.in");
/openssl/include/crypto/
H A Ddso_conf.h.in1 {- join("\n",map { "/* $_ */" } @autowarntext) -}
31 join("\n", map { "# define $_" } @macros); -}
H A Dbn_conf.h.in1 {- join("\n",map { "/* $_ */" } @autowarntext) -}
/openssl/providers/implementations/kem/
H A Drsa_kem.c65 static int name2id(const char *name, const OSSL_ITEM *map, size_t sz) in name2id() argument
73 if (OPENSSL_strcasecmp(map[i].ptr, name) == 0) in name2id()
74 return map[i].id; in name2id()
/openssl/apps/
H A Dstoreutl.c130 } map[] = { in storeutl_main() local
137 for (i = 0; i < OSSL_NELEM(map); i++) { in storeutl_main()
138 if (o == map[i].choice) { in storeutl_main()
139 expected = map[i].type; in storeutl_main()
/openssl/include/openssl/
H A Dfipskey.h.in24 {- join(', ', map { "0x$_" } unpack("(A2)*", $config{FIPSKEY})) -}
/openssl/util/
H A Dwrap.pl.in57 map { platform->sharedname($_) => $bldtop.platform->sharedlib($_) }
/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod9 - internal number E<lt>-E<gt> name map
35 A B<OSSL_NAMEMAP> is a one-to-many number E<lt>-E<gt> names map, which
/openssl/doc/man7/
H A Dopenssl_user_macros.pod.in79 C<{- join('', map { my @x = split /=/,$_; $x[1] }
/openssl/include/internal/
H A Dquic_stream_map.h553 LHASH_OF(QUIC_STREAM) *map;
/openssl/crypto/property/
H A DREADME.md52 algorithm identifier and the entire query string and it would map to
/openssl/
H A Dconfigdata.pm.in294 map {
H A D.gitignore147 *.map
/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in8 map { my %x = ();
/openssl/doc/designs/quic-design/
H A Dconnection-id-cache.md35 * for a server, map a connection ID to a QUIC_CONNECTION;

Completed in 100 milliseconds

12