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()
84 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).
18 used to display the meaning of the hex code. The hex code is the hex digits
79 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).
164 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 specified181 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.
183 Specifies 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,
166 Specifies the MAC key in hexadecimal form (two hex digits per byte).
551 an even number of hex digits with the serial number used last time.
37 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
428 cipher encoded as a set of hexadecimal digits. After those two lines is
326 clock_precision_digits = 0 # number of digits after dot. (optional)
486 CRYPTO_R_ODD_NUMBER_OF_DIGITS:103:odd number of digits
7034 In the BN_hex2bn function the number of hex digits is calculated using an8236 In the BN_hex2bn function the number of hex digits is calculated using an17673 the default to have only downcase letters (and digits) in
Completed in 100 milliseconds