Home
last modified time | relevance | path

Searched refs:sham (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Domap-sham.txt7 - "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/
Dti-edma.txt87 sham: sham@53100000 {
88 compatible = "ti,omap4-sham";
89 ti,hwmods = "sham";
/linux-4.4.14/arch/arm/boot/dts/
Domap2.dtsi143 sham: sham@480a4000 { label
144 compatible = "ti,omap2-sham";
145 ti,hwmods = "sham";
Domap3.dtsi567 sham: sham@480c3000 { label
568 compatible = "ti,omap3-sham";
569 ti,hwmods = "sham";
Dam33xx.dtsi829 sham: sham@53100000 { label
830 compatible = "ti,omap4-sham";
831 ti,hwmods = "sham";
Dam4372.dtsi775 sham: sham@53100000 { label
776 compatible = "ti,omap5-sham";
777 ti,hwmods = "sham";
Dam335x-lxm.dts274 &sham {
Dam335x-phycore-som.dtsi51 &sham {
Dam335x-bone-common.dtsi393 &sham {
Domap3-tao3530.dtsi18 &sham {
Dam335x-sl50.dts466 &sham {
Dam335x-baltos-ir5221.dts515 &sham {
Dam335x-evmsk.dts653 &sham {
Dam335x-evm.dts774 &sham {
/linux-4.4.14/drivers/crypto/
Domap-sham.c240 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 …]
DMakefile19 obj-$(CONFIG_CRYPTO_DEV_OMAP_SHAM) += omap-sham.o