Home
last modified time | relevance | path

Searched defs:rounds (Results 26 - 50 of 63) sorted by relevance

123

/third_party/openssl/include/crypto/
H A Daria.h38 unsigned int rounds; member
/third_party/openssl/ohos_lite/include/crypto/
H A Daria.h37 unsigned int rounds; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/
H A Daes-x86_64.s
H A Daesni-x86_64.s
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/
H A Daes-x86_64.s
H A Daesni-x86_64.s
/third_party/node/deps/base64/base64/lib/arch/neon64/
H A Denc_loop_asm.c83 size_t rounds = *slen / 48; in enc_loop_neon64() local
[all...]
/third_party/node/deps/base64/base64/lib/arch/neon32/
H A Denc_loop.c135 size_t rounds = *slen / 48; in enc_loop_neon32() local
[all...]
H A Ddec_loop.c65 size_t rounds = *slen / 64; in dec_loop_neon32() local
/third_party/node/deps/base64/base64/lib/arch/avx/
H A Denc_loop_asm.c135 size_t rounds = (*slen - 4) / 12; in enc_loop_avx() local
[all...]
/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Denc_loop_asm.c137 size_t rounds = (*slen - 4) / 24; in enc_loop_avx2() local
[all...]
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H A Denc_loop_asm.c139 size_t rounds = (*slen - 4) / 12; in enc_loop_ssse3() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc5.c90 unsigned int rounds; in rc5_set_ctx_params() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_rc5.c90 unsigned int rounds; in rc5_set_ctx_params() local
/third_party/openssl/test/
H A Drdrand_sanitytest.c23 sanity_check_bytes(size_t (rng)unsigned char *, size_t), int rounds, int min_failures, int max_retries, int max_zero_words) sanity_check_bytes() argument
/third_party/ffmpeg/libavutil/
H A Dtea.c32 int rounds; member
42 void av_tea_init(AVTEA *ctx, const uint8_t key[16], int rounds) in av_tea_init() argument
56 int rounds = ctx->rounds; in tea_crypt_ecb() local
H A Dcast5.c78 int rounds; member
H A Daes.c204 int rounds = KC + 6; in av_aes_init() local
135 aes_encrypt(AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) aes_encrypt() argument
151 aes_decrypt(AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) aes_decrypt() argument
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
/third_party/python/Modules/expat/
H A Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp53 void Inset::SetRadius(const std::vector<Dimension>& rounds, bool isX) in SetRadius() argument
232 std::vector<Dimension> rounds; CreateInset() local
[all...]
/third_party/curl/tests/http/clients/
H A Dh2-pausing.c181 int rounds = 0; in main() local
/third_party/mbedtls/library/
H A Dhmac_drbg.c48 unsigned char rounds = (additional != NULL && add_len != 0) ? 2 : 1; in mbedtls_hmac_drbg_update() local
/third_party/musl/src/crypt/
H A Dcrypt_sha512.c213 char rounds[20] = ""; in sha512crypt() local
[all...]
H A Dcrypt_sha256.c192 char rounds[20] = ""; in sha256crypt() local
[all...]

Completed in 20 milliseconds

123