/openssl-master/crypto/evp/ |
A D | encode.c | 25 # define conv_bin2ascii(a, table) ((table)[(a)&0x3f]) argument 33 # define conv_bin2ascii(a, table) ((table)[(a)&0x3f]) argument 115 return table[a]; in conv_ascii2bin() 123 return table[a]; in conv_ascii2bin() 236 const unsigned char *table; in evp_encodeblock_int() local 239 table = srpdata_bin2ascii; in evp_encodeblock_int() 241 table = data_bin2ascii; in evp_encodeblock_int() 308 const unsigned char *table; in EVP_DecodeUpdate() local 328 table = data_ascii2bin; in EVP_DecodeUpdate() 418 const unsigned char *table; in evp_decodeblock_int() local [all …]
|
/openssl-master/crypto/engine/ |
A D | eng_table.c | 92 if (!(*table)) in engine_table_register() 94 if (!int_table_check(table, 1)) in engine_table_register() 164 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e) in engine_table_unregister() argument 169 if (int_table_check(table, 0)) in engine_table_unregister() 184 void engine_table_cleanup(ENGINE_TABLE **table) in engine_table_cleanup() argument 188 if (*table) { in engine_table_cleanup() 190 lh_ENGINE_PILE_free(&(*table)->piles); in engine_table_cleanup() 191 *table = NULL; in engine_table_cleanup() 207 if (!(*table)) { in ossl_engine_table_select() 220 if (!int_table_check(table, 0)) in ossl_engine_table_select() [all …]
|
A D | eng_local.h | 60 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, 63 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e); 64 void engine_table_cleanup(ENGINE_TABLE **table); 65 ENGINE *ossl_engine_table_select(ENGINE_TABLE **table, int nid, 69 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb,
|
/openssl-master/doc/man3/ |
A D | OPENSSL_LH_COMPFUNC.pod | 15 - dynamic hash table 26 void lh_TYPE_free(LHASH_OF(TYPE) *table); 27 void lh_TYPE_flush(LHASH_OF(TYPE) *table); 31 TYPE *lh_retrieve(LHASH_OF(TYPE) *table, TYPE *data); 37 int lh_TYPE_error(LHASH_OF(TYPE) *table); 74 If your hash table 112 I<table>. Allocated hash table entries will not be freed; consider 114 hash table (see below). 117 entries can be added to the flushed table. Allocated hash table entries 119 remaining entries in the hash table (see below). [all …]
|
A D | OPENSSL_LH_stats.pod | 13 void OPENSSL_LH_stats(LHASH *table, FILE *out); 14 void OPENSSL_LH_node_stats(LHASH *table, FILE *out); 15 void OPENSSL_LH_node_usage_stats(LHASH *table, FILE *out); 17 void OPENSSL_LH_stats_bio(LHASH *table, BIO *out); 18 void OPENSSL_LH_node_stats_bio(LHASH *table, BIO *out); 19 void OPENSSL_LH_node_usage_stats_bio(LHASH *table, BIO *out); 24 accessing the hash table. 31 hash table. 34 hash table. It prints the 'load' and the 'actual load'. The load is 35 the average number of data items per 'bucket' in the hash table. The [all …]
|
A D | OpenSSL_add_all_algorithms.pod | 6 add algorithms to internal table 24 OpenSSL keeps an internal table of digest algorithms and ciphers. It uses 25 this table to lookup ciphers via functions such as EVP_get_cipher_byname(). 27 OpenSSL_add_all_digests() adds all digest algorithms to the table. 29 OpenSSL_add_all_algorithms() adds all algorithms to the table (digests and 32 OpenSSL_add_all_ciphers() adds all encryption algorithms to the table including 36 the table. It no longer has any effect in OpenSSL 1.1.0.
|
A D | ASN1_STRING_TABLE_add.pod | 23 B<ASN1_STRING_TABLE> is a table which holds string information 29 local ASN1 string table based on the I<nid> along with other parameters. 31 If the item is already in the table, fields of B<ASN1_STRING_TABLE> are 38 on I<nid>. It will search the local table first, then the standard one.
|
A D | OBJ_nid2obj.pod | 51 identifiers, or B<NID>s. OpenSSL has an internal table of OIDs that 87 OBJ_create() adds a new object to the internal table. I<oid> is the 111 represented in an internal table. The appropriate values are defined 125 is only a single constant structure for each table object. 127 Objects which are not in the table have the NID value NID_undef.
|
A D | NCONF_new_ex.pod | 32 it a context I<libctx> that can be used during loading. If the method table 44 NCONF_default() gets the default method table for processing a configuration file.
|
A D | ENGINE_add.pod | 278 For each supported abstraction, the ENGINE code maintains an internal table 290 ENGINE subsystem to process the corresponding state table and return a 297 Each state table has a flag to note whether it has processed this 298 "get_default" query since the table was last modified, because to process 300 table trying to initialise each of them in turn, in case one of them is 303 needing to iterate across the table). Likewise, it will cache a NULL 305 same iteration unless the state table changes. This behaviour can also be 308 instead the only way for the state table to return a non-NULL ENGINE to the 309 "get_default" query will be if one is expressly set in the table. Eg. 311 that it also sets the state table's cached response for the "get_default" [all …]
|
/openssl-master/crypto/ec/ |
A D | ecp_nistz256.c | 1355 ecp_nistz256_ord_mul_mont(table[i], table[i-1], table[0]); in ecp_nistz256_inv_mod_ord() 1404 ecp_nistz256_ord_mul_mont(table[i_11], table[i_1], table[i_10]); in ecp_nistz256_inv_mod_ord() 1406 ecp_nistz256_ord_mul_mont(table[i_101], table[i_11], table[i_10]); in ecp_nistz256_inv_mod_ord() 1408 ecp_nistz256_ord_mul_mont(table[i_111], table[i_101], table[i_10]); in ecp_nistz256_inv_mod_ord() 1412 ecp_nistz256_ord_mul_mont(table[i_1111], table[i_1010], table[i_101]); in ecp_nistz256_inv_mod_ord() 1415 ecp_nistz256_ord_mul_mont(table[i_10101], table[i_10101], table[i_1]); in ecp_nistz256_inv_mod_ord() 1419 ecp_nistz256_ord_mul_mont(table[i_101111], table[i_101010], table[i_101]); in ecp_nistz256_inv_mod_ord() 1421 ecp_nistz256_ord_mul_mont(table[i_x6], table[i_101010], table[i_10101]); in ecp_nistz256_inv_mod_ord() 1424 ecp_nistz256_ord_mul_mont(table[i_x8], table[i_x8], table[i_11]); in ecp_nistz256_inv_mod_ord() 1427 ecp_nistz256_ord_mul_mont(table[i_x16], table[i_x16], table[i_x8]); in ecp_nistz256_inv_mod_ord() [all …]
|
/openssl-master/crypto/bn/ |
A D | rsaz_exp.c | 263 unsigned char *table = storage + (64 - ((size_t)storage % 64)); 264 BN_ULONG *a_inv = (BN_ULONG *)(table + 16 * 8 * 8); 265 BN_ULONG *temp = (BN_ULONG *)(table + 16 * 8 * 8 + 8 * 8); 279 rsaz_512_scatter4(table, temp, 0); 283 rsaz_512_scatter4(table, a_inv, 1); 287 rsaz_512_scatter4(table, temp, 2); 290 rsaz_512_mul_scatter4(temp, a_inv, m, k0, table, index); 295 rsaz_512_gather4(temp, table, wvalue >> 4); 297 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue & 0xf); 303 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue >> 4); [all …]
|
A D | bn_exp.c | 501 BN_ULONG *table = (BN_ULONG *)buf; in MOD_EXP_CTIME_COPY_TO_PREBUF() local 507 table[j] = b->d[i]; in MOD_EXP_CTIME_COPY_TO_PREBUF() 527 volatile BN_ULONG *table = (volatile BN_ULONG *)buf; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local 533 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF() 537 acc |= table[j] & in MOD_EXP_CTIME_COPY_FROM_PREBUF() 555 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF() 559 acc |= ( (table[j + 0 * xstride] & y0) | in MOD_EXP_CTIME_COPY_FROM_PREBUF() 560 (table[j + 1 * xstride] & y1) | in MOD_EXP_CTIME_COPY_FROM_PREBUF() 561 (table[j + 2 * xstride] & y2) | in MOD_EXP_CTIME_COPY_FROM_PREBUF() 812 void *table, size_t power); in BN_mod_exp_mont_consttime() [all …]
|
/openssl-master/ |
A D | Configure | 233 our %table = (); 1195 foreach (sort keys %table) { 1210 print "%table = (\n"; 1260 if (!$table{$target}) { 1271 $found=$_ if $table{$_} && !$table{$_}->{template}; 1279 $target = $cc if $table{$cc} && !$table{$cc}->{template}; 3040 # %table. 3047 local %table = (); 3077 %table = (%table, %targets); 3182 $table{$target}->{$_} = process_values($table{$target}->{$_}, [all …]
|
/openssl-master/ms/ |
A D | uplink.c | 34 void OPENSSL_Uplink(volatile void **table, int index) in OPENSSL_Uplink() argument 59 _T("OPENSSL_Uplink(%p,%02X): "), table, index); in OPENSSL_Uplink() 99 table[index] = func; in OPENSSL_Uplink()
|
/openssl-master/crypto/ |
A D | mem_sec.c | 318 static int sh_testbit(char *ptr, int list, unsigned char *table) in sh_testbit() argument 326 return TESTBIT(table, bit); in sh_testbit() 329 static void sh_clearbit(char *ptr, int list, unsigned char *table) in sh_clearbit() argument 337 OPENSSL_assert(TESTBIT(table, bit)); in sh_clearbit() 338 CLEARBIT(table, bit); in sh_clearbit() 341 static void sh_setbit(char *ptr, int list, unsigned char *table) in sh_setbit() argument 349 OPENSSL_assert(!TESTBIT(table, bit)); in sh_setbit() 350 SETBIT(table, bit); in sh_setbit()
|
/openssl-master/ssl/statem/ |
A D | statem_lib.c | 1580 const version_info *table; in ssl_version_supported() local 1587 table = tls_version_table; in ssl_version_supported() 1594 for (vent = table; in ssl_version_supported() 1623 const version_info *table; in ssl_check_version_downgrade() local 1638 table = tls_version_table; in ssl_check_version_downgrade() 1758 const version_info *table; in ssl_choose_server_version() local 1785 table = tls_version_table; in ssl_choose_server_version() 1895 const version_info *table; in ssl_choose_client_version() local 1933 table = tls_version_table; in ssl_choose_client_version() 2028 const version_info *table; in ssl_get_min_max_version() local [all …]
|
/openssl-master/apps/ |
A D | passwd.c | 49 char *passwd, BIO *out, int quiet, int table, 103 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local 137 table = 1; in passwd_main() 263 quiet, table, reverse, pw_maxlen, mode)) in passwd_main() 287 table, reverse, pw_maxlen, mode)) in passwd_main() 778 char *passwd, BIO *out, int quiet, int table, in do_passwd() argument 837 if (table && !reverse) in do_passwd() 839 else if (table && reverse) in do_passwd()
|
/openssl-master/doc/man1/ |
A D | openssl-passwd.pod.in | 22 [B<-table>] 83 =item B<-table> 90 When the B<-table> option is used, reverse the order of cleartext and hash.
|
/openssl-master/crypto/sha/asm/ |
A D | sha512p8-ppc.pl | 334 local *table = sub { 337 table( 385 local *table = sub { 388 table(
|
/openssl-master/crypto/property/ |
A D | README.md | 37 be feasible to use a hash table to contain the names (and possibly also 47 maintained separately. This cache would be a hash table, indexed by 51 * A query cache is desirable. This would be a hash table keyed by the 69 are populated as the first two members of the value table. All property
|
/openssl-master/crypto/whrlpool/asm/ |
A D | wp-x86_64.pl | 62 $table=".Ltable"; 99 lea $table(%rip),%rbp 240 .type $table,\@object 241 $table:
|
/openssl-master/crypto/asn1/ |
A D | a_strnid.c | 118 DECLARE_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table); 125 IMPLEMENT_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table);
|
/openssl-master/Configurations/ |
A D | README-design.md | 13 information database as a hash table called `%unified_info`, which is 205 depends => a hash table containing 'file' => [ 'dependency' ... ] 212 generate => a hash table containing 'file' => [ 'generator' ... ] 216 includes => a hash table containing 'file' => [ 'include' ... ] 220 install => a hash table containing 'type' => [ 'file' ... ] pairs. 234 sources => a hash table containing 'file' => [ 'sourcefile' ... ] 237 mentioned in this hash table, with source files from 242 a hash table just like 'sources', but only as source 246 section above would be digested into a `%unified_info` table:
|
/openssl-master/doc/internal/man3/ |
A D | ossl_method_construct.pod | 55 providers for a dispatch table given an I<operation_id>, and then 81 when the provider doesn't want its dispatch table stored in a longer 123 dispatch table I<fns>.
|