Home
last modified time | relevance | path

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 Dta_entry.c50 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 Dta_entry.c50 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 Daes-ce-glue.c34 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 Daes-ce-ccm-glue.c20 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 Dghash-ce-glue.c217 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 Daes-ce-glue.c57 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 Dhandshake.h339 unsigned int i, num_rounds = 32; in rtmpe8_sig() local
347 for (i=0; i < num_rounds; i++) { in rtmpe8_sig()