Searched refs:digits (Results 1 – 17 of 17) sorted by relevance
423 long digits = 0; in TS_CONF_set_clock_precision_digits() local428 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()
18 used to display the meaning of the hex code. The hex code is the hex digits
81 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).
84 Specifies the secret key in hexadecimal form (two hex digits per byte).96 Specifies the password in hexadecimal form (two hex digits per byte).
147 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 specified163 of hex digits. When only the key is specified using the B<-K> option, the
72 notation where B<XX> are the two hex digits representing the character value.
170 Specifies MAC key in hexadecimal form (two hex digits per byte).
137 Specifies the MAC key in hexadecimal form (two hex digits per byte).
460 Specifies the maximum number of digits, which represent the fraction of462 must be removed from the time, so there might actually be fewer digits,
501 an even number of hex digits with the serial number to use. After each
36 An odd number of hex digits is an error.
160 output must be a set of hex digits. B<BITLIST> (which is only valid for a BIT
406 cipher encoded as a set of hexadecimal digits. After those two lines is
326 clock_precision_digits = 0 # number of digits after dot. (optional)
439 CRYPTO_R_ODD_NUMBER_OF_DIGITS:103:odd number of digits
5095 In the BN_hex2bn function the number of hex digits is calculated using an6297 In the BN_hex2bn function the number of hex digits is calculated using an15734 the default to have only downcase letters (and digits) in
Completed in 42 milliseconds