Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-glue.c177 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local
197 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local
218 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() local
247 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() local
275 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() local
332 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() local
405 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() local
427 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_decrypt() local
449 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local
488 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() local
[all …]
H A Daes-cipher-glue.c18 int rounds = 6 + ctx->key_length / 4; in aes_arm64_encrypt() local
26 int rounds = 6 + ctx->key_length / 4; in aes_arm64_decrypt() local
H A Daes-neonbs-glue.c58 int rounds; member
94 int rounds, int blocks)) in __ecb_crypt()
273 int rounds, int blocks, u8 iv[])) in __xts_crypt()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-cipher-glue.c19 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() local
27 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt() local
H A Daes-neonbs-glue.c48 int rounds; member
90 int rounds, int blocks)) in __ecb_crypt()
346 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
H A Daes-ce-glue.c448 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local
520 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
/OK3568_Linux_fs/kernel/lib/crypto/
H A Daes.c269 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local
327 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c87 const unsigned int rounds; /* supports a variable number of rounds */ member
140 unsigned int rounds = 0; in main() local
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daesp8-ppc.h7 int rounds; member
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c32 uint32_t rounds; in test_otp_key_item_tp() local
233 uint32_t rounds; in test_cipher_item_tp() local
467 uint32_t rounds; in test_ae_item_tp() local
812 uint32_t rounds; in test_hash_item_tp() local
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Daes.h74 unsigned rounds; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Daes.h74 unsigned rounds; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Daes.h74 unsigned rounds; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Daes.h84 int rounds; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Daes.h74 unsigned rounds; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Daes.h74 unsigned rounds; member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Daes.h74 unsigned rounds; member
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dbenchmark.c37 unsigned int rounds = 0; in calculate_timespace() local
H A Dparse.h17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Daes-spe-glue.c44 u32 rounds; member
51 u32 rounds; member
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dhashes.c24 #define TEACORE(rounds) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/
H A Daes_glue.c23 int rounds; member
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Dmd5_glue.c57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
H A Dsha1_glue.c52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
H A Dsha512_glue.c73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local

12