/openssl/crypto/ |
H A D | core_namemap.c | 144 int number = 0; in ossl_namemap_name2num() local 165 return number; in ossl_namemap_name2num() 211 if (number > 0) { in numname_insert() 230 if (number <= 0) { in numname_insert() 235 return number; in numname_insert() 238 if (number <= 0) in numname_insert() 256 if ((number = numname_insert(namemap, number, name)) == 0) in namemap_add_name() 273 return number; in namemap_add_name() 332 number = 0; in ossl_namemap_add_names() 344 number = 0; in ossl_namemap_add_names() [all …]
|
/openssl/doc/internal/man3/ |
H A D | evp_md_get_number.pod | 32 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 …]
|
H A D | ossl_namemap_new.pod | 9 - internal number E<lt>-E<gt> name map 26 int ossl_namemap_doall_names(const OSSL_NAMEMAP *namemap, int number, 30 int ossl_namemap_add_names(OSSL_NAMEMAP *namemap, int number, 35 A B<OSSL_NAMEMAP> is a one-to-many number E<lt>-E<gt> names map, which 55 If the given I<number> is zero, a new number will be allocated to 58 names already associated with that number. 60 ossl_namemap_name2num() finds the number corresponding to the given 68 I<number> in the given I<namemap> and calls the function I<fn> for 75 the same number. If some of them already exist in the I<namemap>, 76 they must all have the same associated number, which will be adopted [all …]
|
H A D | ossl_serial_number_print.pod | 16 This function writes a certificate serial number I<bs> to BIO I<out> in decimal if the serial 17 number can be read into a long int, as well as hexadecimal. It notifies the 20 serial number cannot be read into a long int. 22 If the serial number fits into a long int, it is printed on the same line as
|
/openssl/test/recipes/ |
H A D | 02-test_ordinals.t | 44 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/doc/man3/ |
H A D | SSL_CTX_sess_number.pod | 26 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 …]
|
H A D | BN_num_bytes.pod | 21 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
|
H A D | SSL_CTX_set_num_tickets.pod | 10 - 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
|
H A D | ERR_new.pod | 35 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
|
H A D | OPENSSL_LH_stats.pod | 33 number of additional statistics, but the tracking of these statistics is no 36 OPENSSL_LH_node_stats() prints the number of entries for each 'bucket' in the 41 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 44 average number of searches that will need to find an item in the hash 45 table, while the 'load' is the average number that will be done to
|
H A D | DSA_size.pod | 27 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
|
H A D | ERR_GET_LIB.pod | 21 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
|
H A D | BN_rand.pod | 8 - 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 strength at least I<strength> bits, 63 in the range 0 E<lt>= I<rnd> E<lt> I<range> using the random number
|
H A D | X509_CRL_get0_by_serial.pod | 34 serial number I<serial>. If it is successful, it sets I<*ret> to the internal 39 looks for a revoked entry using the serial number of certificate I<x>. 45 serial number of I<r>. 50 X509_REVOKED_set_serialNumber() sets the serial number of I<r> to I<serial>. 63 number order. 67 Applications can determine the number of revoked entries returned by
|
H A D | RSA_size.pod | 23 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.
|
H A D | OpenSSL_version.pod | 11 - get OpenSSL version number and other information 78 (B<maj>) and minor (B<min>) number or not. It will evaluate to true if the 79 header version number (B<OPENSSL_VERSION_MAJOR>.B<OPENSSL_VERSION_MINOR>) is 89 is the number from B<OPENSSL_VERSION_MAJOR>, in hexadecimal notation 93 is the number from B<OPENSSL_VERSION_MINOR>, in hexadecimal notation 97 is the number from B<OPENSSL_VERSION_PATCH>, in hexadecimal notation 171 C<{minor}> and C<{context}> are OpenSSL's major version number, minor version 172 number and the Windows install context, respectively. 229 C<{minor}> and C<{context}> are OpenSSL's major version number, minor version 230 number and the Windows install context, respectively. [all …]
|
H A D | OSSL_trace_get_category_num.pod | 17 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.
|
H A D | DH_size.pod | 28 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/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 183 $_->number($_->intnum()) if $_->number() =~ m|^\?|; 471 my $number = @items ? $items[0]->number() : '?'; 481 number => $number, 569 my $number = 570 $items[0]->number() =~ m|^\?| ? '?+' : $items[0]->number(); 575 number => $number, 834 number => $opts{number}, 928 sub number { subroutine 954 $self->number(), 1053 my $number = shift; [all …]
|
/openssl/include/internal/ |
H A D | namemap.h | 20 int ossl_namemap_add_name(OSSL_NAMEMAP *namemap, int number, const char *name); 30 const char *ossl_namemap_num2name(const OSSL_NAMEMAP *namemap, int number, 32 int ossl_namemap_doall_names(const OSSL_NAMEMAP *namemap, int number, 40 int ossl_namemap_add_names(OSSL_NAMEMAP *namemap, int number,
|
/openssl/doc/designs/quic-design/ |
H A D | quic-ackm.md | 28 - be notified when a packet number space is discarded 50 for a given packet number space. 72 /* QUIC packet number spaces. */ 83 /* QUIC packet number representation. */ 134 /* The packet number of the transmitted packet. */ 157 * into a packet number space. 223 /* The packet number of the received packet. */ 231 * into a packet number space. 285 * acknowledge at least one packet number. 477 This gets the largest unacknowledged packet number in the given packet number [all …]
|
H A D | connection-id-cache.md | 14 * select a connection ID by sequence number and retire that and all older IDs. 17 QUIC_CONNECTION object. The queue will be sorted by sequence number 18 and must maintain a count of the number of connection IDs present. 66 connection and the common sequence number. We need to be able to: 159 * sequence number. 166 * sequence number. 207 * sequence number. 214 * sequence number. 232 uint64_t seq_no; /* Sequence number for both ends */ 269 * Retire by sequence number up to and including the one specified. [all …]
|
/openssl/doc/man7/ |
H A D | openssl_user_macros.pod.in | 27 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:
|
H A D | provider.pod | 116 The number for this operation is B<OSSL_OP_DIGEST>. 124 The number for this operation is B<OSSL_OP_CIPHER>. 132 The number for this operation is B<OSSL_OP_MAC>. 140 The number for this operation is B<OSSL_OP_KDF>. 148 The number for this operation is B<OSSL_OP_KEYEXCH>. 163 The number for this operation is B<OSSL_OP_KEM>. 170 The number for this operation is B<OSSL_OP_ENCODER>. 178 The number for this operation is B<OSSL_OP_DECODER>. 184 The number for this operation is B<OSSL_OP_RAND>. 190 The number for this operation is B<OSSL_OP_KEYMGMT>. [all …]
|
/openssl/crypto/asn1/ |
H A D | t_pkey.c | 45 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()
|