Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 36) sorted by relevance

12

/openssl/util/perl/OpenSSL/
H A DOrdinals.pm267 sub items { subroutine
312 if (scalar @items < 1 || scalar @items > 2) {
344 $items[0]->name(), " and ", $items[1]->name(), ":",
351 if $items[0]->name() eq $items[1]->name()
352 && $items[0]->type() eq $items[2]->type()
381 $self->{contents}->[$items[0]->intnum()] = [ @items ];
466 my @items = $self->items(filter => f_name($name));
469 my $number = @items ? $items[0]->number() : '?';
473 @items = grep { $_->exists() } @items;
538 my @items = $self->items(filter => $f_byalias);
[all …]
H A DUtil.pm267 my @items; # Items to iterate over
279 @items = @$ref;
291 @items = sort keys %$ref;
300 $delim_l . join($separator, map { &$product } @items) . $delim_r;
/openssl/ssl/
H A Dpqueue.c14 pitem *items; member
57 if (pq->items == NULL) { in pqueue_insert()
58 pq->items = item; in pqueue_insert()
62 for (curr = NULL, next = pq->items; in pqueue_insert()
72 pq->items = item; in pqueue_insert()
91 return pq->items; in pqueue_peek()
96 pitem *item = pq->items; in pqueue_pop()
98 if (pq->items != NULL) in pqueue_pop()
99 pq->items = pq->items->next; in pqueue_pop()
109 if (pq->items == NULL) in pqueue_find()
[all …]
/openssl/crypto/rsa/
H A Drsa_schemes.c19 const OSSL_ITEM *items, size_t items_n) in meth2nid() argument
25 if (meth_is_a(meth, items[i].ptr)) in meth2nid()
26 return (int)items[i].id; in meth2nid()
30 static const char *nid2name(int meth, const OSSL_ITEM *items, size_t items_n) in nid2name() argument
35 if (meth == (int)items[i].id) in nid2name()
36 return items[i].ptr; in nid2name()
/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c284 ILE3 *items, in prepare_item_list() argument
291 items->ile3$w_code = items_input->code; in prepare_item_list()
293 if (items->ile3$w_code == JPI$_FINALEXC) in prepare_item_list()
294 items->ile3$w_length = 4; in prepare_item_list()
298 items->ile3$ps_bufaddr = databuffer; in prepare_item_list()
299 items->ile3$ps_retlen_addr = 0; in prepare_item_list()
305 items->ile3$w_length = items->ile3$w_code = 0; in prepare_item_list()
306 items->ile3$ps_bufaddr = items->ile3$ps_retlen_addr = NULL; in prepare_item_list()
311 static void massage_JPI(ILE3 *items) in massage_JPI() argument
318 for (; items->ile3$w_length != 0; items++) { in massage_JPI()
[all …]
/openssl/doc/internal/man7/
H A Dbuild.info.pod27 B<DEPEND[>I<items>B<]=> I<otheritem> ...
35 B<DEFINE[>I<items>B<]=> I<name>[B<=>I<value>] ...
37 B<INCLUDE[>I<items>B<]=> I<dir> ...
125 =item B<I<KEYWORD>[>I<items>B<]> B<=> I<value> ...
147 specify further details for existing items, for example:
157 Multiple space separated items are allowed too:
436 =item B<DEPEND[>I<items>B<]> B<=> I<file> ...
442 rather than the specific I<items>.
518 =item B<DEFINE[>I<items>B<]> B<=> I<name>[B<=>I<value>] ...
521 value if no I<value> is given) associated with I<items>.
[all …]
H A DVERSION.pod59 The following items in %config from F<configdata.pm> are affected:
65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and
/openssl/apps/
H A Dstoreutl.c357 int ret = 1, items = 0; in process() local
424 indent_printf(indent, bio_out, "%d: %s: %s\n", items, infostr, in process()
429 indent_printf(indent, bio_out, "%d: %s\n", items, infostr); in process()
487 items++; in process()
490 indent_printf(indent, out, "Total found: %d\n", items); in process()
/openssl/util/
H A Dmknum.pl50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
H A Dmkdef.pl163 $writer->($ordinals->items(%ordinal_opts));
/openssl/doc/man3/
H A DSSL_free.pod22 SSL_free() also calls the free()ing procedures for indirectly affected items, if
25 Do not explicitly free these indirectly freed up items before or after
H A DOPENSSL_LH_stats.pod41 the average number of data items per 'bucket' in the hash table. The
42 'actual load' is the average number of items per 'bucket', but only
H A DOPENSSL_LH_COMPFUNC.pod87 will contain items of some particular type and the I<hash> and
154 /* Call "TYPE_cleanup" against all items in a hash table. */
166 The best solution is probably to avoid deleting items from the hash
240 internally represents lh_insert()'d items with a "const void *"
243 parameters that pass back the table items' data pointers - for
H A DSSL_CTX_free.pod18 It also calls the free()ing procedures for indirectly affected items, if
H A DASN1_STRING_TABLE_add.pod40 ASN1_STRING_TABLE_cleanup() frees all B<ASN1_STRING_TABLE> items added
H A DSSL_CTX_set_keylog_callback.pod28 The key logging callback is called with two items: the B<ssl> object associated
H A DEVP_PKEY_todata.pod30 callback returns. The user must preserve the items of interest, or use
H A DADMISSIONS.pod133 stack of B<PROFESSION_INFO> items.
H A DSSL_CTX_set_default_passwd_cb.pod72 Other items in PEM formatting (certificates) can also be encrypted, it is
H A DOpenSSL_version.pod201 This is typically used in strings that are lists of items, such as the
/openssl/test/recipes/
H A D90-test_store.t538 my ($function, @items) = @_;
540 foreach (@items) {
/openssl/doc/man7/
H A DRAND.pod16 modern operating systems, which may use items such as interrupt jitter
/openssl/doc/internal/man3/
H A DOSSL_TIME.pod83 B<ossl_time_subtract> performs a saturating subtraction of the two items,
/openssl/external/perl/Text-Template-1.56/
H A DChanges245 foreach $i (@items) {
253 { foreach $i (@items) {
/openssl/
H A DConfigure2720 my @items =
2724 if (@items) {
2725 $unified_info{$l1}->{$l2} = [ @items ];

Completed in 67 milliseconds

12