Searched refs:sham (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/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.1.27/arch/arm/boot/dts/ |
D | omap2.dtsi | 143 sham: sham@480a4000 { label 144 compatible = "ti,omap2-sham"; 145 ti,hwmods = "sham";
|
D | omap3.dtsi | 566 sham: sham@480c3000 { label 567 compatible = "ti,omap3-sham"; 568 ti,hwmods = "sham";
|
D | am33xx.dtsi | 820 sham: sham@53100000 { label 821 compatible = "ti,omap4-sham"; 822 ti,hwmods = "sham";
|
D | am4372.dtsi | 718 sham: sham@53100000 { label 719 compatible = "ti,omap5-sham"; 720 ti,hwmods = "sham";
|
D | am335x-lxm.dts | 274 &sham {
|
D | am335x-bone-common.dtsi | 328 &sham {
|
D | omap3-tao3530.dtsi | 18 &sham {
|
D | am335x-evm.dts | 668 &sham {
|
D | am335x-evmsk.dts | 631 &sham {
|
/linux-4.1.27/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), 837 spin_lock_bh(&sham.lock); in omap_sham_init() 839 list_for_each_entry(tmp, &sham.dev_list, list) { in omap_sham_init() 847 spin_unlock_bh(&sham.lock); in omap_sham_init() 1193 spin_lock_bh(&sham.lock); in omap_sham_setkey() 1195 list_for_each_entry(tmp, &sham.dev_list, list) { in omap_sham_setkey() 1203 spin_unlock_bh(&sham.lock); in omap_sham_setkey() 1958 spin_lock(&sham.lock); in omap_sham_probe() [all …]
|
D | Makefile | 18 obj-$(CONFIG_CRYPTO_DEV_OMAP_SHAM) += omap-sham.o
|