Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavutil/
Dtea.c32 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
Daes.c132 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
Daes_internal.h39 int rounds; member
Dcast5.c74 int rounds; member
/third_party/python/Lib/
Dcrypt.py32 def mksalt(method=None, *, rounds=None): argument
88 def _add_method(name, *args, rounds=None): argument
/third_party/grpc/test/core/surface/
Dinit_test.cc28 static void test(int rounds) { in test()
39 static void test_blocking(int rounds) { in test_blocking()
/third_party/openssl/include/openssl/
Daes.h37 int rounds; member
Drc5.h38 int rounds; member
/third_party/node/test/sequential/
Dtest-net-connect-econnrefused.js31 let rounds = 1; variable
/third_party/openssl/include/crypto/
Daria.h37 unsigned int rounds; member
/third_party/openssl/crypto/evp/
De_rc5.c26 int rounds; /* number of rounds */ member
/third_party/openssl/crypto/rc5/
Drc5_skey.c14 int rounds) in RC5_32_set_key()
/third_party/openssl/test/
Drdrand_sanitytest.c28 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/
Dindex.js497 function bcrypt_pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds) { argument
/third_party/python/Modules/expat/
Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round()
/third_party/skia/third_party/externals/expat/expat/lib/
Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round()
/third_party/expat/lib/
Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round()
/third_party/boost/boost/graph/distributed/
Dboman_et_al_graph_coloring.hpp161 std::size_t rounds = vertices_to_color.size() / s in boman_et_al_graph_coloring() local
/third_party/openssl/crypto/aria/
Daria.c1090 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/
Dcrypt_sha256.c192 char rounds[20] = ""; in sha256crypt() local
Dcrypt_sha512.c213 char rounds[20] = ""; in sha512crypt() local
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.cc386 auto &rounds = iteration_->rounds(); in RegisterRoundKernel() local
/third_party/mbedtls/library/
Dhmac_drbg.c67 unsigned char rounds = ( additional != NULL && add_len != 0 ) ? 2 : 1; in mbedtls_hmac_drbg_update() local
Dbignum.c2646 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/
Dpasswd.c518 unsigned int rounds = 5000; /* Default */ in shacrypt() local

12