| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | aes-glue.c | 177 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 D | aes-cipher-glue.c | 18 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 D | aes-neonbs-glue.c | 58 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 D | aes-cipher-glue.c | 19 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 D | aes-neonbs-glue.c | 48 int rounds; member 90 int rounds, int blocks)) in __ecb_crypt() 346 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
|
| H A D | aes-ce-glue.c | 448 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 D | aes.c | 269 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 D | mkpasswd.c | 87 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 D | aesp8-ppc.h | 7 int rounds; member
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_throughput.c | 32 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 D | aes.h | 74 unsigned rounds; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | aes.h | 74 unsigned rounds; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | aes.h | 74 unsigned rounds; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | aes.h | 84 int rounds; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | aes.h | 74 unsigned rounds; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | aes.h | 74 unsigned rounds; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | aes.h | 74 unsigned rounds; member
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | benchmark.c | 37 unsigned int rounds = 0; in calculate_timespace() local
|
| H A D | parse.h | 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | aes-spe-glue.c | 44 u32 rounds; member 51 u32 rounds; member
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | hashes.c | 24 #define TEACORE(rounds) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/ |
| H A D | aes_glue.c | 23 int rounds; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/crypto/ |
| H A D | md5_glue.c | 57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
|
| H A D | sha1_glue.c | 52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
|
| H A D | sha512_glue.c | 73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
|