/openssl/crypto/x509/ |
H A D | pcy_map.c | 24 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 D | windows-makefile.tmpl | 53 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 D | descrip.mms.tmpl | 46 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 D | common0.tmpl | 11 map { $_ => 1 } 13 ( map { @{$unified_info{sources}->{$_}} } 17 : ( map { @{$unified_info{shared_sources}->{$_}} } 20 ( map { $_ eq "" ? () : @{$unified_info{depends}->{$_}} }
|
H A D | unix-Makefile.tmpl | 99 map { platform->dso($_) } 178 map { platform->dso($_) } 186 map { platform->dso($_) } 195 map { platform->dso($_) } 427 (map { '-D'.$_ } 440 (map { '-D'.$_ } 461 (map { '-D'.$_ } 1509 map { my $x = $_; 1541 my $gen_args = join('', map { " $_" } 1793 my @defs = map { platform->def($_) } [all …]
|
/openssl/crypto/ |
H A D | core_algorithm.c | 42 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 D | quic_stream_map.c | 97 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 D | quic_ackm.c | 41 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 D | dtls_meth.c | 52 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 D | recmethod_local.h | 18 uint64_t map; member
|
/openssl/doc/ |
H A D | build.info.in | 14 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 D | dso_conf.h.in | 1 {- join("\n",map { "/* $_ */" } @autowarntext) -} 31 join("\n", map { "# define $_" } @macros); -}
|
H A D | bn_conf.h.in | 1 {- join("\n",map { "/* $_ */" } @autowarntext) -}
|
/openssl/apps/ |
H A D | storeutl.c | 131 } map[] = { in storeutl_main() local 138 for (i = 0; i < OSSL_NELEM(map); i++) { in storeutl_main() 139 if (o == map[i].choice) { in storeutl_main() 140 expected = map[i].type; in storeutl_main()
|
/openssl/providers/implementations/kem/ |
H A D | rsa_kem.c | 65 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/include/openssl/ |
H A D | fipskey.h.in | 24 {- join(', ', map { "0x$_" } unpack("(A2)*", $config{FIPSKEY})) -}
|
/openssl/util/ |
H A D | wrap.pl.in | 69 map { platform->sharedname($_) => $bldtop.platform->sharedlib($_) }
|
/openssl/doc/internal/man3/ |
H A D | ossl_namemap_new.pod | 9 - 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 D | openssl_user_macros.pod.in | 79 C<{- join('', map { my @x = split /=/,$_; $x[1] }
|
/openssl/include/internal/ |
H A D | quic_stream_map.h | 553 LHASH_OF(QUIC_STREAM) *map;
|
/openssl/crypto/property/ |
H A D | README.md | 52 algorithm identifier and the entire query string and it would map to
|
/openssl/ |
H A D | configdata.pm.in | 294 map {
|
H A D | .gitignore | 147 *.map
|
/openssl/exporters/cmake/ |
H A D | OpenSSLConfig.cmake.in | 8 map { my %x = ();
|
/openssl/doc/designs/quic-design/ |
H A D | connection-id-cache.md | 35 * for a server, map a connection ID to a QUIC_CONNECTION;
|