Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 53) sorted by relevance

123

/openssl/crypto/
H A Dex_data.c18 if (global == NULL) in ossl_do_ex_data_init()
77 if (global == NULL) in ossl_crypto_cleanup_all_ex_data_int()
88 global->ex_data_lock = NULL; in ossl_crypto_cleanup_all_ex_data_int()
120 if (global == NULL) in ossl_crypto_free_ex_index_ex()
161 if (global == NULL) in ossl_crypto_get_ex_new_index_ex()
229 if (global == NULL) in ossl_crypto_new_ex_data_ex()
282 OSSL_EX_DATA_GLOBAL *global; in CRYPTO_dup_ex_data() local
290 if (global == NULL) in CRYPTO_dup_ex_data()
377 if (global == NULL) in CRYPTO_free_ex_data()
441 OSSL_EX_DATA_GLOBAL *global; in ossl_crypto_alloc_ex_data_intern() local
[all …]
H A Dsparccpuid.S26 .global OPENSSL_wipe_cpu
143 .global walk_reg_wins
175 .global OPENSSL_atomic_add
225 .global _sparcv9_rdtick
242 .global _sparcv9_vis1_probe
313 .global _sparcv9_vis2_probe
331 .global _sparcv9_rdcfr
339 .global _sparcv9_vis3_probe
347 .global _sparcv9_random
363 .global OPENSSL_cleanse
[all …]
H A Dia64cpuid.S17 .global OPENSSL_cpuid_setup#
23 .global OPENSSL_rdtsc#
30 .global OPENSSL_atomic_add#
59 .global OPENSSL_wipe_cpu#
142 .global OPENSSL_cleanse#
179 .global CRYPTO_memcmp#
219 .global OPENSSL_instrument_bus#
254 .global OPENSSL_instrument_bus2#
H A Dcontext.c23 OSSL_EX_DATA_GLOBAL global; member
669 return &ctx->global; in ossl_lib_ctx_get_ex_data_global()
/openssl/test/
H A Dcontext_internal_test.c17 OSSL_LIB_CTX *global = OSSL_LIB_CTX_get0_global_default(); in test_set0_default() local
22 if (!TEST_ptr(global) in test_set0_default()
24 || !TEST_ptr_eq(global, OSSL_LIB_CTX_set0_default(NULL))) in test_set0_default()
29 || !TEST_ptr_eq(global, prev)) in test_set0_default()
37 if (!TEST_ptr_eq(global, OSSL_LIB_CTX_get0_global_default())) in test_set0_default()
41 if (!TEST_ptr(prev = OSSL_LIB_CTX_set0_default(global)) in test_set0_default()
/openssl/crypto/perlasm/
H A Darm-xlate.pl47 my $global = \$GLOBALS{$name};
59 $$global = $name;
64 my $global = \$GLOBALS{$name};
74 $$global = $name;
77 my $global = $globl;
H A Dx86gas.pl111 my $global=($func !~ /^_/);
114 &::LABEL($func,$global?"$begin":"$nmdecor$func");
117 push(@out,".globl\t$func\n") if ($global);
119 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
126 push(@out,"$begin:\n") if ($global);
H A Dx86nasm.pl105 my $global=($func !~ /^_/);
110 &::LABEL($func,$global?"$begin":"$nmdecor$func");
113 push(@out,"${drdecor}global $func\n") if ($global);
116 push(@out,"$begin:\n") if ($global);
H A Dx86masm.pl106 my $global=($func !~ /^_/);
109 &::LABEL($func,$global?"$begin":"$nmdecor$func");
112 if ($global) { $func.=" PUBLIC\n${begin}::\n"; }
H A Dppc-xlate.pl34 my $global = \$GLOBALS{$name};
78 $$global = $name;
/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm50 .global _bn_mul_add_words
80 .global _bn_mul_words
106 .global _bn_sqr_words
131 .global _bn_add_words
156 .global _bn_sub_words
182 .global _bn_div_words
224 .global _bn_sqr_comba8
225 .global _bn_mul_comba8
284 .global _bn_sqr_comba4
285 .global _bn_mul_comba4
H A Dia64.S177 .global bn_add_words#
230 .global bn_sub_words#
289 .global bn_mul_words#
403 .global bn_mul_add_words#
471 .global bn_sqr_words#
551 .global bn_sqr_comba8#
622 .global bn_mul_comba8#
1179 .global bn_sqr_comba4#
1211 .global bn_mul_comba4#
1412 .global abort#
[all …]
H A Dsparcv8.S40 .global bn_mul_add_words
153 .global bn_mul_words
246 .global bn_sqr_words
333 .global bn_div_words
349 .global bn_add_words
437 .global bn_sub_words
559 .global bn_mul_comba8
938 .global bn_mul_comba4
1052 .global bn_sqr_comba8
1362 .global bn_sqr_comba4
H A Dsparcv8plus.S170 .global bn_mul_add_words
272 .global bn_mul_words
361 .global bn_sqr_words
449 .global bn_div_words
466 .global bn_add_words
544 .global bn_sub_words
666 .global bn_mul_comba8
1022 .global bn_mul_comba4
1138 .global bn_sqr_comba8
1454 .global bn_sqr_comba4
/openssl/doc/internal/man3/
H A Dossl_global_properties_no_mirrored.pod29 ossl_global_properties_no_mirrored() checks whether mirroring of global
33 ossl_global_properties_no_mirrored() prevents future mirroring of global
40 ossl_global_properties_no_mirrored() returns 1 if mirroring of global properties
/openssl/
H A DNOTES-ANSI.md18 This macro enables the use of the following types, functions and global
25 This macro enables the use of the following types, functions and global
/openssl/crypto/objects/
H A DREADME.md35 !global
39 to the base name. !global turns this off. This construction
/openssl/crypto/property/
H A DREADME.md54 must be invalidated. The cache will also be invalidated when the global
56 global and requested property strings.
61 contains some wrapper functions to handle the global
62 lock more easily. The global lock is held for short periods of time with
/openssl/doc/man3/
H A DRAND_get0_primary.pod10 - get access to the global EVP_RAND_CTX instances
29 The I<primary> DRBG is a global instance, which is not intended to be used
H A DRAND_set_DRBG_type.pod7 - specify the global random number generator types
H A DX509_dup.pod383 Every ASN1 object as a global variable, TYPE_it, that describes the item
385 libraries, the global is instead a function which returns a pointer to a
/openssl/doc/designs/quic-design/
H A Dqlog.md86 specifier = global-specifier / qualified-specifier
88 global-specifier = wildcard
H A Dconnection-id-cache.md19 There is no requirement to maintain a global mapping since remote IDs
46 There will be one global set of local connection IDs, `QUIC_ROUTE_TABLE`,
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S38 .global poly1305_init#
112 .global poly1305_blocks#
279 .global poly1305_emit#
/openssl/doc/man7/
H A Dopenssl-qlog.pod117 specifier = global-specifier / qualified-specifier
119 global-specifier = wildcard

Completed in 63 milliseconds

123