Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Deddsa.c179 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in ossl_c448_ed448_sign() local
181 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign()
184 clamp(expanded); in ossl_c448_ed448_sign()
185 ossl_curve448_scalar_decode_long(secret_scalar, expanded, in ossl_c448_ed448_sign()
192 expanded + EDDSA_448_PRIVATE_BYTES, in ossl_c448_ed448_sign()
195 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
198 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
/openssl/doc/man3/
H A DBN_set_bit.pod28 number is expanded if necessary.
H A DBIO_f_buffer.pod46 is expanded.
H A DDES_random_key.pod112 each byte is the parity bit. The key schedule is an expanded form of
/openssl/test/
H A Dhpke_test.c1267 size_t expanded = 0; in test_hpke_grease() local
1290 expanded = OSSL_HPKE_get_ciphertext_size(g_suite, clearlen); in test_hpke_grease()
1291 if (!TEST_size_t_gt(expanded, clearlen)) { in test_hpke_grease()
/openssl/doc/designs/ddd/
H A DREADME.md28 be expanded over time, and the demos in this directory at any one time constitute
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod72 bucket size, which will be automatically expanded with the hash table load
/openssl/crypto/bn/
H A DREADME.pod206 B<n> word number. If the number has to be expanded, both macros
/openssl/doc/internal/man7/
H A Dbuild.info.pod268 I<variables are expanded into their values before the value they are
/openssl/include/openssl/
H A Dx509.h.in216 /* expanded version of 'enc_algor' */
/openssl/doc/man7/
H A Dprovider-base.pod484 expanded from the macro B<OPENSSL_VERSION_STR>.
/openssl/
H A DINSTALL.md1175 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.

Completed in 43 milliseconds