Home
last modified time | relevance | path

Searched defs:rounds (Results 51 - 75 of 100) sorted by relevance

1234

/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Dsha512_glue.c42 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
H A Dsha1_glue.c42 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
H A Dsha256_glue.c42 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
/third_party/ffmpeg/libavutil/
H A Dtea.c32 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 Dcast5.c78 int rounds; member
/third_party/node/deps/base64/base64/lib/arch/neon32/
H A Ddec_loop.c65 size_t rounds = *slen / 64; in dec_loop_neon32() local
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Dsha256_glue.c73 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
/kernel/linux/linux-5.10/lib/crypto/
H A Daes.c261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local
312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
/kernel/linux/linux-6.6/include/crypto/
H A Daria.h37 int rounds; member
/kernel/linux/linux-6.6/crypto/
H A Daria_generic.c201 int rounds, rkid in __aria_crypt() local
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H A Daes.c261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local
312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
/third_party/python/Modules/expat/
H A Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-glue.c45 int rounds; member
85 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument
341 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[], int)) __xts_crypt() argument
[all...]
H A Daes-ce-glue.c448 int err, first, rounds = num_rounds(&ctx->key1); xts_encrypt() local
520 int err, first, rounds = num_rounds(&ctx->key1); xts_decrypt() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-neonbs-glue.c58 int rounds; global() member
97 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument
318 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[])) __xts_crypt() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Daes-spe-glue.c44 u32 rounds; member
51 u32 rounds; member
[all...]
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-spe-glue.c44 u32 rounds; member
51 u32 rounds; member
[all...]
H A Daes-gcm-p10-glue.c46 u64 rounds; member
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-glue.c448 int err, first, rounds = num_rounds(&ctx->key1); xts_encrypt() local
520 int err, first, rounds = num_rounds(&ctx->key1); xts_decrypt() local
[all...]
H A Daes-neonbs-glue.c48 int rounds; member
88 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument
337 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[], int)) __xts_crypt() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-neonbs-glue.c60 int rounds; global() member
94 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument
276 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[])) __xts_crypt() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-verity-fec.h42 sector_t rounds; /* number of interleaving rounds */ member
/kernel/linux/linux-6.6/drivers/iio/chemical/
H A Dsgp40.c101 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-verity-fec.h42 sector_t rounds; /* number of interleaving rounds */ member

Completed in 24 milliseconds

1234