summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
AgeCommit message (Expand)Author
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-22crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef
2017-08-09crypto: algif_aead - copy AAD from src to dstStephan Mueller
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus
2017-04-05crypto: xts - drop gf128mul dependencyOndrej Mosnáček
2017-03-24crypto: powerpc - Stress test for vpmsum implementationsDaniel Axtens
2017-03-24crypto: powerpc - Add CRC-T10DIF accelerationDaniel Axtens
2017-02-23crypto: xts - Add ECB dependencyMilan Broz
2017-02-11crypto: ccm - switch to separate cbcmac driverArd Biesheuvel
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu
2016-10-21crypto: api - Fix Kconfig dependencies for FIPSAlec Ari
2016-08-09crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman
2016-07-05crypto: powerpc - Add POWER8 optimised crc32cAnton Blanchard
2016-06-28crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey
2016-06-27crypto: sha256-mb - Enable multibuffer supportMegha Dey
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller
2016-05-05crypto: rsa - select crypto mgr dependencyTadeusz Struk
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang
2016-01-27crypto: jitterentropy - always select CRYPTO_RNGArnd Bergmann
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim
2016-01-26crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann
2015-10-15crypto: keywrap - enable compilationStephan Mueller
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-08-17crypto: null - Add missing Kconfig tristate for NULL2Herbert Xu
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu
2015-08-14Move certificate handling to its own directoryDavid Howells
2015-08-05crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi
2015-06-21crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk
ss="cm">/* ACPI-specific data */ #endif #ifdef CONFIG_X86_64 void *iommu; /* IOMMU private data */ #endif }; extern int pci_routeirq; extern int noioapicquirk; extern int noioapicreroute; /* scan a bus after allocating a pci_sysdata for it */ extern struct pci_bus *pci_scan_bus_on_node(int busno, struct pci_ops *ops, int node); extern struct pci_bus *pci_scan_bus_with_sysdata(int busno); #ifdef CONFIG_PCI #ifdef CONFIG_PCI_DOMAINS static inline int pci_domain_nr(struct pci_bus *bus) { struct pci_sysdata *sd = bus->sysdata; return sd->domain; } static inline int pci_proc_domain(struct pci_bus *bus) { return pci_domain_nr(bus); } #endif /* Can be used to override the logic in pci_scan_bus for skipping already-configured bus numbers - to be used for buggy BIOSes or architectures with incomplete PCI setup by the loader */ extern unsigned int pcibios_assign_all_busses(void); extern int pci_legacy_init(void); # ifdef CONFIG_ACPI # define x86_default_pci_init pci_acpi_init # else # define x86_default_pci_init pci_legacy_init # endif #else # define pcibios_assign_all_busses() 0 # define x86_default_pci_init NULL #endif extern unsigned long pci_mem_start; #define PCIBIOS_MIN_IO 0x1000 #define PCIBIOS_MIN_MEM (pci_mem_start) #define PCIBIOS_MIN_CARDBUS_IO 0x4000 extern int pcibios_enabled; void pcibios_config_init(void); struct pci_bus *pcibios_scan_root(int bus); void pcibios_set_master(struct pci_dev *dev); void pcibios_penalize_isa_irq(int irq, int active); struct irq_routing_table *pcibios_get_irq_routing_table(void); int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq); #define HAVE_PCI_MMAP extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, enum pci_mmap_state mmap_state, int write_combine); #ifdef CONFIG_PCI extern void early_quirks(void); static inline void pci_dma_burst_advice(struct pci_dev *pdev, enum pci_dma_burst_strategy *strat, unsigned long *strategy_parameter) { *strat = PCI_DMA_BURST_INFINITY; *strategy_parameter = ~0UL; } #else static inline void early_quirks(void) { } #endif extern void pci_iommu_alloc(void); #ifdef CONFIG_PCI_MSI /* implemented in arch/x86/kernel/apic/io_apic. */ struct msi_desc; int native_setup_msi_irqs(struct pci_dev *dev, int nvec, int type); void native_teardown_msi_irq(unsigned int irq); void native_restore_msi_irqs(struct pci_dev *dev, int irq); int setup_msi_irq(struct pci_dev *dev, struct msi_desc *msidesc, unsigned int irq_base, unsigned int irq_offset); #else #define native_setup_msi_irqs NULL #define native_teardown_msi_irq NULL #endif #define PCI_DMA_BUS_IS_PHYS (dma_ops->is_phys) #endif /* __KERNEL__ */ #ifdef CONFIG_X86_64 #include <asm/pci_64.h> #endif /* implement the pci_ DMA API in terms of the generic device dma_ one */ #include <asm-generic/pci-dma-compat.h> /* generic pci stuff */ #include <asm-generic/pci.h> #define PCIBIOS_MAX_MEM_32 0xffffffff #ifdef CONFIG_NUMA /* Returns the node based on pci bus */ static inline int __pcibus_to_node(const struct pci_bus *bus) { const struct pci_sysdata *sd = bus->sysdata; return sd->node; } static inline const struct cpumask * cpumask_of_pcibus(const struct pci_bus *bus) { int node; node = __pcibus_to_node(bus); return (node == -1) ? cpu_online_mask : cpumask_of_node(node); } #endif struct pci_setup_rom { struct setup_data data; uint16_t vendor; uint16_t devid; uint64_t pcilen; unsigned long segment; unsigned long bus; unsigned long device; unsigned long function; uint8_t romdata[0]; }; #endif /* _ASM_X86_PCI_H */