stm32_cryp_write  387 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IV0LR, cpu_to_be32(*iv++));
stm32_cryp_write  388 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IV0RR, cpu_to_be32(*iv++));
stm32_cryp_write  391 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_IV1LR, cpu_to_be32(*iv++));
stm32_cryp_write  392 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_IV1RR, cpu_to_be32(*iv++));
stm32_cryp_write  419 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(c, CRYP_K1LR, cpu_to_be32(c->ctx->key[0]));
stm32_cryp_write  420 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(c, CRYP_K1RR, cpu_to_be32(c->ctx->key[1]));
stm32_cryp_write  424 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(c, r_id,
stm32_cryp_write  479 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg | CR_PH_INIT | CR_CRYPEN);
stm32_cryp_write  516 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg | CR_PH_INIT | CR_CRYPEN);
stm32_cryp_write  524 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, *d++);
stm32_cryp_write  543 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IMSCR, 0);
stm32_cryp_write  573 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_CR, cfg | CR_AES_KP | CR_CRYPEN);
stm32_cryp_write  589 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write  608 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write  629 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write  679 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IMSCR, IMSCR_IN | IMSCR_OUT);
stm32_cryp_write 1116 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1124 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, 0);
stm32_cryp_write 1125 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, size_bit);
stm32_cryp_write 1133 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, 0);
stm32_cryp_write 1134 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, size_bit);
stm32_cryp_write 1146 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, *iv32++);
stm32_cryp_write 1201 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1220 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_CR, cr & ~CR_CRYPEN);
stm32_cryp_write 1224 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_CR, cr);
stm32_cryp_write 1292 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, *src);
stm32_cryp_write 1298 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, 0);
stm32_cryp_write 1307 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, *(u32 *)d8);
stm32_cryp_write 1324 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IMSCR, 0);
stm32_cryp_write 1327 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1330 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IV1RR, cryp->gcm_ctr - 2);
stm32_cryp_write 1335 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1339 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1359 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1364 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1369 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, tmp[i]);
stm32_cryp_write 1371 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, 0);
stm32_cryp_write 1397 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1403 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1419 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IMSCR, 0);
stm32_cryp_write 1423 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1433 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IV1RR, iv1tmp);
stm32_cryp_write 1438 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1442 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1469 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1474 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1480 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, tmp[i]);
stm32_cryp_write 1538 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, *src);
stm32_cryp_write 1548 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_DIN, 0);
stm32_cryp_write 1561 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1566 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1569 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_IMSCR, 0);
stm32_cryp_write 1601 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, *(u32 *)d8);
stm32_cryp_write 1612 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, *(u32 *)d8);
stm32_cryp_write 1622 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_DIN, *(u32 *)d8);
stm32_cryp_write 1642 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_DIN, *(u32 *)d8);
stm32_cryp_write 1647 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_DIN, 0);
stm32_cryp_write 1660 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1665 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_CR, cfg);
stm32_cryp_write 1668 drivers/crypto/stm32/stm32-cryp.c 				stm32_cryp_write(cryp, CRYP_IMSCR, 0);
stm32_cryp_write 1686 drivers/crypto/stm32/stm32-cryp.c 			stm32_cryp_write(cryp, CRYP_IMSCR, 0);