Home
last modified time | relevance | path

Searched defs:bits (Results 426 - 450 of 1070) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c51 static void print_value(FILE *file, uint32_t value, int bits) in print_value() argument
70 print_named_value(FILE *file, const char *name, uint32_t value, int bits) print_named_value() argument
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_prime.c74 static int calc_trial_divisions(int bits) in calc_trial_divisions() argument
94 static int bn_mr_min_checks(int bits) in bn_mr_min_checks() argument
123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, in argument
213 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) BN_generate_prime_ex() argument
478 probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, BN_CTX *ctx) probable_prime() argument
536 probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) probable_prime_dh() argument
[all...]
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
108 int BN_rand(BIGNUM *rnd, int bits, in argument
113 BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_bntest_rand() argument
119 BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, unsigned int strength, BN_CTX *ctx) BN_priv_rand_ex() argument
126 BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_priv_rand() argument
231 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_pseudo_rand() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon.c642 unsigned int bits; in ossl_cipher_generic_set_ctx_params() local
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_cbc.c178 size_t bits; /* at most 18 bits */ in ssl3_cbc_digest_record() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkeymgmt_lib.c296 int bits = 0; in evp_keymgmt_util_cache_keyinfo() local
H A Ddh_ctrl.c94 size_t bits = pbits; in EVP_PKEY_CTX_set_dh_paramgen_prime_len() local
/third_party/node/deps/openssl/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() argument
50 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key() argument
75 static int rsa_multiprime_keygen(RSA *rsa, int bits, int primes, in rsa_multiprime_keygen() argument
424 rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, BIGNUM *e_value, BN_GENCB *cb, int pairwise_test) rsa_keygen() argument
[all...]
H A Drsa_meth.c272 RSA_meth_set_keygen(RSA_METHOD *meth, int (*keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)) RSA_meth_set_keygen() argument
286 RSA_meth_set_multi_prime_keygen(RSA_METHOD *meth, int (*keygen) (RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb)) RSA_meth_set_multi_prime_keygen() argument
/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_x86core.c474 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() argument
576 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() argument
[all...]
/third_party/node/deps/openssl/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
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_prime.c74 static int calc_trial_divisions(int bits) in calc_trial_divisions() argument
94 static int bn_mr_min_checks(int bits) in bn_mr_min_checks() argument
123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, in argument
213 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) BN_generate_prime_ex() argument
478 probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, BN_CTX *ctx) probable_prime() argument
536 probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) probable_prime_dh() argument
[all...]
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
108 int BN_rand(BIGNUM *rnd, int bits, in argument
113 BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_bntest_rand() argument
119 BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, unsigned int strength, BN_CTX *ctx) BN_priv_rand_ex() argument
126 BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_priv_rand() argument
231 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_pseudo_rand() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dkeymgmt_lib.c296 int bits = 0; in evp_keymgmt_util_cache_keyinfo() local
H A Ddh_ctrl.c94 size_t bits = pbits; in EVP_PKEY_CTX_set_dh_paramgen_prime_len() local
/third_party/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
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py277 def bits(enum): function
/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp82 BitFlags bits = info.fPaintBits; in ApplyInfo() local
/third_party/skia/src/core/
H A DSkGlyph.cpp39 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() argument
H A DSkYUVMath.cpp240 int bits; member
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon.c611 unsigned int bits; in ossl_cipher_generic_set_ctx_params() local
/third_party/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() argument
50 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key() argument
75 static int rsa_multiprime_keygen(RSA *rsa, int bits, int primes, in rsa_multiprime_keygen() argument
424 rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, BIGNUM *e_value, BN_GENCB *cb, int pairwise_test) rsa_keygen() argument
[all...]
H A Drsa_meth.c272 RSA_meth_set_keygen(RSA_METHOD *meth, int (*keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)) RSA_meth_set_keygen() argument
286 RSA_meth_set_multi_prime_keygen(RSA_METHOD *meth, int (*keygen) (RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb)) RSA_meth_set_multi_prime_keygen() argument
/third_party/openssl/ssl/
H A Ds3_cbc.c178 size_t bits; /* at most 18 bits */ in ssl3_cbc_digest_record() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DLzcompCompress.java39 private BitIOWriter bits; field in LzcompCompress

Completed in 17 milliseconds

1...<<11121314151617181920>>...43