Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/ts/
H A Dts_conf.c423 long digits = 0; in TS_CONF_set_clock_precision_digits() local
428 digits = _CONF_get_number(conf, section, ENV_CLOCK_PRECISION_DIGITS); in TS_CONF_set_clock_precision_digits()
429 if (digits < 0 || digits > TS_MAX_CLOCK_PRECISION_DIGITS) { in TS_CONF_set_clock_precision_digits()
434 if (!TS_RESP_CTX_set_clock_precision_digits(ctx, digits)) in TS_CONF_set_clock_precision_digits()
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in84 the secret key is specified in hexadecimal form (two hex digits per byte).
95 the password is specified in hexadecimal form (two hex digits per byte).
108 the salt is specified in hexadecimal form (two hex digits per byte).
122 the info is specified in hexadecimal form (two hex digits per byte).
H A Dopenssl-errstr.pod.in18 used to display the meaning of the hex code. The hex code is the hex digits
H A Dopenssl-mac.pod.in79 Specifies the MAC key in hexadecimal form (two hex digits per byte).
90 Used by GMAC to specify an IV in hexadecimal form (two hex digits per byte).
H A Dopenssl-enc.pod.in164 The actual salt to use: this must be represented as a string of hex digits.
172 of hex digits. If only the key is specified, the IV must additionally specified
181 of hex digits. When only the key is specified using the B<-K> option, the
H A Dopenssl-namedisplay-options.pod72 notation where B<XX> are the two hex digits representing the character value.
H A Dopenssl-dgst.pod.in183 Specifies MAC key in hexadecimal form (two hex digits per byte).
H A Dopenssl-ts.pod.in460 Specifies the maximum number of digits, which represent the fraction of
462 must be removed from the time, so there might actually be fewer digits,
H A Dopenssl-fipsinstall.pod.in166 Specifies the MAC key in hexadecimal form (two hex digits per byte).
H A Dopenssl-x509.pod.in551 an even number of hex digits with the serial number used last time.
/openssl/doc/man3/
H A DOPENSSL_hexchar2int.pod37 An odd number of hex digits is an error.
H A DASN1_generate_nconf.pod160 output must be a set of hex digits. B<BITLIST> (which is only valid for a BIT
H A DPEM_read_bio_PrivateKey.pod428 cipher encoded as a set of hexadecimal digits. After those two lines is
/openssl/apps/
H A Dopenssl-vms.cnf326 clock_precision_digits = 0 # number of digits after dot. (optional)
H A Dopenssl.cnf326 clock_precision_digits = 0 # number of digits after dot. (optional)
/openssl/crypto/err/
H A Dopenssl.txt486 CRYPTO_R_ODD_NUMBER_OF_DIGITS:103:odd number of digits
/openssl/
H A DCHANGES.md7034 In the BN_hex2bn function the number of hex digits is calculated using an
8236 In the BN_hex2bn function the number of hex digits is calculated using an
17673 the default to have only downcase letters (and digits) in

Completed in 100 milliseconds