/openssl/demos/pkey/ |
H A D | EVP_PKEY_RSA_keygen.c | 35 static EVP_PKEY *generate_rsa_key_long(OSSL_LIB_CTX *libctx, unsigned int bits) in generate_rsa_key_long() 108 static EVP_PKEY *generate_rsa_key_short(OSSL_LIB_CTX *libctx, unsigned int bits) in generate_rsa_key_short() 127 int bits = 0; in dump_key() local 245 unsigned int bits = 4096; in main() local
|
/openssl/crypto/bn/ |
H A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() 100 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() 106 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 111 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 117 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() 124 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
H A D | bn_prime.c | 74 static int calc_trial_divisions(int bits) in calc_trial_divisions() 94 static int bn_mr_min_checks(int bits) in bn_mr_min_checks() 123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex2() 211 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex() 487 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime() 545 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
|
H A D | bn_mpi.c | 16 int bits; in BN_bn2mpi() local
|
H A D | bn_exp.c | 51 int i, bits, ret = 0; in BN_exp() local 172 int i, j, bits, ret = 0, wstart, wend, window; in BN_mod_exp_recp() local 315 int i, j, bits, ret = 0, wstart, wend, window; in BN_mod_exp_mont() local 613 int i, bits, ret = 0, window, wvalue, wmask, window0; in BN_mod_exp_mont_consttime() local 1167 int b, bits, ret = 0; in BN_mod_exp_mont_word() local 1314 int i, j, bits, ret = 0, wstart, wend, window; in BN_mod_exp_simple() local
|
H A D | bn_exp2.c | 20 int i, j, bits, b, bits1, bits2, ret = in BN_mod_exp2_mont() local
|
H A D | bn_depr.c | 22 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument
|
/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 41 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex() 50 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key() 258 static int rsa_multiprime_keygen(RSA *rsa, int bits, int primes, in rsa_multiprime_keygen() 604 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, in rsa_keygen()
|
H A D | rsa_depr.c | 29 RSA *RSA_generate_key(int bits, unsigned long e_value, in RSA_generate_key() argument
|
H A D | rsa_mp.c | 98 int ossl_rsa_multip_cap(int bits) in ossl_rsa_multip_cap()
|
H A D | rsa_x931g.c | 150 int RSA_X931_generate_key_ex(RSA *rsa, int bits, const BIGNUM *e, in RSA_X931_generate_key_ex()
|
/openssl/crypto/camellia/ |
H A D | cmll_misc.c | 20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
|
/openssl/crypto/rc2/ |
H A D | rc2_skey.c | 55 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) in RC2_set_key()
|
/openssl/crypto/dsa/ |
H A D | dsa_depr.c | 31 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
|
H A D | dsa_gen.c | 47 int DSA_generate_parameters_ex(DSA *dsa, int bits, in DSA_generate_parameters_ex()
|
/openssl/crypto/aes/ |
H A D | aes_core.c | 631 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 657 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() 1278 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 1380 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() 1857 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 1958 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
H A D | aes_x86core.c | 472 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 574 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
/openssl/apps/ |
H A D | prime.c | 63 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
|
/openssl/crypto/aria/ |
H A D | aria.c | 538 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key() 670 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key() 930 const unsigned int bytes = n / 8, bits = n % 8; in rotnr() local 1122 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key() 1195 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key()
|
/openssl/crypto/whrlpool/ |
H A D | wp_dgst.c | 92 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
|
/openssl/crypto/asn1/ |
H A D | a_bitstr.c | 23 int ret, j, bits, len; in ossl_i2c_ASN1_BIT_STRING() local
|
/openssl/crypto/evp/ |
H A D | dsa_ctrl.c | 80 size_t bits = nbits; in EVP_PKEY_CTX_set_dsa_paramgen_bits() local
|
/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 510 static unsigned int get_encode_size(size_t bits) in get_encode_size() 532 size_t bits) in right_encode() 568 size_t i, bits, len, sz; in encode_string() local
|
/openssl/crypto/ec/ |
H A D | ec_mult.c | 526 size_t bits; in ossl_ec_wNAF_mul() local 824 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; in ossl_ec_wNAF_precompute_mult() local
|
/openssl/crypto/modes/ |
H A D | cfb128.c | 187 size_t bits, const void *key, in CRYPTO_cfb128_1_encrypt()
|