Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 61) sorted by relevance

123

/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c35 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 Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
H A Dbn_prime.c74 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()
213 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex()
477 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime()
535 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
H A Dbn_mpi.c16 int bits; in BN_bn2mpi() local
H A Dbn_exp.c42 int i, bits, ret = 0; in BN_exp() local
163 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local
298 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_mont() local
594 int i, bits, ret = 0, window, wvalue, wmask, window0; in BN_mod_exp_mont_consttime() local
1139 int b, bits, ret = 0; in BN_mod_exp_mont_word() local
1286 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_simple() local
H A Dbn_exp2.c20 int i, j, bits, b, bits1, bits2, ret = in BN_mod_exp2_mont() local
H A Dbn_depr.c22 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument
/openssl/crypto/rsa/
H A Drsa_gen.c41 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()
75 static int rsa_multiprime_keygen(RSA *rsa, int bits, int primes, in rsa_multiprime_keygen()
424 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, in rsa_keygen()
H A Drsa_depr.c29 RSA *RSA_generate_key(int bits, unsigned long e_value, in RSA_generate_key() argument
H A Drsa_mp.c100 int ossl_rsa_multip_cap(int bits) in ossl_rsa_multip_cap()
H A Drsa_x931g.c151 int RSA_X931_generate_key_ex(RSA *rsa, int bits, const BIGNUM *e, in RSA_X931_generate_key_ex()
/openssl/crypto/camellia/
H A Dcmll_misc.c20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
/openssl/crypto/rc2/
H A Drc2_skey.c55 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) in RC2_set_key()
/openssl/crypto/dsa/
H A Ddsa_depr.c31 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
H A Ddsa_gen.c47 int DSA_generate_parameters_ex(DSA *dsa, int bits, in DSA_generate_parameters_ex()
/openssl/crypto/aes/
H A Daes_core.c631 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 Daes_x86core.c475 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
577 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
/openssl/apps/
H A Dprime.c63 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
/openssl/crypto/aria/
H A Daria.c538 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 Dwp_dgst.c92 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
/openssl/test/
H A Drsa_test.c330 int bits; member
363 const int bits = rsa_security_bits_cases[n].bits; in test_rsa_security_bit() local
/openssl/providers/implementations/macs/
H A Dkmac_prov.c448 static unsigned int get_encode_size(size_t bits) in get_encode_size()
470 size_t bits) in right_encode()
506 size_t i, bits, len, sz; in encode_string() local
/openssl/crypto/asn1/
H A Da_bitstr.c23 int ret, j, bits, len; in ossl_i2c_ASN1_BIT_STRING() local
/openssl/crypto/evp/
H A Ddsa_ctrl.c80 size_t bits = nbits; in EVP_PKEY_CTX_set_dsa_paramgen_bits() local
/openssl/crypto/ec/
H A Dec_mult.c534 size_t bits; in ossl_ec_wNAF_mul() local
835 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; in ossl_ec_wNAF_precompute_mult() local

Completed in 71 milliseconds

123