Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 9 of 9) sorted by relevance

/openssl-master/crypto/ec/curve448/
A Deddsa.c183 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 DBN_set_bit.pod28 number is expanded if necessary.
A DBIO_f_buffer.pod46 is expanded.
A DDES_random_key.pod112 each byte is the parity bit. The key schedule is an expanded form of
/openssl-master/crypto/bn/
A DREADME.pod206 B<n> word number. If the number has to be expanded, both macros
/openssl-master/doc/internal/man7/
A Dbuild.info.pod268 I<variables are expanded into their values before the value they are
/openssl-master/doc/man7/
A Dprovider-base.pod463 expanded from the macro B<OPENSSL_VERSION_STR>.
/openssl-master/include/openssl/
A Dx509.h.in205 /* expanded version of 'enc_algor' */
/openssl-master/
A DINSTALL.md1018 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.

Completed in 15 milliseconds