Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/openssl-master/crypto/
A Dcore_namemap.c23 int number; member
121 int number; member
128 if (namenum->number == data->number) in do_name()
147 cbdata.number = number; in ossl_namemap_doall_names()
196 int number; in ossl_namemap_name2num_n() local
211 return number; in ossl_namemap_name2num_n()
263 namenum->number = in namemap_add_name_n()
264 number != 0 ? number : 1 + tsan_counter(&namemap->max_number); in namemap_add_name_n()
336 if (number == 0) { in ossl_namemap_add_names()
356 if (number == 0) { in ossl_namemap_add_names()
[all …]
/openssl-master/doc/internal/man3/
A Devp_md_get_number.pod32 This number is dynamic and should be expected to vary from run to run.
40 Returns the internal dynamic number assigned to I<cipher>.
49 Keturns the internal dynamic number assigned to I<kdf>.
53 Returns the internal dynamic number assigned to I<kem>.
57 Returns the internal dynamic number assigned to the I<exchange>.
61 Returns the internal dynamic number assigned to the I<keymgmt>.
65 Returns the internal dynamic number assigned to I<mac>.
69 Returns the internal dynamic number assigned to the I<md>. This is
74 Returns the internal dynamic number assigned to I<rand>.
78 Returns the internal dynamic number assigned to I<signature>.
[all …]
A Dossl_namemap_new.pod9 - internal number E<lt>-E<gt> name map
22 int ossl_namemap_add_name_n(OSSL_NAMEMAP *namemap, int number,
28 int ossl_namemap_doall_names(const OSSL_NAMEMAP *namemap, int number,
32 int ossl_namemap_add_names(OSSL_NAMEMAP *namemap, int number,
37 A B<OSSL_NAMEMAP> is a one-to-many number E<lt>-E<gt> names map, which
57 If the given I<number> is zero, a new number will be allocated to
60 names already associated with that number.
62 ossl_namemap_name2num() finds the number corresponding to the given
71 I<number> in the given I<namemap> and calls the function I<fn> for
78 the same number. If some of them already exist in the I<namemap>,
[all …]
/openssl-master/test/recipes/
A D02-test_ordinals.t44 my $number = $tokens[1];
45 $number = $cnt + 1 if $number eq '?';
46 $number = $cnt if $number eq '?+';
47 if ($cnt > $number
48 || ($cnt == $number && ($qualifier ne $newqual
/openssl-master/doc/man3/
A DSSL_CTX_sess_number.pod26 SSL_CTX_sess_number() returns the current number of sessions in the internal
29 SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in
32 SSL_CTX_sess_connect_good() returns the number of successfully established
38 SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in
41 SSL_CTX_sess_accept_good() returns the number of successfully established
44 SSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations
47 SSL_CTX_sess_hits() returns the number of successfully reused sessions.
52 SSL_CTX_sess_cb_hits() returns the number of successfully retrieved sessions
55 SSL_CTX_sess_misses() returns the number of sessions proposed by clients
58 SSL_CTX_sess_timeouts() returns the number of sessions proposed by clients
[all …]
A DBN_num_bytes.pod21 BN_num_bits_word() returns the number of significant bits in a word.
25 BN_num_bits() returns the number of significant bits in a B<BIGNUM>,
38 the number of bits they expected (something like 512, 1024, 2048,
39 ...). This is because generating a number with some specific number
40 of bits doesn't always set the highest bits, thereby making the number
A DOPENSSL_LH_stats.pod27 many entries are in it, and the number and result of calls to the
30 OPENSSL_LH_node_stats() prints the number of entries for each 'bucket' in the
35 the average number of data items per 'bucket' in the hash table. The
36 'actual load' is the average number of items per 'bucket', but only
38 average number of searches that will need to find an item in the hash
39 table, while the 'load' is the average number that will be done to
A DERR_GET_LIB.pod21 number and reason code. ERR_GET_LIB()
26 The library number describes where the error
29 Each sub-library of OpenSSL has a unique library number; the
35 be sure to also compare the library number.
41 The library number, reason code, and whether the error
A DSSL_CTX_set_num_tickets.pod10 - control the number of TLSv1.3 session tickets that are issued
25 application and set the number of TLSv1.3 session tickets that will be sent to
30 The default number of tickets is 2. Following a resumption the number of tickets
39 verification status). The number of tickets issued will normally be the same as
42 SSL_verify_client_post_handshake() to update the number of tickets that will be
65 SSL_CTX_get_num_tickets() and SSL_get_num_tickets() return the number of
74 SSL_CTX_get_num_tickets() and SSL_get_num_tickets() return the number of tickets
A DERR_new.pod35 number I<lib> and the reason code I<reason>, and additional data as a
36 format string I<fmt> and an arbitrary number of arguments.
42 argument instead of a variable number of arguments.
51 The library number is unique to each unit that records errors.
52 OpenSSL has a number of preallocated ones for its own uses, but
53 others may allocate their own library number dynamically with
A DDSA_size.pod27 DSA_bits() returns the number of bits in key I<dsa>: this is the number
34 DSA_security_bits() returns the number of security bits of the given I<dsa>
39 DSA_security_bits() returns the number of security bits in the key, or -1 if
42 DSA_bits() returns the number of bits in the key, or -1 if I<dsa> doesn't
A DBN_rand.pod8 - generate pseudo-random number
40 number of I<bits> in length and security strength at least I<strength> bits
41 using the random number generator for the library context associated with
48 requirements on the most significant bit of the generated number.
52 the number will be set to 1, so that the product of two such random
54 If I<bottom> is B<BN_RAND_BOTTOM_ODD>, the number will be odd; if it
62 number I<rnd>, of security stength at least I<strength> bits,
63 in the range 0 E<lt>= I<rnd> E<lt> I<range> using the random number
A DX509_CRL_get0_by_serial.pod34 serial number B<serial>. If it is successful it sets B<*ret> to the internal
39 looks for a revoked entry using the serial number of certificate B<x>.
45 serial number of B<r>.
50 X509_REVOKED_set_serialNumber() sets the serial number of B<r> to B<serial>.
63 number order.
67 Applications can determine the number of revoked entries returned by
A DX509_get_serialNumber.pod8 - get or set certificate serial number
20 X509_get_serialNumber() returns the serial number of certificate B<x> as an
27 X509_set_serialNumber() sets the serial number of certificate B<x> to
28 B<serial>. A copy of the serial number is used internally so B<serial> should
A DRSA_size.pod23 RSA_bits() returns the number of significant bits.
35 RSA_security_bits() returns the number of security bits of the given B<rsa>
40 RSA_bits() returns the number of bits in the key.
44 RSA_security_bits() returns the number of security bits.
A DBN_generate_prime.pod61 BN_generate_prime_ex2() generates a pseudo-random prime number of
65 The returned number is probably prime with a negligible error.
71 If B<add> is B<NULL> the returned prime number will have exact bit
74 If B<ret> is not B<NULL>, it will be used to store the number.
83 potential prime number.
87 While the number is being tested for primality,
116 The random number generator configured for the OSSL_LIB_CTX associated with
125 and BN_is_prime_fasttest() test if the number B<p> is prime.
130 The test performed on B<p> are trial division by a number of small primes
196 BN_is_prime_fasttest() and BN_check_prime return 0 if the number is composite,
[all …]
A DOSSL_trace_get_category_num.pod17 OSSL_trace_get_category_num() gives the category number corresponding
25 OSSL_trace_get_category_num() returns the category number if the given
29 C<num> is a recognised category number, otherwise NULL.
A DBN_bn2bin.pod65 hexadecimal number representation and converts them to a B<BIGNUM> and
76 that consists of the number's length in bytes represented as a 4-byte
77 big-endian number, and the number itself in big-endian format, where
78 the most significant bit signals a negative number (the representation
91 BN_bn2bin() returns the length of the big-endian number placed at B<to>.
94 BN_bn2binpad(), BN_bn2lebinpad(), and BN_bn2nativepad() return the number of bytes written or -1 if…
98 on error. BN_hex2bn() and BN_dec2bn() return the number of characters
A DDH_size.pod28 DH_bits() returns the number of significant bits.
36 DH_security_bits() returns the number of security bits of the given B<dh>
41 DH_bits() returns the number of bits in the key, or -1 if
47 DH_security_bits() returns the number of security bits, or -1 if
/openssl-master/util/perl/OpenSSL/
A DOrdinals.pm183 $_->number($_->intnum()) if $_->number() =~ m|^\?|;
469 my $number = @items ? $items[0]->number() : '?';
479 number => $number,
567 my $number =
568 $items[0]->number() =~ m|^\?| ? '?+' : $items[0]->number();
573 number => $number,
832 number => $opts{number},
926 sub number { subroutine
952 $self->number(),
1051 my $number = shift;
[all …]
/openssl-master/include/internal/
A Dnamemap.h20 int ossl_namemap_add_name(OSSL_NAMEMAP *namemap, int number, const char *name);
21 int ossl_namemap_add_name_n(OSSL_NAMEMAP *namemap, int number,
32 const char *ossl_namemap_num2name(const OSSL_NAMEMAP *namemap, int number,
34 int ossl_namemap_doall_names(const OSSL_NAMEMAP *namemap, int number,
42 int ossl_namemap_add_names(OSSL_NAMEMAP *namemap, int number,
/openssl-master/doc/man7/
A Dopenssl_user_macros.pod.in27 The value is a version number, given in one of the following two forms:
34 represents the major number, C<NN> represents the minor number, and
35 C<FF> represents the fix number, as a hexadecimal number. For version
38 Any version number may be given, but these numbers are
58 This form is a simple decimal number calculated with this formula:
63 minor and patch components of the version number. For example:
A Dprovider-rand.pod5 provider-rand - The random number generation library E<lt>-E<gt> provider
26 /* Random number generator functions: NIST */
39 /* Random number generator functions: additional */
71 algorithms and random number sources and make
188 Returns the state of the random number generator.
192 Returns the bit strength of the random number generator.
204 Reads or set the number of generate requests before reseeding the
209 Reads or set the number of elapsed seconds before reseeding the
214 Specifies the maximum number of bytes that can be generated in a single
221 Specify the minimum and maximum number of bytes of random material that
[all …]
/openssl-master/crypto/asn1/
A Dt_pkey.c45 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, in ASN1_bn_print() argument
59 if (BIO_printf(bp, "%s 0\n", number) <= 0) in ASN1_bn_print()
65 if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg, in ASN1_bn_print()
77 if (BIO_printf(bp, "%s%s\n", number, in ASN1_bn_print()
/openssl-master/doc/internal/man7/
A DVERSION.pod27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH.
85 The minimal version number, a string composed from B<MAJOR>, B<MINOR> and
91 The fully loaded version number, a string composed from $config{version},
109 The fully loaded version number ($config{full_version}) will be
120 The fully loaded version number ($config{full_version}) will be
131 The fully loaded version number ($config{full_version}) will be

Completed in 34 milliseconds

12345678910>>...14