/third_party/ffmpeg/libavutil/ |
D | tea.c | 32 int rounds; member 42 void av_tea_init(AVTEA *ctx, const uint8_t key[16], int rounds) in av_tea_init() 56 int rounds = ctx->rounds; in tea_crypt_ecb() local
|
D | aes.c | 132 int count, uint8_t *iv, int rounds) in aes_encrypt() 148 int count, uint8_t *iv, int rounds) in aes_decrypt() 200 int rounds = KC + 6; in av_aes_init() local
|
D | aes_internal.h | 39 int rounds; member
|
D | cast5.c | 74 int rounds; member
|
/third_party/python/Lib/ |
D | crypt.py | 32 def mksalt(method=None, *, rounds=None): argument 88 def _add_method(name, *args, rounds=None): argument
|
/third_party/grpc/test/core/surface/ |
D | init_test.cc | 28 static void test(int rounds) { in test() 39 static void test_blocking(int rounds) { in test_blocking()
|
/third_party/openssl/include/openssl/ |
D | aes.h | 37 int rounds; member
|
D | rc5.h | 38 int rounds; member
|
/third_party/node/test/sequential/ |
D | test-net-connect-econnrefused.js | 31 let rounds = 1; variable
|
/third_party/openssl/include/crypto/ |
D | aria.h | 37 unsigned int rounds; member
|
/third_party/openssl/crypto/evp/ |
D | e_rc5.c | 26 int rounds; /* number of rounds */ member
|
/third_party/openssl/crypto/rc5/ |
D | rc5_skey.c | 14 int rounds) in RC5_32_set_key()
|
/third_party/openssl/test/ |
D | rdrand_sanitytest.c | 28 int rounds, int min_failures, int max_retries, int max_zero_words) in sanity_check_bytes()
|
/third_party/node/deps/npm/node_modules/bcrypt-pbkdf/ |
D | index.js | 497 function bcrypt_pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds) { argument
|
/third_party/python/Modules/expat/ |
D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round()
|
/third_party/expat/lib/ |
D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round()
|
/third_party/boost/boost/graph/distributed/ |
D | boman_et_al_graph_coloring.hpp | 161 std::size_t rounds = vertices_to_color.size() / s in boman_et_al_graph_coloring() local
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 1090 unsigned int rounds, const ARIA_u128 *keys) in do_encrypt() 1200 unsigned int i, rounds = ek.rounds; in aria_set_decrypt_key() local
|
/third_party/musl/src/crypt/ |
D | crypt_sha256.c | 192 char rounds[20] = ""; in sha256crypt() local
|
D | crypt_sha512.c | 213 char rounds[20] = ""; in sha512crypt() local
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | server.cc | 386 auto &rounds = iteration_->rounds(); in RegisterRoundKernel() local
|
/third_party/mbedtls/library/ |
D | hmac_drbg.c | 67 unsigned char rounds = ( additional != NULL && add_len != 0 ) ? 2 : 1; in mbedtls_hmac_drbg_update() local
|
D | bignum.c | 2646 static int mpi_miller_rabin( const mbedtls_mpi *X, size_t rounds, in mpi_miller_rabin() 2739 int mbedtls_mpi_is_prime_ext( const mbedtls_mpi *X, int rounds, in mbedtls_mpi_is_prime_ext() 2790 int rounds; in mbedtls_mpi_gen_prime() local
|
/third_party/openssl/apps/ |
D | passwd.c | 518 unsigned int rounds = 5000; /* Default */ in shacrypt() local
|