| /third_party/openssl/include/crypto/ |
| H A D | aria.h | 38 unsigned int rounds; member
|
| /third_party/openssl/ohos_lite/include/crypto/ |
| H A D | aria.h | 37 unsigned int rounds; member
|
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/ |
| H A D | aes-x86_64.s | |
| H A D | aesni-x86_64.s | |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/ |
| H A D | aes-x86_64.s | |
| H A D | aesni-x86_64.s | |
| /third_party/node/deps/base64/base64/lib/arch/neon64/ |
| H A D | enc_loop_asm.c | 83 size_t rounds = *slen / 48; in enc_loop_neon64() local [all...] |
| /third_party/node/deps/base64/base64/lib/arch/neon32/ |
| H A D | enc_loop.c | 135 size_t rounds = *slen / 48; in enc_loop_neon32() local [all...] |
| H A D | dec_loop.c | 65 size_t rounds = *slen / 64; in dec_loop_neon32() local
|
| /third_party/node/deps/base64/base64/lib/arch/avx/ |
| H A D | enc_loop_asm.c | 135 size_t rounds = (*slen - 4) / 12; in enc_loop_avx() local [all...] |
| /third_party/node/deps/base64/base64/lib/arch/avx2/ |
| H A D | enc_loop_asm.c | 137 size_t rounds = (*slen - 4) / 24; in enc_loop_avx2() local [all...] |
| /third_party/node/deps/base64/base64/lib/arch/ssse3/ |
| H A D | enc_loop_asm.c | 139 size_t rounds = (*slen - 4) / 12; in enc_loop_ssse3() local [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_rc5.c | 90 unsigned int rounds; in rc5_set_ctx_params() local
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_rc5.c | 90 unsigned int rounds; in rc5_set_ctx_params() local
|
| /third_party/openssl/test/ |
| H A D | rdrand_sanitytest.c | 23 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 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() argument 56 int rounds = ctx->rounds; in tea_crypt_ecb() local
|
| H A D | cast5.c | 78 int rounds; member
|
| H A D | aes.c | 204 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 D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
|
| /third_party/python/Modules/expat/ |
| H A D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | clip_path.cpp | 53 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 D | h2-pausing.c | 181 int rounds = 0; in main() local
|
| /third_party/mbedtls/library/ |
| H A D | hmac_drbg.c | 48 unsigned char rounds = (additional != NULL && add_len != 0) ? 2 : 1; in mbedtls_hmac_drbg_update() local
|
| /third_party/musl/src/crypt/ |
| H A D | crypt_sha512.c | 213 char rounds[20] = ""; in sha512crypt() local [all...] |
| H A D | crypt_sha256.c | 192 char rounds[20] = ""; in sha256crypt() local [all...] |