AES_BLOCK_SIZE 54 arch/arm/crypto/aes-ce-glue.c u8 b[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 187 arch/arm/crypto/aes-ce-glue.c while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 192 arch/arm/crypto/aes-ce-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 207 arch/arm/crypto/aes-ce-glue.c while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 212 arch/arm/crypto/aes-ce-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 225 arch/arm/crypto/aes-ce-glue.c while ((blocks = (walk->nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 231 arch/arm/crypto/aes-ce-glue.c err = skcipher_walk_done(walk, walk->nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 255 arch/arm/crypto/aes-ce-glue.c while ((blocks = (walk->nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 261 arch/arm/crypto/aes-ce-glue.c err = skcipher_walk_done(walk, walk->nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 281 arch/arm/crypto/aes-ce-glue.c int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 292 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen <= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 293 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 300 arch/arm/crypto/aes-ce-glue.c cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 308 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen == AES_BLOCK_SIZE) AES_BLOCK_SIZE 319 arch/arm/crypto/aes-ce-glue.c req->cryptlen - cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 339 arch/arm/crypto/aes-ce-glue.c int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 350 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen <= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 351 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 358 arch/arm/crypto/aes-ce-glue.c cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 366 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen == AES_BLOCK_SIZE) AES_BLOCK_SIZE 377 arch/arm/crypto/aes-ce-glue.c req->cryptlen - cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 402 arch/arm/crypto/aes-ce-glue.c while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 408 arch/arm/crypto/aes-ce-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 411 arch/arm/crypto/aes-ce-glue.c u8 __aligned(8) tail[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 459 arch/arm/crypto/aes-ce-glue.c int tail = req->cryptlen % AES_BLOCK_SIZE; AES_BLOCK_SIZE 465 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 472 arch/arm/crypto/aes-ce-glue.c AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 481 arch/arm/crypto/aes-ce-glue.c xts_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 489 arch/arm/crypto/aes-ce-glue.c for (first = 1; walk.nbytes >= AES_BLOCK_SIZE; first = 0) { AES_BLOCK_SIZE 493 arch/arm/crypto/aes-ce-glue.c nbytes &= ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 510 arch/arm/crypto/aes-ce-glue.c skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, AES_BLOCK_SIZE 531 arch/arm/crypto/aes-ce-glue.c int tail = req->cryptlen % AES_BLOCK_SIZE; AES_BLOCK_SIZE 537 arch/arm/crypto/aes-ce-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 544 arch/arm/crypto/aes-ce-glue.c AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 553 arch/arm/crypto/aes-ce-glue.c xts_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 561 arch/arm/crypto/aes-ce-glue.c for (first = 1; walk.nbytes >= AES_BLOCK_SIZE; first = 0) { AES_BLOCK_SIZE 565 arch/arm/crypto/aes-ce-glue.c nbytes &= ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 582 arch/arm/crypto/aes-ce-glue.c skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, AES_BLOCK_SIZE 603 arch/arm/crypto/aes-ce-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 617 arch/arm/crypto/aes-ce-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 623 arch/arm/crypto/aes-ce-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 632 arch/arm/crypto/aes-ce-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 638 arch/arm/crypto/aes-ce-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 639 arch/arm/crypto/aes-ce-glue.c .walksize = 2 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 654 arch/arm/crypto/aes-ce-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 655 arch/arm/crypto/aes-ce-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 669 arch/arm/crypto/aes-ce-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 670 arch/arm/crypto/aes-ce-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 679 arch/arm/crypto/aes-ce-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 685 arch/arm/crypto/aes-ce-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 686 arch/arm/crypto/aes-ce-glue.c .walksize = 2 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 37 arch/arm/crypto/aes-cipher-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 47 arch/arm/crypto/aes-neonbs-glue.c u8 rk[13 * (8 * AES_BLOCK_SIZE) + 32] __aligned(AES_BLOCK_SIZE); AES_BLOCK_SIZE 97 arch/arm/crypto/aes-neonbs-glue.c while (walk.nbytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 98 arch/arm/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 102 arch/arm/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 109 arch/arm/crypto/aes-neonbs-glue.c walk.nbytes - blocks * AES_BLOCK_SIZE); AES_BLOCK_SIZE 166 arch/arm/crypto/aes-neonbs-glue.c while (walk.nbytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 167 arch/arm/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 171 arch/arm/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 179 arch/arm/crypto/aes-neonbs-glue.c walk.nbytes - blocks * AES_BLOCK_SIZE); AES_BLOCK_SIZE 225 arch/arm/crypto/aes-neonbs-glue.c u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 231 arch/arm/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 232 arch/arm/crypto/aes-neonbs-glue.c u8 *final = (walk.total % AES_BLOCK_SIZE) ? buf : NULL; AES_BLOCK_SIZE 236 arch/arm/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 246 arch/arm/crypto/aes-neonbs-glue.c u8 *dst = walk.dst.virt.addr + blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 247 arch/arm/crypto/aes-neonbs-glue.c u8 *src = walk.src.virt.addr + blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 250 arch/arm/crypto/aes-neonbs-glue.c walk.total % AES_BLOCK_SIZE); AES_BLOCK_SIZE 256 arch/arm/crypto/aes-neonbs-glue.c walk.nbytes - blocks * AES_BLOCK_SIZE); AES_BLOCK_SIZE 335 arch/arm/crypto/aes-neonbs-glue.c int tail = req->cryptlen % AES_BLOCK_SIZE; AES_BLOCK_SIZE 337 arch/arm/crypto/aes-neonbs-glue.c u8 buf[2 * AES_BLOCK_SIZE]; AES_BLOCK_SIZE 341 arch/arm/crypto/aes-neonbs-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 360 arch/arm/crypto/aes-neonbs-glue.c while (walk.nbytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 361 arch/arm/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 366 arch/arm/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 375 arch/arm/crypto/aes-neonbs-glue.c walk.nbytes - blocks * AES_BLOCK_SIZE); AES_BLOCK_SIZE 382 arch/arm/crypto/aes-neonbs-glue.c scatterwalk_map_and_copy(buf, req->dst, req->cryptlen - AES_BLOCK_SIZE, AES_BLOCK_SIZE 383 arch/arm/crypto/aes-neonbs-glue.c AES_BLOCK_SIZE, 0); AES_BLOCK_SIZE 384 arch/arm/crypto/aes-neonbs-glue.c memcpy(buf + AES_BLOCK_SIZE, buf, tail); AES_BLOCK_SIZE 387 arch/arm/crypto/aes-neonbs-glue.c crypto_xor(buf, req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 394 arch/arm/crypto/aes-neonbs-glue.c crypto_xor(buf, req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 396 arch/arm/crypto/aes-neonbs-glue.c scatterwalk_map_and_copy(buf, req->dst, req->cryptlen - AES_BLOCK_SIZE, AES_BLOCK_SIZE 397 arch/arm/crypto/aes-neonbs-glue.c AES_BLOCK_SIZE + tail, 1); AES_BLOCK_SIZE 415 arch/arm/crypto/aes-neonbs-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 422 arch/arm/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 430 arch/arm/crypto/aes-neonbs-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 439 arch/arm/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 440 arch/arm/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 455 arch/arm/crypto/aes-neonbs-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 456 arch/arm/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 457 arch/arm/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 471 arch/arm/crypto/aes-neonbs-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 472 arch/arm/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 473 arch/arm/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 481 arch/arm/crypto/aes-neonbs-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 490 arch/arm/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 491 arch/arm/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 70 arch/arm64/crypto/aes-ce-ccm-glue.c __be32 *n = (__be32 *)&maciv[AES_BLOCK_SIZE - 8]; AES_BLOCK_SIZE 88 arch/arm64/crypto/aes-ce-ccm-glue.c memcpy(maciv, req->iv, AES_BLOCK_SIZE - l); AES_BLOCK_SIZE 101 arch/arm64/crypto/aes-ce-ccm-glue.c memset(&req->iv[AES_BLOCK_SIZE - l], 0, l); AES_BLOCK_SIZE 114 arch/arm64/crypto/aes-ce-ccm-glue.c if (*macp > 0 && *macp < AES_BLOCK_SIZE) { AES_BLOCK_SIZE 115 arch/arm64/crypto/aes-ce-ccm-glue.c int added = min(abytes, AES_BLOCK_SIZE - *macp); AES_BLOCK_SIZE 124 arch/arm64/crypto/aes-ce-ccm-glue.c while (abytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 126 arch/arm64/crypto/aes-ce-ccm-glue.c crypto_xor(mac, in, AES_BLOCK_SIZE); AES_BLOCK_SIZE 128 arch/arm64/crypto/aes-ce-ccm-glue.c in += AES_BLOCK_SIZE; AES_BLOCK_SIZE 129 arch/arm64/crypto/aes-ce-ccm-glue.c abytes -= AES_BLOCK_SIZE; AES_BLOCK_SIZE 183 arch/arm64/crypto/aes-ce-ccm-glue.c u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 187 arch/arm64/crypto/aes-ce-ccm-glue.c int blocks = walk->nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 188 arch/arm64/crypto/aes-ce-ccm-glue.c u32 tail = walk->nbytes % AES_BLOCK_SIZE; AES_BLOCK_SIZE 199 arch/arm64/crypto/aes-ce-ccm-glue.c u32 bsize = AES_BLOCK_SIZE; AES_BLOCK_SIZE 201 arch/arm64/crypto/aes-ce-ccm-glue.c if (nbytes < AES_BLOCK_SIZE) AES_BLOCK_SIZE 204 arch/arm64/crypto/aes-ce-ccm-glue.c crypto_inc(walk->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 223 arch/arm64/crypto/aes-ce-ccm-glue.c crypto_xor(mac, buf, AES_BLOCK_SIZE); AES_BLOCK_SIZE 233 arch/arm64/crypto/aes-ce-ccm-glue.c u8 __aligned(8) mac[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 234 arch/arm64/crypto/aes-ce-ccm-glue.c u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 246 arch/arm64/crypto/aes-ce-ccm-glue.c memcpy(buf, req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 252 arch/arm64/crypto/aes-ce-ccm-glue.c u32 tail = walk.nbytes % AES_BLOCK_SIZE; AES_BLOCK_SIZE 291 arch/arm64/crypto/aes-ce-ccm-glue.c u8 __aligned(8) mac[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 292 arch/arm64/crypto/aes-ce-ccm-glue.c u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 304 arch/arm64/crypto/aes-ce-ccm-glue.c memcpy(buf, req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 310 arch/arm64/crypto/aes-ce-ccm-glue.c u32 tail = walk.nbytes % AES_BLOCK_SIZE; AES_BLOCK_SIZE 356 arch/arm64/crypto/aes-ce-ccm-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 357 arch/arm64/crypto/aes-ce-ccm-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 358 arch/arm64/crypto/aes-ce-ccm-glue.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 24 arch/arm64/crypto/aes-ce-glue.c u8 b[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 162 arch/arm64/crypto/aes-ce-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 36 arch/arm64/crypto/aes-cipher-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 128 arch/arm64/crypto/aes-glue.c u8 dg[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 201 arch/arm64/crypto/aes-glue.c while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 206 arch/arm64/crypto/aes-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 221 arch/arm64/crypto/aes-glue.c while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 226 arch/arm64/crypto/aes-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 239 arch/arm64/crypto/aes-glue.c while ((blocks = (walk->nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 244 arch/arm64/crypto/aes-glue.c err = skcipher_walk_done(walk, walk->nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 268 arch/arm64/crypto/aes-glue.c while ((blocks = (walk->nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 273 arch/arm64/crypto/aes-glue.c err = skcipher_walk_done(walk, walk->nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 294 arch/arm64/crypto/aes-glue.c int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 304 arch/arm64/crypto/aes-glue.c if (req->cryptlen <= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 305 arch/arm64/crypto/aes-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 312 arch/arm64/crypto/aes-glue.c cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 320 arch/arm64/crypto/aes-glue.c if (req->cryptlen == AES_BLOCK_SIZE) AES_BLOCK_SIZE 331 arch/arm64/crypto/aes-glue.c req->cryptlen - cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 351 arch/arm64/crypto/aes-glue.c int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 361 arch/arm64/crypto/aes-glue.c if (req->cryptlen <= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 362 arch/arm64/crypto/aes-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 369 arch/arm64/crypto/aes-glue.c cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 377 arch/arm64/crypto/aes-glue.c if (req->cryptlen == AES_BLOCK_SIZE) AES_BLOCK_SIZE 388 arch/arm64/crypto/aes-glue.c req->cryptlen - cbc_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 429 arch/arm64/crypto/aes-glue.c blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 436 arch/arm64/crypto/aes-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 451 arch/arm64/crypto/aes-glue.c blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 458 arch/arm64/crypto/aes-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 473 arch/arm64/crypto/aes-glue.c while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) { AES_BLOCK_SIZE 478 arch/arm64/crypto/aes-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 481 arch/arm64/crypto/aes-glue.c u8 __aligned(8) tail[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 530 arch/arm64/crypto/aes-glue.c int tail = req->cryptlen % AES_BLOCK_SIZE; AES_BLOCK_SIZE 536 arch/arm64/crypto/aes-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 543 arch/arm64/crypto/aes-glue.c AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 552 arch/arm64/crypto/aes-glue.c xts_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 560 arch/arm64/crypto/aes-glue.c for (first = 1; walk.nbytes >= AES_BLOCK_SIZE; first = 0) { AES_BLOCK_SIZE 564 arch/arm64/crypto/aes-glue.c nbytes &= ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 581 arch/arm64/crypto/aes-glue.c skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, AES_BLOCK_SIZE 602 arch/arm64/crypto/aes-glue.c int tail = req->cryptlen % AES_BLOCK_SIZE; AES_BLOCK_SIZE 608 arch/arm64/crypto/aes-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 615 arch/arm64/crypto/aes-glue.c AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 624 arch/arm64/crypto/aes-glue.c xts_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 632 arch/arm64/crypto/aes-glue.c for (first = 1; walk.nbytes >= AES_BLOCK_SIZE; first = 0) { AES_BLOCK_SIZE 636 arch/arm64/crypto/aes-glue.c nbytes &= ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 653 arch/arm64/crypto/aes-glue.c skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, AES_BLOCK_SIZE 677 arch/arm64/crypto/aes-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 692 arch/arm64/crypto/aes-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 698 arch/arm64/crypto/aes-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 714 arch/arm64/crypto/aes-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 715 arch/arm64/crypto/aes-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 730 arch/arm64/crypto/aes-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 731 arch/arm64/crypto/aes-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 741 arch/arm64/crypto/aes-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 747 arch/arm64/crypto/aes-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 748 arch/arm64/crypto/aes-glue.c .walksize = 2 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 759 arch/arm64/crypto/aes-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 765 arch/arm64/crypto/aes-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 766 arch/arm64/crypto/aes-glue.c .walksize = 2 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 776 arch/arm64/crypto/aes-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 782 arch/arm64/crypto/aes-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 826 arch/arm64/crypto/aes-glue.c aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, AES_BLOCK_SIZE 839 arch/arm64/crypto/aes-glue.c static u8 const ks[3][AES_BLOCK_SIZE] = { AES_BLOCK_SIZE 840 arch/arm64/crypto/aes-glue.c { [0 ... AES_BLOCK_SIZE - 1] = 0x1 }, AES_BLOCK_SIZE 841 arch/arm64/crypto/aes-glue.c { [0 ... AES_BLOCK_SIZE - 1] = 0x2 }, AES_BLOCK_SIZE 842 arch/arm64/crypto/aes-glue.c { [0 ... AES_BLOCK_SIZE - 1] = 0x3 }, AES_BLOCK_SIZE 847 arch/arm64/crypto/aes-glue.c u8 key[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 866 arch/arm64/crypto/aes-glue.c memset(ctx->dg, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 887 arch/arm64/crypto/aes-glue.c crypto_xor(dg, in, AES_BLOCK_SIZE); AES_BLOCK_SIZE 888 arch/arm64/crypto/aes-glue.c in += AES_BLOCK_SIZE; AES_BLOCK_SIZE 904 arch/arm64/crypto/aes-glue.c if ((ctx->len % AES_BLOCK_SIZE) == 0 && AES_BLOCK_SIZE 905 arch/arm64/crypto/aes-glue.c (ctx->len + len) > AES_BLOCK_SIZE) { AES_BLOCK_SIZE 907 arch/arm64/crypto/aes-glue.c int blocks = len / AES_BLOCK_SIZE; AES_BLOCK_SIZE 909 arch/arm64/crypto/aes-glue.c len %= AES_BLOCK_SIZE; AES_BLOCK_SIZE 914 arch/arm64/crypto/aes-glue.c p += blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 917 arch/arm64/crypto/aes-glue.c ctx->len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 923 arch/arm64/crypto/aes-glue.c l = min(len, AES_BLOCK_SIZE - ctx->len); AES_BLOCK_SIZE 925 arch/arm64/crypto/aes-glue.c if (l <= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 943 arch/arm64/crypto/aes-glue.c memcpy(out, ctx->dg, AES_BLOCK_SIZE); AES_BLOCK_SIZE 954 arch/arm64/crypto/aes-glue.c if (ctx->len != AES_BLOCK_SIZE) { AES_BLOCK_SIZE 956 arch/arm64/crypto/aes-glue.c consts += AES_BLOCK_SIZE; AES_BLOCK_SIZE 961 arch/arm64/crypto/aes-glue.c memcpy(out, ctx->dg, AES_BLOCK_SIZE); AES_BLOCK_SIZE 970 arch/arm64/crypto/aes-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 972 arch/arm64/crypto/aes-glue.c 2 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 975 arch/arm64/crypto/aes-glue.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 985 arch/arm64/crypto/aes-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 987 arch/arm64/crypto/aes-glue.c 2 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 990 arch/arm64/crypto/aes-glue.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1004 arch/arm64/crypto/aes-glue.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 57 arch/arm64/crypto/aes-neonbs-glue.c u8 rk[13 * (8 * AES_BLOCK_SIZE) + 32]; AES_BLOCK_SIZE 59 arch/arm64/crypto/aes-neonbs-glue.c } __aligned(AES_BLOCK_SIZE); AES_BLOCK_SIZE 108 arch/arm64/crypto/aes-neonbs-glue.c while (walk.nbytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 109 arch/arm64/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 113 arch/arm64/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 120 arch/arm64/crypto/aes-neonbs-glue.c walk.nbytes - blocks * AES_BLOCK_SIZE); AES_BLOCK_SIZE 167 arch/arm64/crypto/aes-neonbs-glue.c while (walk.nbytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 168 arch/arm64/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 176 arch/arm64/crypto/aes-neonbs-glue.c err = skcipher_walk_done(&walk, walk.nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 190 arch/arm64/crypto/aes-neonbs-glue.c while (walk.nbytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 191 arch/arm64/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 195 arch/arm64/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 203 arch/arm64/crypto/aes-neonbs-glue.c walk.nbytes - blocks * AES_BLOCK_SIZE); AES_BLOCK_SIZE 233 arch/arm64/crypto/aes-neonbs-glue.c u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 239 arch/arm64/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 240 arch/arm64/crypto/aes-neonbs-glue.c u8 *final = (walk.total % AES_BLOCK_SIZE) ? buf : NULL; AES_BLOCK_SIZE 244 arch/arm64/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 254 arch/arm64/crypto/aes-neonbs-glue.c u8 *dst = walk.dst.virt.addr + blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 255 arch/arm64/crypto/aes-neonbs-glue.c u8 *src = walk.src.virt.addr + blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 258 arch/arm64/crypto/aes-neonbs-glue.c walk.total % AES_BLOCK_SIZE); AES_BLOCK_SIZE 264 arch/arm64/crypto/aes-neonbs-glue.c walk.nbytes - blocks * AES_BLOCK_SIZE); AES_BLOCK_SIZE 323 arch/arm64/crypto/aes-neonbs-glue.c int tail = req->cryptlen % (8 * AES_BLOCK_SIZE); AES_BLOCK_SIZE 332 arch/arm64/crypto/aes-neonbs-glue.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 336 arch/arm64/crypto/aes-neonbs-glue.c if (unlikely(tail > 0 && tail < AES_BLOCK_SIZE)) { AES_BLOCK_SIZE 338 arch/arm64/crypto/aes-neonbs-glue.c AES_BLOCK_SIZE) - 2; AES_BLOCK_SIZE 345 arch/arm64/crypto/aes-neonbs-glue.c xts_blocks * AES_BLOCK_SIZE, AES_BLOCK_SIZE 356 arch/arm64/crypto/aes-neonbs-glue.c while (walk.nbytes >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 357 arch/arm64/crypto/aes-neonbs-glue.c unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; AES_BLOCK_SIZE 359 arch/arm64/crypto/aes-neonbs-glue.c if (walk.nbytes < walk.total || walk.nbytes % AES_BLOCK_SIZE) AES_BLOCK_SIZE 361 arch/arm64/crypto/aes-neonbs-glue.c walk.stride / AES_BLOCK_SIZE); AES_BLOCK_SIZE 378 arch/arm64/crypto/aes-neonbs-glue.c out += blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 379 arch/arm64/crypto/aes-neonbs-glue.c in += blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 380 arch/arm64/crypto/aes-neonbs-glue.c nbytes -= blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 398 arch/arm64/crypto/aes-neonbs-glue.c skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail, AES_BLOCK_SIZE 436 arch/arm64/crypto/aes-neonbs-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 443 arch/arm64/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 451 arch/arm64/crypto/aes-neonbs-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 458 arch/arm64/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 459 arch/arm64/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 474 arch/arm64/crypto/aes-neonbs-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 475 arch/arm64/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 476 arch/arm64/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 490 arch/arm64/crypto/aes-neonbs-glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 491 arch/arm64/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 492 arch/arm64/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 500 arch/arm64/crypto/aes-neonbs-glue.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 507 arch/arm64/crypto/aes-neonbs-glue.c .walksize = 8 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 508 arch/arm64/crypto/aes-neonbs-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 316 arch/arm64/crypto/ghash-ce-glue.c aes_encrypt(&ctx->aes_key, key, (u8[AES_BLOCK_SIZE]){}); AES_BLOCK_SIZE 404 arch/arm64/crypto/ghash-ce-glue.c u8 mac[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 416 arch/arm64/crypto/ghash-ce-glue.c crypto_xor(tag, mac, AES_BLOCK_SIZE); AES_BLOCK_SIZE 424 arch/arm64/crypto/ghash-ce-glue.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 425 arch/arm64/crypto/ghash-ce-glue.c u8 ks[2 * AES_BLOCK_SIZE]; AES_BLOCK_SIZE 426 arch/arm64/crypto/ghash-ce-glue.c u8 tag[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 439 arch/arm64/crypto/ghash-ce-glue.c if (likely(crypto_simd_usable() && walk.total >= 2 * AES_BLOCK_SIZE)) { AES_BLOCK_SIZE 447 arch/arm64/crypto/ghash-ce-glue.c pmull_gcm_encrypt_block(ks + AES_BLOCK_SIZE, iv, NULL, nrounds); AES_BLOCK_SIZE 451 arch/arm64/crypto/ghash-ce-glue.c int blocks = walk.nbytes / (2 * AES_BLOCK_SIZE) * 2; AES_BLOCK_SIZE 462 arch/arm64/crypto/ghash-ce-glue.c walk.nbytes % (2 * AES_BLOCK_SIZE)); AES_BLOCK_SIZE 465 arch/arm64/crypto/ghash-ce-glue.c } while (walk.nbytes >= 2 * AES_BLOCK_SIZE); AES_BLOCK_SIZE 470 arch/arm64/crypto/ghash-ce-glue.c while (walk.nbytes >= (2 * AES_BLOCK_SIZE)) { AES_BLOCK_SIZE 472 arch/arm64/crypto/ghash-ce-glue.c walk.nbytes / (2 * AES_BLOCK_SIZE) * 2; AES_BLOCK_SIZE 479 arch/arm64/crypto/ghash-ce-glue.c crypto_xor_cpy(dst, src, ks, AES_BLOCK_SIZE); AES_BLOCK_SIZE 480 arch/arm64/crypto/ghash-ce-glue.c crypto_inc(iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 482 arch/arm64/crypto/ghash-ce-glue.c dst += AES_BLOCK_SIZE; AES_BLOCK_SIZE 483 arch/arm64/crypto/ghash-ce-glue.c src += AES_BLOCK_SIZE; AES_BLOCK_SIZE 491 arch/arm64/crypto/ghash-ce-glue.c walk.nbytes % (2 * AES_BLOCK_SIZE)); AES_BLOCK_SIZE 495 arch/arm64/crypto/ghash-ce-glue.c if (walk.nbytes > AES_BLOCK_SIZE) { AES_BLOCK_SIZE 496 arch/arm64/crypto/ghash-ce-glue.c crypto_inc(iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 497 arch/arm64/crypto/ghash-ce-glue.c aes_encrypt(&ctx->aes_key, ks + AES_BLOCK_SIZE, iv); AES_BLOCK_SIZE 544 arch/arm64/crypto/ghash-ce-glue.c u8 iv[2 * AES_BLOCK_SIZE]; AES_BLOCK_SIZE 545 arch/arm64/crypto/ghash-ce-glue.c u8 tag[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 559 arch/arm64/crypto/ghash-ce-glue.c if (likely(crypto_simd_usable() && walk.total >= 2 * AES_BLOCK_SIZE)) { AES_BLOCK_SIZE 567 arch/arm64/crypto/ghash-ce-glue.c int blocks = walk.nbytes / (2 * AES_BLOCK_SIZE) * 2; AES_BLOCK_SIZE 568 arch/arm64/crypto/ghash-ce-glue.c int rem = walk.total - blocks * AES_BLOCK_SIZE; AES_BLOCK_SIZE 578 arch/arm64/crypto/ghash-ce-glue.c if (rem < (2 * AES_BLOCK_SIZE)) { AES_BLOCK_SIZE 579 arch/arm64/crypto/ghash-ce-glue.c u8 *iv2 = iv + AES_BLOCK_SIZE; AES_BLOCK_SIZE 581 arch/arm64/crypto/ghash-ce-glue.c if (rem > AES_BLOCK_SIZE) { AES_BLOCK_SIZE 582 arch/arm64/crypto/ghash-ce-glue.c memcpy(iv2, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 583 arch/arm64/crypto/ghash-ce-glue.c crypto_inc(iv2, AES_BLOCK_SIZE); AES_BLOCK_SIZE 588 arch/arm64/crypto/ghash-ce-glue.c if (rem > AES_BLOCK_SIZE) AES_BLOCK_SIZE 596 arch/arm64/crypto/ghash-ce-glue.c walk.nbytes % (2 * AES_BLOCK_SIZE)); AES_BLOCK_SIZE 599 arch/arm64/crypto/ghash-ce-glue.c } while (walk.nbytes >= 2 * AES_BLOCK_SIZE); AES_BLOCK_SIZE 604 arch/arm64/crypto/ghash-ce-glue.c while (walk.nbytes >= (2 * AES_BLOCK_SIZE)) { AES_BLOCK_SIZE 605 arch/arm64/crypto/ghash-ce-glue.c int blocks = walk.nbytes / (2 * AES_BLOCK_SIZE) * 2; AES_BLOCK_SIZE 615 arch/arm64/crypto/ghash-ce-glue.c crypto_xor_cpy(dst, src, buf, AES_BLOCK_SIZE); AES_BLOCK_SIZE 616 arch/arm64/crypto/ghash-ce-glue.c crypto_inc(iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 618 arch/arm64/crypto/ghash-ce-glue.c dst += AES_BLOCK_SIZE; AES_BLOCK_SIZE 619 arch/arm64/crypto/ghash-ce-glue.c src += AES_BLOCK_SIZE; AES_BLOCK_SIZE 623 arch/arm64/crypto/ghash-ce-glue.c walk.nbytes % (2 * AES_BLOCK_SIZE)); AES_BLOCK_SIZE 626 arch/arm64/crypto/ghash-ce-glue.c if (walk.nbytes > AES_BLOCK_SIZE) { AES_BLOCK_SIZE 627 arch/arm64/crypto/ghash-ce-glue.c u8 *iv2 = iv + AES_BLOCK_SIZE; AES_BLOCK_SIZE 629 arch/arm64/crypto/ghash-ce-glue.c memcpy(iv2, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 630 arch/arm64/crypto/ghash-ce-glue.c crypto_inc(iv2, AES_BLOCK_SIZE); AES_BLOCK_SIZE 678 arch/arm64/crypto/ghash-ce-glue.c .chunksize = 2 * AES_BLOCK_SIZE, AES_BLOCK_SIZE 679 arch/arm64/crypto/ghash-ce-glue.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 195 arch/powerpc/crypto/aes-spe-glue.c nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 223 arch/powerpc/crypto/aes-spe-glue.c nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 251 arch/powerpc/crypto/aes-spe-glue.c nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 279 arch/powerpc/crypto/aes-spe-glue.c nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 303 arch/powerpc/crypto/aes-spe-glue.c err = blkcipher_walk_virt_block(desc, &walk, AES_BLOCK_SIZE); AES_BLOCK_SIZE 308 arch/powerpc/crypto/aes-spe-glue.c nbytes : pbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 339 arch/powerpc/crypto/aes-spe-glue.c nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 370 arch/powerpc/crypto/aes-spe-glue.c nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 398 arch/powerpc/crypto/aes-spe-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 416 arch/powerpc/crypto/aes-spe-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 425 arch/powerpc/crypto/aes-spe-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 436 arch/powerpc/crypto/aes-spe-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 445 arch/powerpc/crypto/aes-spe-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 465 arch/powerpc/crypto/aes-spe-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 476 arch/powerpc/crypto/aes-spe-glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 485 arch/powerpc/crypto/aes-spe-glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 65 arch/s390/crypto/aes_s390.c u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 119 arch/s390/crypto/aes_s390.c cpacf_km(sctx->fc, &sctx->key, out, in, AES_BLOCK_SIZE); AES_BLOCK_SIZE 131 arch/s390/crypto/aes_s390.c &sctx->key, out, in, AES_BLOCK_SIZE); AES_BLOCK_SIZE 165 arch/s390/crypto/aes_s390.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 266 arch/s390/crypto/aes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 268 arch/s390/crypto/aes_s390.c n = nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 335 arch/s390/crypto/aes_s390.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 380 arch/s390/crypto/aes_s390.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 385 arch/s390/crypto/aes_s390.c memcpy(param.iv, walk->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 387 arch/s390/crypto/aes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 389 arch/s390/crypto/aes_s390.c n = nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 394 arch/s390/crypto/aes_s390.c memcpy(walk->iv, param.iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 432 arch/s390/crypto/aes_s390.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 442 arch/s390/crypto/aes_s390.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 572 arch/s390/crypto/aes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 574 arch/s390/crypto/aes_s390.c n = nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 645 arch/s390/crypto/aes_s390.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 655 arch/s390/crypto/aes_s390.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 689 arch/s390/crypto/aes_s390.c memcpy(ctrptr, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 690 arch/s390/crypto/aes_s390.c n = (nbytes > PAGE_SIZE) ? PAGE_SIZE : nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 691 arch/s390/crypto/aes_s390.c for (i = (n / AES_BLOCK_SIZE) - 1; i > 0; i--) { AES_BLOCK_SIZE 692 arch/s390/crypto/aes_s390.c memcpy(ctrptr + AES_BLOCK_SIZE, ctrptr, AES_BLOCK_SIZE); AES_BLOCK_SIZE 693 arch/s390/crypto/aes_s390.c crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE); AES_BLOCK_SIZE 694 arch/s390/crypto/aes_s390.c ctrptr += AES_BLOCK_SIZE; AES_BLOCK_SIZE 703 arch/s390/crypto/aes_s390.c u8 buf[AES_BLOCK_SIZE], *ctrptr; AES_BLOCK_SIZE 709 arch/s390/crypto/aes_s390.c ret = blkcipher_walk_virt_block(desc, walk, AES_BLOCK_SIZE); AES_BLOCK_SIZE 710 arch/s390/crypto/aes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 711 arch/s390/crypto/aes_s390.c n = AES_BLOCK_SIZE; AES_BLOCK_SIZE 712 arch/s390/crypto/aes_s390.c if (nbytes >= 2*AES_BLOCK_SIZE && locked) AES_BLOCK_SIZE 714 arch/s390/crypto/aes_s390.c ctrptr = (n > AES_BLOCK_SIZE) ? ctrblk : walk->iv; AES_BLOCK_SIZE 719 arch/s390/crypto/aes_s390.c memcpy(walk->iv, ctrptr + n - AES_BLOCK_SIZE, AES_BLOCK_SIZE 720 arch/s390/crypto/aes_s390.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 721 arch/s390/crypto/aes_s390.c crypto_inc(walk->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 732 arch/s390/crypto/aes_s390.c AES_BLOCK_SIZE, walk->iv); AES_BLOCK_SIZE 734 arch/s390/crypto/aes_s390.c crypto_inc(walk->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 785 arch/s390/crypto/aes_s390.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 899 arch/s390/crypto/aes_s390.c n = min(gw->walk_bytes, AES_BLOCK_SIZE - gw->buf_bytes); AES_BLOCK_SIZE 1007 arch/s390/crypto/aes_s390.c u8 h[AES_BLOCK_SIZE]; /* Hash-subkey */ AES_BLOCK_SIZE 1040 arch/s390/crypto/aes_s390.c aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1053 arch/s390/crypto/aes_s390.c ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 1056 arch/s390/crypto/aes_s390.c aad_bytes = bytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 1107 arch/s390/crypto/aes_s390.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 169 arch/s390/crypto/paes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 171 arch/s390/crypto/paes_s390.c n = nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 209 arch/s390/crypto/paes_s390.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 286 arch/s390/crypto/paes_s390.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 291 arch/s390/crypto/paes_s390.c memcpy(param.iv, walk->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 293 arch/s390/crypto/paes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 295 arch/s390/crypto/paes_s390.c n = nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 306 arch/s390/crypto/paes_s390.c memcpy(walk->iv, param.iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 335 arch/s390/crypto/paes_s390.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 346 arch/s390/crypto/paes_s390.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 463 arch/s390/crypto/paes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 465 arch/s390/crypto/paes_s390.c n = nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 504 arch/s390/crypto/paes_s390.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 515 arch/s390/crypto/paes_s390.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 581 arch/s390/crypto/paes_s390.c memcpy(ctrptr, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 582 arch/s390/crypto/paes_s390.c n = (nbytes > PAGE_SIZE) ? PAGE_SIZE : nbytes & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 583 arch/s390/crypto/paes_s390.c for (i = (n / AES_BLOCK_SIZE) - 1; i > 0; i--) { AES_BLOCK_SIZE 584 arch/s390/crypto/paes_s390.c memcpy(ctrptr + AES_BLOCK_SIZE, ctrptr, AES_BLOCK_SIZE); AES_BLOCK_SIZE 585 arch/s390/crypto/paes_s390.c crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE); AES_BLOCK_SIZE 586 arch/s390/crypto/paes_s390.c ctrptr += AES_BLOCK_SIZE; AES_BLOCK_SIZE 595 arch/s390/crypto/paes_s390.c u8 buf[AES_BLOCK_SIZE], *ctrptr; AES_BLOCK_SIZE 601 arch/s390/crypto/paes_s390.c ret = blkcipher_walk_virt_block(desc, walk, AES_BLOCK_SIZE); AES_BLOCK_SIZE 602 arch/s390/crypto/paes_s390.c while ((nbytes = walk->nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 603 arch/s390/crypto/paes_s390.c n = AES_BLOCK_SIZE; AES_BLOCK_SIZE 604 arch/s390/crypto/paes_s390.c if (nbytes >= 2*AES_BLOCK_SIZE && locked) AES_BLOCK_SIZE 606 arch/s390/crypto/paes_s390.c ctrptr = (n > AES_BLOCK_SIZE) ? ctrblk : walk->iv; AES_BLOCK_SIZE 612 arch/s390/crypto/paes_s390.c memcpy(walk->iv, ctrptr + k - AES_BLOCK_SIZE, AES_BLOCK_SIZE 613 arch/s390/crypto/paes_s390.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 614 arch/s390/crypto/paes_s390.c crypto_inc(walk->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 634 arch/s390/crypto/paes_s390.c walk->src.virt.addr, AES_BLOCK_SIZE, AES_BLOCK_SIZE 635 arch/s390/crypto/paes_s390.c walk->iv) == AES_BLOCK_SIZE) AES_BLOCK_SIZE 641 arch/s390/crypto/paes_s390.c crypto_inc(walk->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 684 arch/s390/crypto/paes_s390.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 214 arch/sparc/crypto/aes_glue.c #define AES_BLOCK_MASK (~(AES_BLOCK_SIZE-1)) AES_BLOCK_SIZE 238 arch/sparc/crypto/aes_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 268 arch/sparc/crypto/aes_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 298 arch/sparc/crypto/aes_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 329 arch/sparc/crypto/aes_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 341 arch/sparc/crypto/aes_glue.c u64 keystream[AES_BLOCK_SIZE / sizeof(u64)]; AES_BLOCK_SIZE 347 arch/sparc/crypto/aes_glue.c keystream, AES_BLOCK_SIZE); AES_BLOCK_SIZE 349 arch/sparc/crypto/aes_glue.c crypto_inc(ctrblk, AES_BLOCK_SIZE); AES_BLOCK_SIZE 361 arch/sparc/crypto/aes_glue.c err = blkcipher_walk_virt_block(desc, &walk, AES_BLOCK_SIZE); AES_BLOCK_SIZE 365 arch/sparc/crypto/aes_glue.c while ((nbytes = walk.nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 374 arch/sparc/crypto/aes_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 390 arch/sparc/crypto/aes_glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 408 arch/sparc/crypto/aes_glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 427 arch/sparc/crypto/aes_glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 436 arch/sparc/crypto/aes_glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 456 arch/sparc/crypto/aes_glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 43 arch/x86/crypto/aesni-intel_glue.c #define AES_BLOCK_MASK (~(AES_BLOCK_SIZE - 1)) AES_BLOCK_SIZE 394 arch/x86/crypto/aesni-intel_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 416 arch/x86/crypto/aesni-intel_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 438 arch/x86/crypto/aesni-intel_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 460 arch/x86/crypto/aesni-intel_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 473 arch/x86/crypto/aesni-intel_glue.c u8 keystream[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 481 arch/x86/crypto/aesni-intel_glue.c crypto_inc(ctrblk, AES_BLOCK_SIZE); AES_BLOCK_SIZE 514 arch/x86/crypto/aesni-intel_glue.c while ((nbytes = walk.nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 517 arch/x86/crypto/aesni-intel_glue.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 910 arch/x86/crypto/aesni-intel_glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 931 arch/x86/crypto/aesni-intel_glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 946 arch/x86/crypto/aesni-intel_glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 952 arch/x86/crypto/aesni-intel_glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 969 arch/x86/crypto/aesni-intel_glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 970 arch/x86/crypto/aesni-intel_glue.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 980 arch/x86/crypto/aesni-intel_glue.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 986 arch/x86/crypto/aesni-intel_glue.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1296 crypto/aes_generic.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 57 crypto/aes_ti.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 77 drivers/crypto/amcc/crypto4xx_alg.c if (check_blocksize && !IS_ALIGNED(req->cryptlen, AES_BLOCK_SIZE)) AES_BLOCK_SIZE 262 drivers/crypto/amcc/crypto4xx_alg.c unsigned int nblks = ALIGN(req->cryptlen, AES_BLOCK_SIZE) / AES_BLOCK_SIZE 263 drivers/crypto/amcc/crypto4xx_alg.c AES_BLOCK_SIZE; AES_BLOCK_SIZE 348 drivers/crypto/amcc/crypto4xx_alg.c if (len < AES_BLOCK_SIZE) AES_BLOCK_SIZE 579 drivers/crypto/amcc/crypto4xx_core.c u32 icv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 719 drivers/crypto/amcc/crypto4xx_core.c && (datalen % AES_BLOCK_SIZE); AES_BLOCK_SIZE 1200 drivers/crypto/amcc/crypto4xx_core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1281 drivers/crypto/amcc/crypto4xx_core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1322 drivers/crypto/amcc/crypto4xx_core.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 119 drivers/crypto/atmel-aes.c u32 iv[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 131 drivers/crypto/atmel-aes.c u32 j0[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 132 drivers/crypto/atmel-aes.c u32 tag[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 133 drivers/crypto/atmel-aes.c u32 ghash[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 156 drivers/crypto/atmel-aes.c u32 lastc[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 392 drivers/crypto/atmel-aes.c atmel_aes_read_n(dd, offset, value, SIZE_IN_WORDS(AES_BLOCK_SIZE)); AES_BLOCK_SIZE 398 drivers/crypto/atmel-aes.c atmel_aes_write_n(dd, offset, value, SIZE_IN_WORDS(AES_BLOCK_SIZE)); AES_BLOCK_SIZE 585 drivers/crypto/atmel-aes.c dd->datalen -= AES_BLOCK_SIZE; AES_BLOCK_SIZE 587 drivers/crypto/atmel-aes.c if (dd->datalen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 616 drivers/crypto/atmel-aes.c size_t padlen = atmel_aes_padlen(len, AES_BLOCK_SIZE); AES_BLOCK_SIZE 879 drivers/crypto/atmel-aes.c case AES_BLOCK_SIZE: AES_BLOCK_SIZE 986 drivers/crypto/atmel-aes.c dd->ctx->block_size != AES_BLOCK_SIZE); AES_BLOCK_SIZE 1027 drivers/crypto/atmel-aes.c blocks = DIV_ROUND_UP(datalen, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1036 drivers/crypto/atmel-aes.c datalen = AES_BLOCK_SIZE * (0x10000 - start); AES_BLOCK_SIZE 1055 drivers/crypto/atmel-aes.c crypto_inc((u8 *)ctx->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1079 drivers/crypto/atmel-aes.c memcpy(ctx->iv, req->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1110 drivers/crypto/atmel-aes.c ctx->block_size = AES_BLOCK_SIZE; AES_BLOCK_SIZE 1268 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1287 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1296 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1307 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1316 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1327 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1336 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1356 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1376 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1396 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1416 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1438 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1510 drivers/crypto/atmel-aes.c dd->datalen -= AES_BLOCK_SIZE; AES_BLOCK_SIZE 1551 drivers/crypto/atmel-aes.c padlen = atmel_aes_padlen(ivsize, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1552 drivers/crypto/atmel-aes.c datalen = ivsize + padlen + AES_BLOCK_SIZE; AES_BLOCK_SIZE 1611 drivers/crypto/atmel-aes.c padlen = atmel_aes_padlen(req->assoclen, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1634 drivers/crypto/atmel-aes.c dd->datalen -= AES_BLOCK_SIZE; AES_BLOCK_SIZE 1692 drivers/crypto/atmel-aes.c return atmel_aes_gcm_ghash(dd, (const u32 *)data, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1751 drivers/crypto/atmel-aes.c ctx->block_size = AES_BLOCK_SIZE; AES_BLOCK_SIZE 1829 drivers/crypto/atmel-aes.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1884 drivers/crypto/atmel-aes.c u32 tweak[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 1885 drivers/crypto/atmel-aes.c static const u32 one[AES_BLOCK_SIZE / sizeof(u32)] = {cpu_to_le32(1), }; AES_BLOCK_SIZE 1896 drivers/crypto/atmel-aes.c for (i = 0; i < AES_BLOCK_SIZE/2; ++i) { AES_BLOCK_SIZE 1897 drivers/crypto/atmel-aes.c u8 tmp = tweak_bytes[AES_BLOCK_SIZE - 1 - i]; AES_BLOCK_SIZE 1899 drivers/crypto/atmel-aes.c tweak_bytes[AES_BLOCK_SIZE - 1 - i] = tweak_bytes[i]; AES_BLOCK_SIZE 1957 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1966 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2041 drivers/crypto/atmel-aes.c u32 iv[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 2229 drivers/crypto/atmel-aes.c ctx->block_size = AES_BLOCK_SIZE; AES_BLOCK_SIZE 2256 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2264 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2276 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2284 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2296 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2304 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2316 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2324 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2336 drivers/crypto/atmel-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2344 drivers/crypto/atmel-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2359 drivers/crypto/atmel-aes.c dd->buflen &= ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 335 drivers/crypto/axis/artpec6_crypto.c __u8 J0[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 343 drivers/crypto/axis/artpec6_crypto.c __u8 decryption_tag[AES_BLOCK_SIZE] ____cacheline_aligned; AES_BLOCK_SIZE 1183 drivers/crypto/axis/artpec6_crypto.c unsigned int nblks = ALIGN(req->cryptlen, AES_BLOCK_SIZE) / AES_BLOCK_SIZE 1184 drivers/crypto/axis/artpec6_crypto.c AES_BLOCK_SIZE; AES_BLOCK_SIZE 1290 drivers/crypto/axis/artpec6_crypto.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 1803 drivers/crypto/axis/artpec6_crypto.c size_t pad = ALIGN(areq->cryptlen, AES_BLOCK_SIZE) - AES_BLOCK_SIZE 2008 drivers/crypto/axis/artpec6_crypto.c req_ctx->decryption_tag, AES_BLOCK_SIZE, false); AES_BLOCK_SIZE 2023 drivers/crypto/axis/artpec6_crypto.c if (authsize < AES_BLOCK_SIZE) { AES_BLOCK_SIZE 2024 drivers/crypto/axis/artpec6_crypto.c count = AES_BLOCK_SIZE - authsize; AES_BLOCK_SIZE 2167 drivers/crypto/axis/artpec6_crypto.c cipher_req->cryptlen - AES_BLOCK_SIZE, AES_BLOCK_SIZE 2168 drivers/crypto/axis/artpec6_crypto.c AES_BLOCK_SIZE, 0); AES_BLOCK_SIZE 2179 drivers/crypto/axis/artpec6_crypto.c cipher_req->cryptlen - AES_BLOCK_SIZE, AES_BLOCK_SIZE 2180 drivers/crypto/axis/artpec6_crypto.c AES_BLOCK_SIZE, 0); AES_BLOCK_SIZE 2195 drivers/crypto/axis/artpec6_crypto.c u8 input_tag[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 2710 drivers/crypto/axis/artpec6_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2738 drivers/crypto/axis/artpec6_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2752 drivers/crypto/axis/artpec6_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2759 drivers/crypto/axis/artpec6_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2796 drivers/crypto/axis/artpec6_crypto.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1853 drivers/crypto/bcm/cipher.c ((ctx->max_payload % AES_BLOCK_SIZE) != 0)); AES_BLOCK_SIZE 3133 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3138 drivers/crypto/bcm/cipher.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3156 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3161 drivers/crypto/bcm/cipher.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3179 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3184 drivers/crypto/bcm/cipher.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3202 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3207 drivers/crypto/bcm/cipher.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3225 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3230 drivers/crypto/bcm/cipher.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3248 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3252 drivers/crypto/bcm/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3271 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3275 drivers/crypto/bcm/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3294 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3298 drivers/crypto/bcm/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3741 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3745 drivers/crypto/bcm/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3762 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3766 drivers/crypto/bcm/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3783 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3804 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3808 drivers/crypto/bcm/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3825 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3829 drivers/crypto/bcm/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4221 drivers/crypto/bcm/cipher.c .halg.digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4225 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4240 drivers/crypto/bcm/cipher.c .halg.digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4244 drivers/crypto/bcm/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 34 drivers/crypto/bcm/cipher.h #define MAX_IV_SIZE AES_BLOCK_SIZE AES_BLOCK_SIZE 129 drivers/crypto/bcm/cipher.h u8 iv_ctr[ALIGN(2 * AES_BLOCK_SIZE, SPU_MSG_ALIGN)]; AES_BLOCK_SIZE 164 drivers/crypto/bcm/cipher.h u8 gcmpad[ALIGN(AES_BLOCK_SIZE, SPU_MSG_ALIGN)]; AES_BLOCK_SIZE 1916 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1923 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1971 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1972 drivers/crypto/caam/caamalg.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1992 drivers/crypto/caam/caamalg.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2005 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2012 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2036 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2091 drivers/crypto/caam/caamalg.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2110 drivers/crypto/caam/caamalg.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2130 drivers/crypto/caam/caamalg.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2270 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2276 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2292 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2298 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2314 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2320 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2336 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2342 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2358 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2364 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2380 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2386 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2402 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2408 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2424 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2430 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2446 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2452 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2468 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2474 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2490 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2496 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2512 drivers/crypto/caam/caamalg.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2518 drivers/crypto/caam/caamalg.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1443 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1450 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1498 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1499 drivers/crypto/caam/caamalg_qi.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1519 drivers/crypto/caam/caamalg_qi.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1532 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1539 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1558 drivers/crypto/caam/caamalg_qi.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1577 drivers/crypto/caam/caamalg_qi.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1597 drivers/crypto/caam/caamalg_qi.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1611 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1617 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1633 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1639 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1655 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1661 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1677 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1683 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1699 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1705 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1721 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1727 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1743 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1749 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1766 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1772 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1788 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1794 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1811 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1817 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1833 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1839 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1856 drivers/crypto/caam/caamalg_qi.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1862 drivers/crypto/caam/caamalg_qi.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1605 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1612 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1660 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1661 drivers/crypto/caam/caamalg_qi2.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1681 drivers/crypto/caam/caamalg_qi2.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1694 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1701 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1736 drivers/crypto/caam/caamalg_qi2.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1755 drivers/crypto/caam/caamalg_qi2.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1775 drivers/crypto/caam/caamalg_qi2.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1789 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1795 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1811 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1817 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1833 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1839 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1855 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1861 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1877 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1883 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1899 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1905 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1921 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1927 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1944 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1950 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1966 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1972 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1989 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1995 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2011 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2017 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2034 drivers/crypto/caam/caamalg_qi2.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2040 drivers/crypto/caam/caamalg_qi2.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1762 drivers/crypto/caam/caamhash.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1773 drivers/crypto/caam/caamhash.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1781 drivers/crypto/caam/caamhash.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1792 drivers/crypto/caam/caamhash.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 344 drivers/crypto/cavium/cpt/cptvf_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 353 drivers/crypto/cavium/cpt/cptvf_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 365 drivers/crypto/cavium/cpt/cptvf_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 374 drivers/crypto/cavium/cpt/cptvf_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 386 drivers/crypto/cavium/cpt/cptvf_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 395 drivers/crypto/cavium/cpt/cptvf_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 407 drivers/crypto/cavium/cpt/cptvf_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 416 drivers/crypto/cavium/cpt/cptvf_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 495 drivers/crypto/cavium/nitrox/nitrox_aead.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 507 drivers/crypto/cavium/nitrox/nitrox_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 514 drivers/crypto/cavium/nitrox/nitrox_aead.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 526 drivers/crypto/cavium/nitrox/nitrox_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 132 drivers/crypto/cavium/nitrox/nitrox_req.h u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 333 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 340 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 352 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 359 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 371 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 378 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 390 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 397 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 428 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 436 drivers/crypto/cavium/nitrox/nitrox_skcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 165 drivers/crypto/ccp/ccp-crypto-aes-cmac.c rctx->cmd.u.aes.iv_len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 375 drivers/crypto/ccp/ccp-crypto-aes-cmac.c halg->digestsize = AES_BLOCK_SIZE; AES_BLOCK_SIZE 384 drivers/crypto/ccp/ccp-crypto-aes-cmac.c base->cra_blocksize = AES_BLOCK_SIZE; AES_BLOCK_SIZE 109 drivers/crypto/ccp/ccp-crypto-aes-galois.c rctx->iv[AES_BLOCK_SIZE - 1] = 1; AES_BLOCK_SIZE 113 drivers/crypto/ccp/ccp-crypto-aes-galois.c iv_len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 173 drivers/crypto/ccp/ccp-crypto-aes-galois.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 179 drivers/crypto/ccp/ccp-crypto-aes-galois.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 205 drivers/crypto/ccp/ccp-crypto-aes-galois.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 70 drivers/crypto/ccp/ccp-crypto-aes-xts.c memcpy(req->info, rctx->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 165 drivers/crypto/ccp/ccp-crypto-aes-xts.c memcpy(rctx->iv, req->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 166 drivers/crypto/ccp/ccp-crypto-aes-xts.c sg_init_one(&rctx->iv_sg, rctx->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 178 drivers/crypto/ccp/ccp-crypto-aes-xts.c rctx->cmd.u.xts.iv_len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 248 drivers/crypto/ccp/ccp-crypto-aes-xts.c alg->cra_blocksize = AES_BLOCK_SIZE; AES_BLOCK_SIZE 257 drivers/crypto/ccp/ccp-crypto-aes-xts.c alg->cra_ablkcipher.ivsize = AES_BLOCK_SIZE; AES_BLOCK_SIZE 32 drivers/crypto/ccp/ccp-crypto-aes.c memcpy(req->info, rctx->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 80 drivers/crypto/ccp/ccp-crypto-aes.c (req->nbytes & (AES_BLOCK_SIZE - 1))) AES_BLOCK_SIZE 87 drivers/crypto/ccp/ccp-crypto-aes.c memcpy(rctx->iv, req->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 89 drivers/crypto/ccp/ccp-crypto-aes.c iv_len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 219 drivers/crypto/ccp/ccp-crypto-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 272 drivers/crypto/ccp/ccp-crypto-aes.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 281 drivers/crypto/ccp/ccp-crypto-aes.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 282 drivers/crypto/ccp/ccp-crypto-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 291 drivers/crypto/ccp/ccp-crypto-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 300 drivers/crypto/ccp/ccp-crypto-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 309 drivers/crypto/ccp/ccp-crypto-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 107 drivers/crypto/ccp/ccp-crypto.h u8 k1[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 108 drivers/crypto/ccp/ccp-crypto.h u8 k2[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 113 drivers/crypto/ccp/ccp-crypto.h u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 116 drivers/crypto/ccp/ccp-crypto.h u8 tag[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 120 drivers/crypto/ccp/ccp-crypto.h u8 rfc3686_iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 138 drivers/crypto/ccp/ccp-crypto.h u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 142 drivers/crypto/ccp/ccp-crypto.h u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 146 drivers/crypto/ccp/ccp-crypto.h u8 pad[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 154 drivers/crypto/ccp/ccp-crypto.h u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 157 drivers/crypto/ccp/ccp-crypto.h u8 buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 173 drivers/crypto/ccp/ccp-crypto.h u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 471 drivers/crypto/ccp/ccp-ops.c if (aes->src_len & (AES_BLOCK_SIZE - 1)) AES_BLOCK_SIZE 474 drivers/crypto/ccp/ccp-ops.c if (aes->iv_len != AES_BLOCK_SIZE) AES_BLOCK_SIZE 481 drivers/crypto/ccp/ccp-ops.c if (aes->cmac_key_len != AES_BLOCK_SIZE) AES_BLOCK_SIZE 534 drivers/crypto/ccp/ccp-ops.c dm_offset = CCP_SB_BYTES - AES_BLOCK_SIZE; AES_BLOCK_SIZE 547 drivers/crypto/ccp/ccp-ops.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 552 drivers/crypto/ccp/ccp-ops.c ccp_prepare_data(&src, NULL, &op, AES_BLOCK_SIZE, true); AES_BLOCK_SIZE 597 drivers/crypto/ccp/ccp-ops.c dm_offset = CCP_SB_BYTES - AES_BLOCK_SIZE; AES_BLOCK_SIZE 646 drivers/crypto/ccp/ccp-ops.c authsize = aes->authsize ? aes->authsize : AES_BLOCK_SIZE; AES_BLOCK_SIZE 732 drivers/crypto/ccp/ccp-ops.c AES_BLOCK_SIZE, AES_BLOCK_SIZE 741 drivers/crypto/ccp/ccp-ops.c ccp_prepare_data(&aad, NULL, &op, AES_BLOCK_SIZE, true); AES_BLOCK_SIZE 762 drivers/crypto/ccp/ccp-ops.c AES_BLOCK_SIZE, AES_BLOCK_SIZE 772 drivers/crypto/ccp/ccp-ops.c AES_BLOCK_SIZE, DMA_FROM_DEVICE); AES_BLOCK_SIZE 781 drivers/crypto/ccp/ccp-ops.c ccp_prepare_data(&src, &dst, &op, AES_BLOCK_SIZE, true); AES_BLOCK_SIZE 783 drivers/crypto/ccp/ccp-ops.c unsigned int nbytes = ilen % AES_BLOCK_SIZE; AES_BLOCK_SIZE 824 drivers/crypto/ccp/ccp-ops.c ret = ccp_init_dm_workarea(&final_wa, cmd_q, AES_BLOCK_SIZE, AES_BLOCK_SIZE 843 drivers/crypto/ccp/ccp-ops.c op.src.u.dma.length = AES_BLOCK_SIZE; AES_BLOCK_SIZE 846 drivers/crypto/ccp/ccp-ops.c op.dst.u.dma.length = AES_BLOCK_SIZE; AES_BLOCK_SIZE 913 drivers/crypto/ccp/ccp-ops.c (aes->src_len & (AES_BLOCK_SIZE - 1))) AES_BLOCK_SIZE 920 drivers/crypto/ccp/ccp-ops.c if (aes->iv_len != AES_BLOCK_SIZE) AES_BLOCK_SIZE 975 drivers/crypto/ccp/ccp-ops.c dm_offset = CCP_SB_BYTES - AES_BLOCK_SIZE; AES_BLOCK_SIZE 989 drivers/crypto/ccp/ccp-ops.c op.u.aes.size = AES_BLOCK_SIZE * BITS_PER_BYTE - 1; AES_BLOCK_SIZE 1003 drivers/crypto/ccp/ccp-ops.c AES_BLOCK_SIZE, AES_BLOCK_SIZE 1012 drivers/crypto/ccp/ccp-ops.c AES_BLOCK_SIZE, DMA_FROM_DEVICE); AES_BLOCK_SIZE 1019 drivers/crypto/ccp/ccp-ops.c ccp_prepare_data(&src, &dst, &op, AES_BLOCK_SIZE, true); AES_BLOCK_SIZE 1052 drivers/crypto/ccp/ccp-ops.c dm_offset = CCP_SB_BYTES - AES_BLOCK_SIZE; AES_BLOCK_SIZE 1113 drivers/crypto/ccp/ccp-ops.c if (!xts->final && (xts->src_len & (AES_BLOCK_SIZE - 1))) AES_BLOCK_SIZE 1116 drivers/crypto/ccp/ccp-ops.c if (xts->iv_len != AES_BLOCK_SIZE) AES_BLOCK_SIZE 1253 drivers/crypto/ccp/ccp-ops.c dm_offset = CCP_SB_BYTES - AES_BLOCK_SIZE; AES_BLOCK_SIZE 1340 drivers/crypto/ccree/cc_aead.c !IS_ALIGNED(cipherlen, AES_BLOCK_SIZE)) AES_BLOCK_SIZE 1454 drivers/crypto/ccree/cc_aead.c req_ctx->gen_ctx.iv_dma_addr, AES_BLOCK_SIZE, NS_BIT); AES_BLOCK_SIZE 1478 drivers/crypto/ccree/cc_aead.c AES_BLOCK_SIZE, NS_BIT); AES_BLOCK_SIZE 1492 drivers/crypto/ccree/cc_aead.c AES_BLOCK_SIZE + req_ctx->ccm_hdr_size, NS_BIT); AES_BLOCK_SIZE 1517 drivers/crypto/ccree/cc_aead.c AES_BLOCK_SIZE, NS_BIT); AES_BLOCK_SIZE 1563 drivers/crypto/ccree/cc_aead.c memset(req_ctx->mac_buf, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1564 drivers/crypto/ccree/cc_aead.c memset(req_ctx->ccm_config, 0, AES_BLOCK_SIZE * 3); AES_BLOCK_SIZE 1572 drivers/crypto/ccree/cc_aead.c memcpy(b0, req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1594 drivers/crypto/ccree/cc_aead.c memcpy(ctr_count_0, req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1607 drivers/crypto/ccree/cc_aead.c memset(areq_ctx->ctr_iv, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1645 drivers/crypto/ccree/cc_aead.c set_din_const(&desc[idx], 0x0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1646 drivers/crypto/ccree/cc_aead.c set_dout_dlli(&desc[idx], req_ctx->hkey_dma_addr, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1660 drivers/crypto/ccree/cc_aead.c AES_BLOCK_SIZE, NS_BIT); AES_BLOCK_SIZE 1690 drivers/crypto/ccree/cc_aead.c set_din_const(&desc[idx], 0x0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1727 drivers/crypto/ccree/cc_aead.c req_ctx->gcm_iv_inc2_dma_addr, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1757 drivers/crypto/ccree/cc_aead.c AES_BLOCK_SIZE, NS_BIT); AES_BLOCK_SIZE 1765 drivers/crypto/ccree/cc_aead.c set_dout_dlli(&desc[idx], req_ctx->mac_buf_dma_addr, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1778 drivers/crypto/ccree/cc_aead.c AES_BLOCK_SIZE, NS_BIT); AES_BLOCK_SIZE 1794 drivers/crypto/ccree/cc_aead.c AES_BLOCK_SIZE, NS_BIT); AES_BLOCK_SIZE 1856 drivers/crypto/ccree/cc_aead.c memset(req_ctx->hkey, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1858 drivers/crypto/ccree/cc_aead.c memset(req_ctx->mac_buf, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1959 drivers/crypto/ccree/cc_aead.c areq_ctx->hw_iv_size = AES_BLOCK_SIZE; AES_BLOCK_SIZE 2360 drivers/crypto/ccree/cc_aead.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2368 drivers/crypto/ccree/cc_aead.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2400 drivers/crypto/ccree/cc_aead.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2408 drivers/crypto/ccree/cc_aead.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2440 drivers/crypto/ccree/cc_aead.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2448 drivers/crypto/ccree/cc_aead.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2449 drivers/crypto/ccree/cc_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2509 drivers/crypto/ccree/cc_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2528 drivers/crypto/ccree/cc_aead.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2529 drivers/crypto/ccree/cc_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2549 drivers/crypto/ccree/cc_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2569 drivers/crypto/ccree/cc_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2589 drivers/crypto/ccree/cc_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2609 drivers/crypto/ccree/cc_aead.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 17 drivers/crypto/ccree/cc_aead.h #define CCM_CONFIG_BUF_SIZE (AES_BLOCK_SIZE * 3) AES_BLOCK_SIZE 52 drivers/crypto/ccree/cc_aead.h u8 ctr_iv[AES_BLOCK_SIZE] ____cacheline_aligned; AES_BLOCK_SIZE 55 drivers/crypto/ccree/cc_aead.h u8 gcm_iv_inc1[AES_BLOCK_SIZE] ____cacheline_aligned; AES_BLOCK_SIZE 56 drivers/crypto/ccree/cc_aead.h u8 gcm_iv_inc2[AES_BLOCK_SIZE] ____cacheline_aligned; AES_BLOCK_SIZE 57 drivers/crypto/ccree/cc_aead.h u8 hkey[AES_BLOCK_SIZE] ____cacheline_aligned; AES_BLOCK_SIZE 326 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE + areq_ctx->ccm_hdr_size); AES_BLOCK_SIZE 339 drivers/crypto/ccree/cc_buffer_mgr.c (AES_BLOCK_SIZE + areq_ctx->ccm_hdr_size), AES_BLOCK_SIZE 500 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_BIDIRECTIONAL); AES_BLOCK_SIZE 505 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 510 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 515 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 522 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 1051 drivers/crypto/ccree/cc_buffer_mgr.c dma_addr = dma_map_single(dev, addr, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1056 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, addr); AES_BLOCK_SIZE 1070 drivers/crypto/ccree/cc_buffer_mgr.c dma_addr = dma_map_single(dev, areq_ctx->hkey, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1074 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, areq_ctx->hkey); AES_BLOCK_SIZE 1081 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 1084 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, &areq_ctx->gcm_len_block); AES_BLOCK_SIZE 1091 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 1095 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, (areq_ctx->gcm_iv_inc1)); AES_BLOCK_SIZE 1103 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, DMA_TO_DEVICE); AES_BLOCK_SIZE 1107 drivers/crypto/ccree/cc_buffer_mgr.c AES_BLOCK_SIZE, (areq_ctx->gcm_iv_inc2)); AES_BLOCK_SIZE 120 drivers/crypto/ccree/cc_cipher.c if (size >= AES_BLOCK_SIZE) AES_BLOCK_SIZE 130 drivers/crypto/ccree/cc_cipher.c if (IS_ALIGNED(size, AES_BLOCK_SIZE)) AES_BLOCK_SIZE 986 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1004 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1023 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1035 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1042 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1053 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1060 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1072 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1079 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1091 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1098 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1109 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1116 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1128 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1135 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1147 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1165 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1172 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1183 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1190 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1201 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1208 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1226 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1244 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1261 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1279 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1290 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1297 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1307 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1314 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1325 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1332 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1343 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1350 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1360 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1367 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1378 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1385 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1396 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1413 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1420 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1430 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1437 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1447 drivers/crypto/ccree/cc_cipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1454 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1471 drivers/crypto/ccree/cc_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1773 drivers/crypto/ccree/cc_hash.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1785 drivers/crypto/ccree/cc_hash.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1786 drivers/crypto/ccree/cc_hash.c .statesize = CC_STATE_SIZE(AES_BLOCK_SIZE), AES_BLOCK_SIZE 1791 drivers/crypto/ccree/cc_hash.c .inter_digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1798 drivers/crypto/ccree/cc_hash.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1810 drivers/crypto/ccree/cc_hash.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1811 drivers/crypto/ccree/cc_hash.c .statesize = CC_STATE_SIZE(AES_BLOCK_SIZE), AES_BLOCK_SIZE 1816 drivers/crypto/ccree/cc_hash.c .inter_digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 31 drivers/crypto/ccree/cc_hash.h u8 state[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 33 drivers/crypto/ccree/cc_hash.h u8 buffer[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 74 drivers/crypto/chelsio/chcr_algo.c #define IV AES_BLOCK_SIZE AES_BLOCK_SIZE 847 drivers/crypto/chelsio/chcr_algo.c reqctx->processed + wrparam->bytes - AES_BLOCK_SIZE); AES_BLOCK_SIZE 991 drivers/crypto/chelsio/chcr_algo.c unsigned int size = AES_BLOCK_SIZE; AES_BLOCK_SIZE 995 drivers/crypto/chelsio/chcr_algo.c memcpy(dstiv, srciv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1009 drivers/crypto/chelsio/chcr_algo.c __be32 *b = (__be32 *)(iv + AES_BLOCK_SIZE); AES_BLOCK_SIZE 1015 drivers/crypto/chelsio/chcr_algo.c if ((bytes / AES_BLOCK_SIZE) > c) AES_BLOCK_SIZE 1016 drivers/crypto/chelsio/chcr_algo.c bytes = c * AES_BLOCK_SIZE; AES_BLOCK_SIZE 1030 drivers/crypto/chelsio/chcr_algo.c int round = reqctx->last_req_len / AES_BLOCK_SIZE; AES_BLOCK_SIZE 1033 drivers/crypto/chelsio/chcr_algo.c memcpy(iv, reqctx->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1064 drivers/crypto/chelsio/chcr_algo.c AES_BLOCK_SIZE)); AES_BLOCK_SIZE 1068 drivers/crypto/chelsio/chcr_algo.c AES_BLOCK_SIZE) + 1); AES_BLOCK_SIZE 1074 drivers/crypto/chelsio/chcr_algo.c memcpy(iv, req->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1076 drivers/crypto/chelsio/chcr_algo.c memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); AES_BLOCK_SIZE 1098 drivers/crypto/chelsio/chcr_algo.c AES_BLOCK_SIZE)); AES_BLOCK_SIZE 1104 drivers/crypto/chelsio/chcr_algo.c memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); AES_BLOCK_SIZE 1203 drivers/crypto/chelsio/chcr_algo.c if ((ablkctx->enckey_len == 0) || (ivsize > AES_BLOCK_SIZE) || AES_BLOCK_SIZE 3710 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3716 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3729 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3735 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3754 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3958 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3991 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 3998 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4013 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4020 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4034 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4040 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4054 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4061 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4075 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4082 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4096 drivers/crypto/chelsio/chcr_algo.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 4103 drivers/crypto/chelsio/chcr_algo.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 149 drivers/crypto/chelsio/chcr_algo.h sizeof(struct cpl_rx_phys_dsgl) + AES_BLOCK_SIZE) AES_BLOCK_SIZE 188 drivers/crypto/geode-aes.c geode_aes_crypt(tctx, in, out, AES_BLOCK_SIZE, NULL, AES_BLOCK_SIZE 203 drivers/crypto/geode-aes.c geode_aes_crypt(tctx, in, out, AES_BLOCK_SIZE, NULL, AES_BLOCK_SIZE 239 drivers/crypto/geode-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 301 drivers/crypto/geode-aes.c round_down(nbytes, AES_BLOCK_SIZE), AES_BLOCK_SIZE 303 drivers/crypto/geode-aes.c err = skcipher_walk_done(&walk, nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 336 drivers/crypto/geode-aes.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 347 drivers/crypto/geode-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 354 drivers/crypto/geode-aes.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 936 drivers/crypto/hisilicon/sec/sec_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 955 drivers/crypto/hisilicon/sec/sec_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 967 drivers/crypto/hisilicon/sec/sec_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 974 drivers/crypto/hisilicon/sec/sec_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 986 drivers/crypto/hisilicon/sec/sec_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 993 drivers/crypto/hisilicon/sec/sec_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1005 drivers/crypto/hisilicon/sec/sec_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 116 drivers/crypto/inside-secure/safexcel_cipher.c block_sz = AES_BLOCK_SIZE; AES_BLOCK_SIZE 209 drivers/crypto/inside-secure/safexcel_cipher.c token[8].instructions = AES_BLOCK_SIZE; AES_BLOCK_SIZE 212 drivers/crypto/inside-secure/safexcel_cipher.c token[9].packet_length = AES_BLOCK_SIZE; AES_BLOCK_SIZE 225 drivers/crypto/inside-secure/safexcel_cipher.c token[0].packet_length = AES_BLOCK_SIZE + AES_BLOCK_SIZE 909 drivers/crypto/inside-secure/safexcel_cipher.c u8 input_iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 1158 drivers/crypto/inside-secure/safexcel_cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1187 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1194 drivers/crypto/inside-secure/safexcel_cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1223 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1259 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1588 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1596 drivers/crypto/inside-secure/safexcel_cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1623 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1631 drivers/crypto/inside-secure/safexcel_cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1658 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1666 drivers/crypto/inside-secure/safexcel_cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1693 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1701 drivers/crypto/inside-secure/safexcel_cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1728 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1736 drivers/crypto/inside-secure/safexcel_cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2073 drivers/crypto/inside-secure/safexcel_cipher.c u32 hashkey[AES_BLOCK_SIZE >> 2]; AES_BLOCK_SIZE 2107 drivers/crypto/inside-secure/safexcel_cipher.c memset(hashkey, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 2111 drivers/crypto/inside-secure/safexcel_cipher.c for (i = 0; i < AES_BLOCK_SIZE / sizeof(u32); i++) { AES_BLOCK_SIZE 2119 drivers/crypto/inside-secure/safexcel_cipher.c for (i = 0; i < AES_BLOCK_SIZE / sizeof(u32); i++) AES_BLOCK_SIZE 2122 drivers/crypto/inside-secure/safexcel_cipher.c memzero_explicit(hashkey, AES_BLOCK_SIZE); AES_BLOCK_SIZE 2211 drivers/crypto/inside-secure/safexcel_cipher.c ctx->ipad[i + 2 * AES_BLOCK_SIZE / sizeof(u32)] = AES_BLOCK_SIZE 2216 drivers/crypto/inside-secure/safexcel_cipher.c ctx->state_sz = 2 * AES_BLOCK_SIZE + len; AES_BLOCK_SIZE 2235 drivers/crypto/inside-secure/safexcel_cipher.c ctx->state_sz = 3 * AES_BLOCK_SIZE; AES_BLOCK_SIZE 2289 drivers/crypto/inside-secure/safexcel_cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2290 drivers/crypto/inside-secure/safexcel_cipher.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1269 drivers/crypto/ixp4xx_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1273 drivers/crypto/ixp4xx_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1282 drivers/crypto/ixp4xx_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1294 drivers/crypto/ixp4xx_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1298 drivers/crypto/ixp4xx_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1307 drivers/crypto/ixp4xx_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1311 drivers/crypto/ixp4xx_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1376 drivers/crypto/ixp4xx_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1378 drivers/crypto/ixp4xx_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1388 drivers/crypto/ixp4xx_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1390 drivers/crypto/ixp4xx_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 744 drivers/crypto/marvell/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 758 drivers/crypto/marvell/cipher.c memcpy(tmpl->ctx.blkcipher.iv, req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 787 drivers/crypto/marvell/cipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 793 drivers/crypto/marvell/cipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 19 drivers/crypto/mediatek/mtk-aes.c & ~(AES_BLOCK_SIZE - 1)) AES_BLOCK_SIZE 21 drivers/crypto/mediatek/mtk-aes.c AES_BLOCK_SIZE * 2) AES_BLOCK_SIZE 128 drivers/crypto/mediatek/mtk-aes.c u32 iv[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 187 drivers/crypto/mediatek/mtk-aes.c len &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 188 drivers/crypto/mediatek/mtk-aes.c return len ? AES_BLOCK_SIZE - len : 0; AES_BLOCK_SIZE 196 drivers/crypto/mediatek/mtk-aes.c if (!IS_ALIGNED(len, AES_BLOCK_SIZE)) AES_BLOCK_SIZE 204 drivers/crypto/mediatek/mtk-aes.c if (!IS_ALIGNED(len, AES_BLOCK_SIZE)) AES_BLOCK_SIZE 213 drivers/crypto/mediatek/mtk-aes.c if (!IS_ALIGNED(sg->length, AES_BLOCK_SIZE)) AES_BLOCK_SIZE 325 drivers/crypto/mediatek/mtk-aes.c res->hdr += AES_BLOCK_SIZE; AES_BLOCK_SIZE 454 drivers/crypto/mediatek/mtk-aes.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 456 drivers/crypto/mediatek/mtk-aes.c info->tfm[0] += AES_TFM_SIZE(SIZE_IN_WORDS(AES_BLOCK_SIZE)); AES_BLOCK_SIZE 587 drivers/crypto/mediatek/mtk-aes.c blocks = DIV_ROUND_UP(datalen, AES_BLOCK_SIZE); AES_BLOCK_SIZE 595 drivers/crypto/mediatek/mtk-aes.c datalen = AES_BLOCK_SIZE * -start; AES_BLOCK_SIZE 606 drivers/crypto/mediatek/mtk-aes.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 614 drivers/crypto/mediatek/mtk-aes.c crypto_inc((u8 *)cctx->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 628 drivers/crypto/mediatek/mtk-aes.c memcpy(cctx->iv, req->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 758 drivers/crypto/mediatek/mtk-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 769 drivers/crypto/mediatek/mtk-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 779 drivers/crypto/mediatek/mtk-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 807 drivers/crypto/mediatek/mtk-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 828 drivers/crypto/mediatek/mtk-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 849 drivers/crypto/mediatek/mtk-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 906 drivers/crypto/mediatek/mtk-aes.c ctx->keylen + SIZE_IN_WORDS(AES_BLOCK_SIZE + ivsize)) | AES_BLOCK_SIZE 912 drivers/crypto/mediatek/mtk-aes.c AES_BLOCK_SIZE), (const u32 *)req->iv, ivsize); AES_BLOCK_SIZE 1063 drivers/crypto/mediatek/mtk-aes.c sg_init_one(data->sg, &data->hash, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1069 drivers/crypto/mediatek/mtk-aes.c AES_BLOCK_SIZE, data->iv); AES_BLOCK_SIZE 1078 drivers/crypto/mediatek/mtk-aes.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 1145 drivers/crypto/mediatek/mtk-aes.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 230 drivers/crypto/mxs-dcp.c if (actx->fill % AES_BLOCK_SIZE) { AES_BLOCK_SIZE 379 drivers/crypto/mxs-dcp.c memcpy(req->info, out_buf+(last_out_len-AES_BLOCK_SIZE), AES_BLOCK_SIZE 380 drivers/crypto/mxs-dcp.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 382 drivers/crypto/mxs-dcp.c memcpy(req->info, in_buf+(last_out_len-AES_BLOCK_SIZE), AES_BLOCK_SIZE 383 drivers/crypto/mxs-dcp.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 866 drivers/crypto/mxs-dcp.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 889 drivers/crypto/mxs-dcp.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 900 drivers/crypto/mxs-dcp.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1230 drivers/crypto/n2_core.c .block_size = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1243 drivers/crypto/n2_core.c .block_size = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1247 drivers/crypto/n2_core.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1257 drivers/crypto/n2_core.c .block_size = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1261 drivers/crypto/n2_core.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 90 drivers/crypto/nx/nx-aes-cbc.c memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 123 drivers/crypto/nx/nx-aes-cbc.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 133 drivers/crypto/nx/nx-aes-cbc.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 311 drivers/crypto/nx/nx-aes-ccm.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 324 drivers/crypto/nx/nx-aes-ccm.c memcpy(out, result, AES_BLOCK_SIZE); AES_BLOCK_SIZE 384 drivers/crypto/nx/nx-aes-ccm.c memcpy(desc->info, csbcpb->cpb.aes_ccm.out_ctr, AES_BLOCK_SIZE); AES_BLOCK_SIZE 386 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); AES_BLOCK_SIZE 388 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_s0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 453 drivers/crypto/nx/nx-aes-ccm.c memcpy(desc->info, csbcpb->cpb.aes_ccm.out_ctr, AES_BLOCK_SIZE); AES_BLOCK_SIZE 455 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); AES_BLOCK_SIZE 457 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_s0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 557 drivers/crypto/nx/nx-aes-ccm.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 558 drivers/crypto/nx/nx-aes-ccm.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 578 drivers/crypto/nx/nx-aes-ccm.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 103 drivers/crypto/nx/nx-aes-ctr.c memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 123 drivers/crypto/nx/nx-aes-ecb.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 112 drivers/crypto/nx/nx-aes-gcm.c if (nbytes <= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 155 drivers/crypto/nx/nx-aes-gcm.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 164 drivers/crypto/nx/nx-aes-gcm.c memcpy(out, csbcpb_aead->cpb.aes_gca.out_pat, AES_BLOCK_SIZE); AES_BLOCK_SIZE 193 drivers/crypto/nx/nx-aes-gcm.c memcpy(csbcpb->cpb.aes_gcm.iv_or_cnt, desc->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 225 drivers/crypto/nx/nx-aes-gcm.c csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); AES_BLOCK_SIZE 227 drivers/crypto/nx/nx-aes-gcm.c csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 250 drivers/crypto/nx/nx-aes-gcm.c char out[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 268 drivers/crypto/nx/nx-aes-gcm.c len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 274 drivers/crypto/nx/nx-aes-gcm.c if (len != AES_BLOCK_SIZE) AES_BLOCK_SIZE 380 drivers/crypto/nx/nx-aes-gcm.c memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); AES_BLOCK_SIZE 382 drivers/crypto/nx/nx-aes-gcm.c csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); AES_BLOCK_SIZE 384 drivers/crypto/nx/nx-aes-gcm.c csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 491 drivers/crypto/nx/nx-aes-gcm.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 509 drivers/crypto/nx/nx-aes-gcm.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 23 drivers/crypto/nx/nx-aes-xcbc.c u8 state[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 25 drivers/crypto/nx/nx-aes-xcbc.c u8 buffer[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 64 drivers/crypto/nx/nx-aes-xcbc.c u8 keys[2][AES_BLOCK_SIZE]; AES_BLOCK_SIZE 71 drivers/crypto/nx/nx-aes-xcbc.c memcpy(key, csbcpb->cpb.aes_xcbc.key, AES_BLOCK_SIZE); AES_BLOCK_SIZE 72 drivers/crypto/nx/nx-aes-xcbc.c memcpy(csbcpb->cpb.aes_ecb.key, key, AES_BLOCK_SIZE); AES_BLOCK_SIZE 107 drivers/crypto/nx/nx-aes-xcbc.c memcpy(csbcpb->cpb.aes_ecb.key, keys[0], AES_BLOCK_SIZE); AES_BLOCK_SIZE 114 drivers/crypto/nx/nx-aes-xcbc.c len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 118 drivers/crypto/nx/nx-aes-xcbc.c if (len != AES_BLOCK_SIZE) AES_BLOCK_SIZE 132 drivers/crypto/nx/nx-aes-xcbc.c memcpy(csbcpb->cpb.aes_xcbc.key, key, AES_BLOCK_SIZE); AES_BLOCK_SIZE 189 drivers/crypto/nx/nx-aes-xcbc.c if (total <= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 201 drivers/crypto/nx/nx-aes-xcbc.c data_len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 205 drivers/crypto/nx/nx-aes-xcbc.c if (data_len != AES_BLOCK_SIZE) { AES_BLOCK_SIZE 214 drivers/crypto/nx/nx-aes-xcbc.c to_process = to_process & ~(AES_BLOCK_SIZE - 1); AES_BLOCK_SIZE 224 drivers/crypto/nx/nx-aes-xcbc.c to_process -= AES_BLOCK_SIZE; AES_BLOCK_SIZE 225 drivers/crypto/nx/nx-aes-xcbc.c leftover = AES_BLOCK_SIZE; AES_BLOCK_SIZE 259 drivers/crypto/nx/nx-aes-xcbc.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 281 drivers/crypto/nx/nx-aes-xcbc.c } while (leftover > AES_BLOCK_SIZE); AES_BLOCK_SIZE 308 drivers/crypto/nx/nx-aes-xcbc.c csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); AES_BLOCK_SIZE 332 drivers/crypto/nx/nx-aes-xcbc.c len = AES_BLOCK_SIZE; AES_BLOCK_SIZE 336 drivers/crypto/nx/nx-aes-xcbc.c if (len != AES_BLOCK_SIZE) { AES_BLOCK_SIZE 355 drivers/crypto/nx/nx-aes-xcbc.c memcpy(out, csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); AES_BLOCK_SIZE 362 drivers/crypto/nx/nx-aes-xcbc.c .digestsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 373 drivers/crypto/nx/nx-aes-xcbc.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 233 drivers/crypto/nx/nx.c data_back = (abs(oplen) / AES_BLOCK_SIZE) * sg->len; AES_BLOCK_SIZE 234 drivers/crypto/nx/nx.c data_back = *nbytes - (data_back & ~(AES_BLOCK_SIZE - 1)); AES_BLOCK_SIZE 278 drivers/crypto/nx/nx.c memcpy(iv, desc->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 288 drivers/crypto/nx/nx.c delta = *nbytes - (*nbytes & ~(AES_BLOCK_SIZE - 1)); AES_BLOCK_SIZE 45 drivers/crypto/omap-aes-gcm.c alen = ALIGN(dd->assoc_len, AES_BLOCK_SIZE); AES_BLOCK_SIZE 46 drivers/crypto/omap-aes-gcm.c clen = ALIGN(dd->total, AES_BLOCK_SIZE); AES_BLOCK_SIZE 106 drivers/crypto/omap-aes-gcm.c alen = ALIGN(assoclen, AES_BLOCK_SIZE); AES_BLOCK_SIZE 107 drivers/crypto/omap-aes-gcm.c clen = ALIGN(cryptlen, AES_BLOCK_SIZE); AES_BLOCK_SIZE 117 drivers/crypto/omap-aes-gcm.c AES_BLOCK_SIZE, dd->in_sgl, AES_BLOCK_SIZE 129 drivers/crypto/omap-aes-gcm.c AES_BLOCK_SIZE, &dd->in_sgl[nsg], AES_BLOCK_SIZE 152 drivers/crypto/omap-aes-gcm.c AES_BLOCK_SIZE, &dd->out_sgl, AES_BLOCK_SIZE 191 drivers/crypto/omap-aes-gcm.c sg_init_one(&iv_sg, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 192 drivers/crypto/omap-aes-gcm.c sg_init_one(&tag_sg, tag, AES_BLOCK_SIZE); AES_BLOCK_SIZE 196 drivers/crypto/omap-aes-gcm.c skcipher_request_set_crypt(sk_req, &iv_sg, &tag_sg, AES_BLOCK_SIZE, AES_BLOCK_SIZE 440 drivers/crypto/omap-aes.c ret = omap_crypto_align_sg(&dd->in_sg, dd->total, AES_BLOCK_SIZE, AES_BLOCK_SIZE 446 drivers/crypto/omap-aes.c ret = omap_crypto_align_sg(&dd->out_sg, dd->total, AES_BLOCK_SIZE, AES_BLOCK_SIZE 690 drivers/crypto/omap-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 712 drivers/crypto/omap-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 722 drivers/crypto/omap-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 738 drivers/crypto/omap-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 748 drivers/crypto/omap-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 779 drivers/crypto/omap-aes.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 798 drivers/crypto/omap-aes.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 947 drivers/crypto/omap-aes.c dd->total -= min_t(size_t, AES_BLOCK_SIZE, dd->total); AES_BLOCK_SIZE 88 drivers/crypto/omap-aes.h #define AES_BLOCK_WORDS (AES_BLOCK_SIZE >> 2) AES_BLOCK_SIZE 107 drivers/crypto/omap-aes.h u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 108 drivers/crypto/omap-aes.h u32 auth_tag[AES_BLOCK_SIZE / sizeof(u32)]; AES_BLOCK_SIZE 34 drivers/crypto/padlock-aes.c #define ecb_fetch_bytes (ecb_fetch_blocks * AES_BLOCK_SIZE) AES_BLOCK_SIZE 38 drivers/crypto/padlock-aes.c #define cbc_fetch_bytes (cbc_fetch_blocks * AES_BLOCK_SIZE) AES_BLOCK_SIZE 215 drivers/crypto/padlock-aes.c u8 buf[AES_BLOCK_SIZE * (MAX_ECB_FETCH_BLOCKS - 1) + PADLOCK_ALIGNMENT - 1]; AES_BLOCK_SIZE 218 drivers/crypto/padlock-aes.c memcpy(tmp, in, count * AES_BLOCK_SIZE); AES_BLOCK_SIZE 229 drivers/crypto/padlock-aes.c u8 buf[AES_BLOCK_SIZE * (MAX_CBC_FETCH_BLOCKS - 1) + PADLOCK_ALIGNMENT - 1]; AES_BLOCK_SIZE 232 drivers/crypto/padlock-aes.c memcpy(tmp, in, count * AES_BLOCK_SIZE); AES_BLOCK_SIZE 326 drivers/crypto/padlock-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 357 drivers/crypto/padlock-aes.c nbytes / AES_BLOCK_SIZE); AES_BLOCK_SIZE 358 drivers/crypto/padlock-aes.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 383 drivers/crypto/padlock-aes.c nbytes / AES_BLOCK_SIZE); AES_BLOCK_SIZE 384 drivers/crypto/padlock-aes.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 398 drivers/crypto/padlock-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 431 drivers/crypto/padlock-aes.c nbytes / AES_BLOCK_SIZE); AES_BLOCK_SIZE 432 drivers/crypto/padlock-aes.c memcpy(walk.iv, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 433 drivers/crypto/padlock-aes.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 458 drivers/crypto/padlock-aes.c nbytes / AES_BLOCK_SIZE); AES_BLOCK_SIZE 459 drivers/crypto/padlock-aes.c nbytes &= AES_BLOCK_SIZE - 1; AES_BLOCK_SIZE 473 drivers/crypto/padlock-aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 482 drivers/crypto/padlock-aes.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1243 drivers/crypto/picoxcell_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1253 drivers/crypto/picoxcell_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1270 drivers/crypto/picoxcell_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1410 drivers/crypto/picoxcell_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1418 drivers/crypto/picoxcell_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1440 drivers/crypto/picoxcell_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1448 drivers/crypto/picoxcell_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1470 drivers/crypto/picoxcell_crypto.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1478 drivers/crypto/picoxcell_crypto.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 338 drivers/crypto/qat/qat_common/qat_algs.c cipher_cd_ctrl->cipher_state_sz = AES_BLOCK_SIZE >> 3; AES_BLOCK_SIZE 425 drivers/crypto/qat/qat_common/qat_algs.c cipher_cd_ctrl->cipher_state_sz = AES_BLOCK_SIZE >> 3; AES_BLOCK_SIZE 482 drivers/crypto/qat/qat_common/qat_algs.c cd_ctrl->cipher_state_sz = AES_BLOCK_SIZE >> 3; AES_BLOCK_SIZE 849 drivers/crypto/qat/qat_common/qat_algs.c memcpy(areq->info, qat_req->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 850 drivers/crypto/qat/qat_common/qat_algs.c dma_free_coherent(dev, AES_BLOCK_SIZE, qat_req->iv, AES_BLOCK_SIZE 892 drivers/crypto/qat/qat_common/qat_algs.c memcpy(cipher_param->u.cipher_IV_array, areq->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 934 drivers/crypto/qat/qat_common/qat_algs.c memcpy(cipher_param->u.cipher_IV_array, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1062 drivers/crypto/qat/qat_common/qat_algs.c qat_req->iv = dma_alloc_coherent(dev, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1069 drivers/crypto/qat/qat_common/qat_algs.c dma_free_coherent(dev, AES_BLOCK_SIZE, qat_req->iv, AES_BLOCK_SIZE 1086 drivers/crypto/qat/qat_common/qat_algs.c memcpy(qat_req->iv, req->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1093 drivers/crypto/qat/qat_common/qat_algs.c dma_free_coherent(dev, AES_BLOCK_SIZE, qat_req->iv, AES_BLOCK_SIZE 1102 drivers/crypto/qat/qat_common/qat_algs.c if (req->nbytes % AES_BLOCK_SIZE != 0) AES_BLOCK_SIZE 1122 drivers/crypto/qat/qat_common/qat_algs.c qat_req->iv = dma_alloc_coherent(dev, AES_BLOCK_SIZE, AES_BLOCK_SIZE 1129 drivers/crypto/qat/qat_common/qat_algs.c dma_free_coherent(dev, AES_BLOCK_SIZE, qat_req->iv, AES_BLOCK_SIZE 1146 drivers/crypto/qat/qat_common/qat_algs.c memcpy(qat_req->iv, req->info, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1153 drivers/crypto/qat/qat_common/qat_algs.c dma_free_coherent(dev, AES_BLOCK_SIZE, qat_req->iv, AES_BLOCK_SIZE 1162 drivers/crypto/qat/qat_common/qat_algs.c if (req->nbytes % AES_BLOCK_SIZE != 0) AES_BLOCK_SIZE 1264 drivers/crypto/qat/qat_common/qat_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1273 drivers/crypto/qat/qat_common/qat_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1281 drivers/crypto/qat/qat_common/qat_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1290 drivers/crypto/qat/qat_common/qat_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1298 drivers/crypto/qat/qat_common/qat_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1307 drivers/crypto/qat/qat_common/qat_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1316 drivers/crypto/qat/qat_common/qat_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1330 drivers/crypto/qat/qat_common/qat_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1352 drivers/crypto/qat/qat_common/qat_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1360 drivers/crypto/qat/qat_common/qat_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1374 drivers/crypto/qat/qat_common/qat_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 284 drivers/crypto/qce/ablkcipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 285 drivers/crypto/qce/ablkcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 293 drivers/crypto/qce/ablkcipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 294 drivers/crypto/qce/ablkcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 302 drivers/crypto/qce/ablkcipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 303 drivers/crypto/qce/ablkcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 311 drivers/crypto/qce/ablkcipher.c .blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 312 drivers/crypto/qce/ablkcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 19 drivers/crypto/qce/common.h #define QCE_AES_IV_LENGTH AES_BLOCK_SIZE AES_BLOCK_SIZE 21 drivers/crypto/qce/common.h #define QCE_MAX_IV_SIZE AES_BLOCK_SIZE AES_BLOCK_SIZE 248 drivers/crypto/rockchip/rk3288_crypto.h u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 331 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c else if (ivsize == AES_BLOCK_SIZE) AES_BLOCK_SIZE 412 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 437 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 447 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 459 drivers/crypto/s5p-sss.c len = ALIGN(dev->req->nbytes, AES_BLOCK_SIZE); AES_BLOCK_SIZE 494 drivers/crypto/s5p-sss.c memcpy_fromio(req->info, dev->aes_ioaddr + SSS_REG_AES_IV_DATA(0), AES_BLOCK_SIZE); AES_BLOCK_SIZE 497 drivers/crypto/s5p-sss.c memcpy_fromio(req->info, dev->aes_ioaddr + SSS_REG_AES_CNT_DATA(0), AES_BLOCK_SIZE); AES_BLOCK_SIZE 526 drivers/crypto/s5p-sss.c len = ALIGN(dev->req->nbytes, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1845 drivers/crypto/s5p-sss.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 1849 drivers/crypto/s5p-sss.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 1864 drivers/crypto/s5p-sss.c if (!IS_ALIGNED(sg->length, AES_BLOCK_SIZE)) AES_BLOCK_SIZE 2062 drivers/crypto/s5p-sss.c if (!IS_ALIGNED(req->nbytes, AES_BLOCK_SIZE) && AES_BLOCK_SIZE 2133 drivers/crypto/s5p-sss.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2154 drivers/crypto/s5p-sss.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2163 drivers/crypto/s5p-sss.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2185 drivers/crypto/s5p-sss.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 455 drivers/crypto/sahara.c dev->hw_desc[idx]->len1 = AES_BLOCK_SIZE; AES_BLOCK_SIZE 642 drivers/crypto/sahara.c if (!IS_ALIGNED(req->nbytes, AES_BLOCK_SIZE)) { AES_BLOCK_SIZE 1199 drivers/crypto/sahara.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1219 drivers/crypto/sahara.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1229 drivers/crypto/sahara.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 105 drivers/crypto/stm32/stm32-cryp.c #define AES_BLOCK_32 (AES_BLOCK_SIZE / sizeof(u32)) AES_BLOCK_SIZE 492 drivers/crypto/stm32/stm32-cryp.c u8 iv[AES_BLOCK_SIZE], b0[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 497 drivers/crypto/stm32/stm32-cryp.c memcpy(iv, cryp->areq->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 498 drivers/crypto/stm32/stm32-cryp.c memset(iv + AES_BLOCK_SIZE - 1 - iv[0], 0, iv[0] + 1); AES_BLOCK_SIZE 499 drivers/crypto/stm32/stm32-cryp.c iv[AES_BLOCK_SIZE - 1] = 1; AES_BLOCK_SIZE 503 drivers/crypto/stm32/stm32-cryp.c memcpy(b0, iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 512 drivers/crypto/stm32/stm32-cryp.c b0[AES_BLOCK_SIZE - 2] = textlen >> 8; AES_BLOCK_SIZE 513 drivers/crypto/stm32/stm32-cryp.c b0[AES_BLOCK_SIZE - 1] = textlen & 0xFF; AES_BLOCK_SIZE 799 drivers/crypto/stm32/stm32-cryp.c return authsize == AES_BLOCK_SIZE ? 0 : -EINVAL; AES_BLOCK_SIZE 936 drivers/crypto/stm32/stm32-cryp.c cryp->hw_blocksize = is_aes(cryp) ? AES_BLOCK_SIZE : DES_BLOCK_SIZE; AES_BLOCK_SIZE 1128 drivers/crypto/stm32/stm32-cryp.c cryp->areq->cryptlen - AES_BLOCK_SIZE; AES_BLOCK_SIZE 1137 drivers/crypto/stm32/stm32-cryp.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 1140 drivers/crypto/stm32/stm32-cryp.c memcpy(iv, cryp->areq->iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 1141 drivers/crypto/stm32/stm32-cryp.c memset(iv + AES_BLOCK_SIZE - 1 - iv[0], 0, iv[0] + 1); AES_BLOCK_SIZE 1499 drivers/crypto/stm32/stm32-cryp.c if (unlikely(cryp->total_in < AES_BLOCK_SIZE && AES_BLOCK_SIZE 1511 drivers/crypto/stm32/stm32-cryp.c if (unlikely((cryp->total_in - cryp->authsize < AES_BLOCK_SIZE) && AES_BLOCK_SIZE 1734 drivers/crypto/stm32/stm32-cryp.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1754 drivers/crypto/stm32/stm32-cryp.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1763 drivers/crypto/stm32/stm32-cryp.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1784 drivers/crypto/stm32/stm32-cryp.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1882 drivers/crypto/stm32/stm32-cryp.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1901 drivers/crypto/stm32/stm32-cryp.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1902 drivers/crypto/stm32/stm32-cryp.c .maxauthsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 85 drivers/crypto/sunxi-ss/sun4i-ss-core.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 90 drivers/crypto/sunxi-ss/sun4i-ss-core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 111 drivers/crypto/sunxi-ss/sun4i-ss-core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2271 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2274 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2292 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2295 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2359 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2362 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2380 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2383 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2447 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2450 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2468 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2471 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2535 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2538 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2578 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2581 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2621 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2624 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2642 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2645 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2706 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2722 drivers/crypto/talitos.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2728 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 2746 drivers/crypto/talitos.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 286 drivers/crypto/ux500/cryp/cryp_core.c u32 iv[AES_BLOCK_SIZE / 4]; AES_BLOCK_SIZE 1087 drivers/crypto/ux500/cryp/cryp_core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1112 drivers/crypto/ux500/cryp/cryp_core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1137 drivers/crypto/ux500/cryp/cryp_core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1150 drivers/crypto/ux500/cryp/cryp_core.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1163 drivers/crypto/ux500/cryp/cryp_core.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1176 drivers/crypto/ux500/cryp/cryp_core.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 446 drivers/crypto/virtio/virtio_crypto_algs.c req->nbytes - AES_BLOCK_SIZE, AES_BLOCK_SIZE 447 drivers/crypto/virtio/virtio_crypto_algs.c AES_BLOCK_SIZE, 0); AES_BLOCK_SIZE 498 drivers/crypto/virtio/virtio_crypto_algs.c if (req->nbytes % AES_BLOCK_SIZE) AES_BLOCK_SIZE 523 drivers/crypto/virtio/virtio_crypto_algs.c if (req->nbytes % AES_BLOCK_SIZE) AES_BLOCK_SIZE 587 drivers/crypto/virtio/virtio_crypto_algs.c req->nbytes - AES_BLOCK_SIZE, AES_BLOCK_SIZE 588 drivers/crypto/virtio/virtio_crypto_algs.c AES_BLOCK_SIZE, 0); AES_BLOCK_SIZE 604 drivers/crypto/virtio/virtio_crypto_algs.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 618 drivers/crypto/virtio/virtio_crypto_algs.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 122 drivers/crypto/vmx/aes.c .cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 95 drivers/crypto/vmx/aes_cbc.c round_down(nbytes, AES_BLOCK_SIZE), AES_BLOCK_SIZE 102 drivers/crypto/vmx/aes_cbc.c ret = skcipher_walk_done(&walk, nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 123 drivers/crypto/vmx/aes_cbc.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 132 drivers/crypto/vmx/aes_cbc.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 73 drivers/crypto/vmx/aes_ctr.c u8 keystream[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 87 drivers/crypto/vmx/aes_ctr.c crypto_inc(ctrblk, AES_BLOCK_SIZE); AES_BLOCK_SIZE 107 drivers/crypto/vmx/aes_ctr.c while ((nbytes = walk.nbytes) >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 113 drivers/crypto/vmx/aes_ctr.c nbytes / AES_BLOCK_SIZE, AES_BLOCK_SIZE 120 drivers/crypto/vmx/aes_ctr.c crypto_inc(walk.iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 121 drivers/crypto/vmx/aes_ctr.c } while ((nbytes -= AES_BLOCK_SIZE) >= AES_BLOCK_SIZE); AES_BLOCK_SIZE 147 drivers/crypto/vmx/aes_ctr.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 148 drivers/crypto/vmx/aes_ctr.c .chunksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 84 drivers/crypto/vmx/aes_xts.c u8 tweak[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 87 drivers/crypto/vmx/aes_xts.c if (req->cryptlen < AES_BLOCK_SIZE) AES_BLOCK_SIZE 120 drivers/crypto/vmx/aes_xts.c round_down(nbytes, AES_BLOCK_SIZE), AES_BLOCK_SIZE 125 drivers/crypto/vmx/aes_xts.c round_down(nbytes, AES_BLOCK_SIZE), AES_BLOCK_SIZE 131 drivers/crypto/vmx/aes_xts.c ret = skcipher_walk_done(&walk, nbytes % AES_BLOCK_SIZE); AES_BLOCK_SIZE 152 drivers/crypto/vmx/aes_xts.c .base.cra_blocksize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 161 drivers/crypto/vmx/aes_xts.c .ivsize = AES_BLOCK_SIZE, AES_BLOCK_SIZE 1641 drivers/net/wireless/cisco/airo.c u8 iv[AES_BLOCK_SIZE] = {}; AES_BLOCK_SIZE 264 drivers/s390/crypto/pkey_api.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 267 drivers/s390/crypto/pkey_api.c u8 null_msg[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 268 drivers/s390/crypto/pkey_api.c u8 dest_buf[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 2283 drivers/staging/rtl8723bs/core/rtw_security.c for (i = 0; i < AES_BLOCK_SIZE - 1; i++) AES_BLOCK_SIZE 2286 drivers/staging/rtl8723bs/core/rtw_security.c pad[AES_BLOCK_SIZE - 1] <<= 1; AES_BLOCK_SIZE 2288 drivers/staging/rtl8723bs/core/rtw_security.c pad[AES_BLOCK_SIZE - 1] ^= 0x87; AES_BLOCK_SIZE 2314 drivers/staging/rtl8723bs/core/rtw_security.c u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 2321 drivers/staging/rtl8723bs/core/rtw_security.c memset(cbc, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 2332 drivers/staging/rtl8723bs/core/rtw_security.c while (left >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 2333 drivers/staging/rtl8723bs/core/rtw_security.c for (i = 0; i < AES_BLOCK_SIZE; i++) { AES_BLOCK_SIZE 2341 drivers/staging/rtl8723bs/core/rtw_security.c if (left > AES_BLOCK_SIZE) AES_BLOCK_SIZE 2343 drivers/staging/rtl8723bs/core/rtw_security.c left -= AES_BLOCK_SIZE; AES_BLOCK_SIZE 2346 drivers/staging/rtl8723bs/core/rtw_security.c memset(pad, 0, AES_BLOCK_SIZE); AES_BLOCK_SIZE 2363 drivers/staging/rtl8723bs/core/rtw_security.c for (i = 0; i < AES_BLOCK_SIZE; i++) AES_BLOCK_SIZE 186 drivers/staging/wusbcore/crypto.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 261 drivers/staging/wusbcore/crypto.c result = crypto_shash_setkey(tfm_cbcmac, key, AES_BLOCK_SIZE); AES_BLOCK_SIZE 156 fs/crypto/keysetup.c if (WARN_ON(ci->ci_mode->ivsize != AES_BLOCK_SIZE)) AES_BLOCK_SIZE 224 net/ceph/crypto.c char iv[AES_BLOCK_SIZE] __aligned(8); AES_BLOCK_SIZE 225 net/ceph/crypto.c int pad_byte = AES_BLOCK_SIZE - (in_len & (AES_BLOCK_SIZE - 1)); AES_BLOCK_SIZE 236 net/ceph/crypto.c memcpy(iv, aes_iv, AES_BLOCK_SIZE); AES_BLOCK_SIZE 266 net/ceph/crypto.c if (pad_byte > 0 && pad_byte <= AES_BLOCK_SIZE && AES_BLOCK_SIZE 28 net/mac80211/aes_cmac.c u8 out[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 21 net/mac80211/aes_gmac.c u8 *zero, *__aad, iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 44 net/mac80211/aes_gmac.c iv[AES_BLOCK_SIZE - 1] = 0x01; AES_BLOCK_SIZE 28 net/mac80211/fils_aead.c u8 d[AES_BLOCK_SIZE], tmp[AES_BLOCK_SIZE] = {}; AES_BLOCK_SIZE 35 net/mac80211/fils_aead.c crypto_shash_digest(desc, tmp, AES_BLOCK_SIZE, d); AES_BLOCK_SIZE 41 net/mac80211/fils_aead.c crypto_xor(d, tmp, AES_BLOCK_SIZE); AES_BLOCK_SIZE 46 net/mac80211/fils_aead.c if (len[i] >= AES_BLOCK_SIZE) { AES_BLOCK_SIZE 49 net/mac80211/fils_aead.c crypto_shash_update(desc, addr[i], len[i] - AES_BLOCK_SIZE); AES_BLOCK_SIZE 50 net/mac80211/fils_aead.c crypto_xor(d, addr[i] + len[i] - AES_BLOCK_SIZE, AES_BLOCK_SIZE 51 net/mac80211/fils_aead.c AES_BLOCK_SIZE); AES_BLOCK_SIZE 60 net/mac80211/fils_aead.c crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v); AES_BLOCK_SIZE 71 net/mac80211/fils_aead.c u8 v[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 106 net/mac80211/fils_aead.c memcpy(out, v, AES_BLOCK_SIZE); AES_BLOCK_SIZE 133 net/mac80211/fils_aead.c sg_init_one(dst, out + AES_BLOCK_SIZE, plain_len); AES_BLOCK_SIZE 155 net/mac80211/fils_aead.c u8 frame_iv[AES_BLOCK_SIZE], iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 156 net/mac80211/fils_aead.c u8 check[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 158 net/mac80211/fils_aead.c crypt_len = iv_c_len - AES_BLOCK_SIZE; AES_BLOCK_SIZE 164 net/mac80211/fils_aead.c memcpy(iv, iv_crypt, AES_BLOCK_SIZE); AES_BLOCK_SIZE 165 net/mac80211/fils_aead.c memcpy(frame_iv, iv_crypt, AES_BLOCK_SIZE); AES_BLOCK_SIZE 191 net/mac80211/fils_aead.c sg_init_one(src, iv_crypt + AES_BLOCK_SIZE, crypt_len); AES_BLOCK_SIZE 212 net/mac80211/fils_aead.c if (memcmp(check, frame_iv, AES_BLOCK_SIZE) != 0) AES_BLOCK_SIZE 262 net/mac80211/fils_aead.c skb_put(skb, AES_BLOCK_SIZE); AES_BLOCK_SIZE 315 net/mac80211/fils_aead.c if (crypt_len < AES_BLOCK_SIZE) { AES_BLOCK_SIZE 329 net/mac80211/fils_aead.c *frame_len -= AES_BLOCK_SIZE; AES_BLOCK_SIZE 416 net/mac80211/wpa.c u8 b_0[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 542 net/mac80211/wpa.c u8 aad[2 * AES_BLOCK_SIZE]; AES_BLOCK_SIZE 543 net/mac80211/wpa.c u8 b_0[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 577 net/mac80211/wpa.c j_0[AES_BLOCK_SIZE - 1] = 0x01; AES_BLOCK_SIZE 647 net/mac80211/wpa.c u8 j_0[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 769 net/mac80211/wpa.c u8 aad[2 * AES_BLOCK_SIZE]; AES_BLOCK_SIZE 770 net/mac80211/wpa.c u8 j_0[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 467 security/keys/encrypted-keys/encrypted.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 481 security/keys/encrypted-keys/encrypted.c sg_set_page(&sg_in[1], ZERO_PAGE(0), AES_BLOCK_SIZE, 0); AES_BLOCK_SIZE 569 security/keys/encrypted-keys/encrypted.c u8 iv[AES_BLOCK_SIZE]; AES_BLOCK_SIZE 574 security/keys/encrypted-keys/encrypted.c pad = kmalloc(AES_BLOCK_SIZE, GFP_KERNEL); AES_BLOCK_SIZE 590 security/keys/encrypted-keys/encrypted.c sg_set_buf(&sg_out[1], pad, AES_BLOCK_SIZE);