Searched refs:num_rounds (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent/ |
| H A D | ta_entry.c | 50 size_t num_rounds = 0; in ta_entry_busy_loop() local 67 num_rounds = params[1].value.a; in ta_entry_busy_loop() 68 while (num_rounds) { in ta_entry_busy_loop() 74 num_rounds--; in ta_entry_busy_loop() 87 size_t num_rounds = 0; in ta_entry_sha256() local 119 num_rounds = params[1].value.a; in ta_entry_sha256() 120 while (num_rounds) { in ta_entry_sha256() 124 num_rounds--; in ta_entry_sha256()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent_large/ |
| H A D | ta_entry.c | 50 size_t num_rounds = 0; in ta_entry_busy_loop() local 67 num_rounds = params[1].value.a; in ta_entry_busy_loop() 68 while (num_rounds) { in ta_entry_busy_loop() 74 num_rounds--; in ta_entry_busy_loop() 87 size_t num_rounds = 0; in ta_entry_sha256() local 119 num_rounds = params[1].value.a; in ta_entry_sha256() 120 while (num_rounds) { in ta_entry_sha256() 124 num_rounds--; in ta_entry_sha256()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | aes-ce-glue.c | 34 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 56 __aes_ce_encrypt(ctx->key_enc, dst, src, num_rounds(ctx)); in aes_cipher_encrypt() 70 __aes_ce_decrypt(ctx->key_dec, dst, src, num_rounds(ctx)); in aes_cipher_decrypt() 130 j = num_rounds(ctx); in ce_aes_expandkey()
|
| H A D | aes-ce-ccm-glue.c | 20 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 105 num_rounds(key)); in ccm_update_mac() 255 num_rounds(ctx), mac, walk.iv); in ccm_encrypt() 263 num_rounds(ctx)); in ccm_encrypt() 313 num_rounds(ctx), mac, walk.iv); in ccm_decrypt() 321 num_rounds(ctx)); in ccm_decrypt()
|
| H A D | ghash-ce-glue.c | 217 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 345 int nrounds = num_rounds(&ctx->aes_key); in gcm_encrypt() 459 int nrounds = num_rounds(&ctx->aes_key); in gcm_decrypt()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | aes-ce-glue.c | 57 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 126 j = num_rounds(ctx); in ce_aes_expandkey() 180 ctx->key_enc, num_rounds(ctx), blocks); in ecb_encrypt() 200 ctx->key_dec, num_rounds(ctx), blocks); in ecb_decrypt() 218 ctx->key_enc, num_rounds(ctx), blocks, in cbc_encrypt_walk() 248 ctx->key_dec, num_rounds(ctx), blocks, in cbc_decrypt_walk() 318 ctx->key_enc, num_rounds(ctx), walk.nbytes, in cts_cbc_encrypt() 376 ctx->key_dec, num_rounds(ctx), walk.nbytes, in cts_cbc_decrypt() 395 ctx->key_enc, num_rounds(ctx), blocks, in ctr_encrypt() 412 ce_aes_ctr_encrypt(tail, NULL, ctx->key_enc, num_rounds(ctx), in ctr_encrypt() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | handshake.h | 339 unsigned int i, num_rounds = 32; in rtmpe8_sig() local 347 for (i=0; i < num_rounds; i++) { in rtmpe8_sig()
|