Home
last modified time | relevance | path

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

/openssl-master/crypto/ts/
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-master/doc/man1/
A Dopenssl-errstr.pod.in18 used to display the meaning of the hex code. The hex code is the hex digits
A Dopenssl-mac.pod.in81 Specifies the MAC key in hexadecimal form (two hex digits per byte).
92 Used by GMAC to specify an IV in hexadecimal form (two hex digits per byte).
A Dopenssl-kdf.pod.in84 Specifies the secret key in hexadecimal form (two hex digits per byte).
96 Specifies the password in hexadecimal form (two hex digits per byte).
A Dopenssl-enc.pod.in147 The actual salt to use: this must be represented as a string of hex digits.
154 of hex digits. If only the key is specified, the IV must additionally specified
163 of hex digits. When only the key is specified using the B<-K> option, the
A Dopenssl-namedisplay-options.pod72 notation where B<XX> are the two hex digits representing the character value.
A Dopenssl-dgst.pod.in170 Specifies MAC key in hexadecimal form (two hex digits per byte).
A Dopenssl-fipsinstall.pod.in137 Specifies the MAC key in hexadecimal form (two hex digits per byte).
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,
A Dopenssl-x509.pod.in501 an even number of hex digits with the serial number to use. After each
/openssl-master/doc/man3/
A DOPENSSL_hexchar2int.pod36 An odd number of hex digits is an error.
A DASN1_generate_nconf.pod160 output must be a set of hex digits. B<BITLIST> (which is only valid for a BIT
A DPEM_read_bio_PrivateKey.pod406 cipher encoded as a set of hexadecimal digits. After those two lines is
/openssl-master/apps/
A Dopenssl-vms.cnf326 clock_precision_digits = 0 # number of digits after dot. (optional)
A Dopenssl.cnf326 clock_precision_digits = 0 # number of digits after dot. (optional)
/openssl-master/crypto/err/
A Dopenssl.txt439 CRYPTO_R_ODD_NUMBER_OF_DIGITS:103:odd number of digits
/openssl-master/
A DCHANGES.md5095 In the BN_hex2bn function the number of hex digits is calculated using an
6297 In the BN_hex2bn function the number of hex digits is calculated using an
15734 the default to have only downcase letters (and digits) in

Completed in 42 milliseconds