Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 62) 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()
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 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()
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 Dbn_mpi.c16 int bits; in BN_bn2mpi() local
H A Dbn_exp.c51 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 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()
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 Drsa_depr.c29 RSA *RSA_generate_key(int bits, unsigned long e_value, in RSA_generate_key() argument
H A Drsa_mp.c98 int ossl_rsa_multip_cap(int bits) in ossl_rsa_multip_cap()
H A Drsa_x931g.c150 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.c472 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 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/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/providers/implementations/macs/
H A Dkmac_prov.c510 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 Dec_mult.c526 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 Dcfb128.c187 size_t bits, const void *key, in CRYPTO_cfb128_1_encrypt()

Completed in 81 milliseconds

123