Searched refs:expanded (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/ec/curve448/ |
A D | eddsa.c | 183 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in ossl_c448_ed448_sign() local 185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign() 188 clamp(expanded); in ossl_c448_ed448_sign() 189 ossl_curve448_scalar_decode_long(secret_scalar, expanded, in ossl_c448_ed448_sign() 196 expanded + EDDSA_448_PRIVATE_BYTES, in ossl_c448_ed448_sign() 199 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign() 202 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
|
/openssl-master/doc/man3/ |
A D | BN_set_bit.pod | 28 number is expanded if necessary.
|
A D | BIO_f_buffer.pod | 46 is expanded.
|
A D | DES_random_key.pod | 112 each byte is the parity bit. The key schedule is an expanded form of
|
/openssl-master/crypto/bn/ |
A D | README.pod | 206 B<n> word number. If the number has to be expanded, both macros
|
/openssl-master/doc/internal/man7/ |
A D | build.info.pod | 268 I<variables are expanded into their values before the value they are
|
/openssl-master/doc/man7/ |
A D | provider-base.pod | 463 expanded from the macro B<OPENSSL_VERSION_STR>.
|
/openssl-master/include/openssl/ |
A D | x509.h.in | 205 /* expanded version of 'enc_algor' */
|
/openssl-master/ |
A D | INSTALL.md | 1018 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.
|
Completed in 15 milliseconds