Searched refs:sham (Results 1 – 16 of 16) sorted by relevance
| /linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
| D | omap-sham.txt | 7 - "ti,omap2-sham" for OMAP2 & OMAP3. 8 - "ti,omap4-sham" for OMAP4 and AM33XX. 9 - "ti,omap5-sham" for OMAP5, DRA7 and AM43XX. 21 sham: sham@53100000 { 22 compatible = "ti,omap4-sham"; 23 ti,hwmods = "sham";
|
| /linux-4.4.14/Documentation/devicetree/bindings/dma/ |
| D | ti-edma.txt | 87 sham: sham@53100000 { 88 compatible = "ti,omap4-sham"; 89 ti,hwmods = "sham";
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | omap2.dtsi | 143 sham: sham@480a4000 { label 144 compatible = "ti,omap2-sham"; 145 ti,hwmods = "sham";
|
| D | omap3.dtsi | 567 sham: sham@480c3000 { label 568 compatible = "ti,omap3-sham"; 569 ti,hwmods = "sham";
|
| D | am33xx.dtsi | 829 sham: sham@53100000 { label 830 compatible = "ti,omap4-sham"; 831 ti,hwmods = "sham";
|
| D | am4372.dtsi | 775 sham: sham@53100000 { label 776 compatible = "ti,omap5-sham"; 777 ti,hwmods = "sham";
|
| D | am335x-lxm.dts | 274 &sham {
|
| D | am335x-phycore-som.dtsi | 51 &sham {
|
| D | am335x-bone-common.dtsi | 393 &sham {
|
| D | omap3-tao3530.dtsi | 18 &sham {
|
| D | am335x-sl50.dts | 466 &sham {
|
| D | am335x-baltos-ir5221.dts | 515 &sham {
|
| D | am335x-evmsk.dts | 653 &sham {
|
| D | am335x-evm.dts | 774 &sham {
|
| /linux-4.4.14/drivers/crypto/ |
| D | omap-sham.c | 240 static struct omap_sham_drv sham = { variable 241 .dev_list = LIST_HEAD_INIT(sham.dev_list), 242 .lock = __SPIN_LOCK_UNLOCKED(sham.lock), 843 spin_lock_bh(&sham.lock); in omap_sham_init() 845 list_for_each_entry(tmp, &sham.dev_list, list) { in omap_sham_init() 853 spin_unlock_bh(&sham.lock); in omap_sham_init() 1199 spin_lock_bh(&sham.lock); in omap_sham_setkey() 1201 list_for_each_entry(tmp, &sham.dev_list, list) { in omap_sham_setkey() 1209 spin_unlock_bh(&sham.lock); in omap_sham_setkey() 1974 spin_lock(&sham.lock); in omap_sham_probe() [all …]
|
| D | Makefile | 19 obj-$(CONFIG_CRYPTO_DEV_OMAP_SHAM) += omap-sham.o
|