/openbmc/phosphor-net-ipmid/ |
H A D | auth_algo.hpp | 30 enum class Algorithms : uint8_t enum 52 explicit Interface(integrity::Algorithms intAlgo, in Interface() 53 crypt::Algorithms cryptAlgo) : in Interface() 105 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported() 107 if (algo == Algorithms::RAKP_HMAC_SHA256) in isAlgorithmSupported() 137 integrity::Algorithms intAlgo; 146 crypt::Algorithms cryptAlgo; 164 explicit AlgoSHA1(integrity::Algorithms intAlgo, in AlgoSHA1() 165 crypt::Algorithms cryptAlgo) : in AlgoSHA1() 199 explicit AlgoSHA256(integrity::Algorithms intAlgo, in AlgoSHA256() [all …]
|
H A D | crypt_algo.hpp | 27 enum class Algorithms : uint8_t enum 87 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported() 89 if (algo == Algorithms::AES_CBC_128) in isAlgorithmSupported()
|
H A D | sessions_manager.hpp | 89 cipher::rakp_auth::Algorithms authAlgo, 90 cipher::integrity::Algorithms intAlgo, 91 cipher::crypt::Algorithms cryptAlgo);
|
H A D | integrity_algo.hpp | 25 enum class Algorithms : uint8_t enum 95 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported() 97 if (algo == Algorithms::HMAC_SHA256_128) in isAlgorithmSupported()
|
H A D | sessions_manager.cpp | 79 cipher::rakp_auth::Algorithms authAlgo, in startSession() 80 cipher::integrity::Algorithms intAlgo, cipher::crypt::Algorithms cryptAlgo) in startSession() 145 case cipher::rakp_auth::Algorithms::RAKP_HMAC_SHA1: in startSession() 152 case cipher::rakp_auth::Algorithms::RAKP_HMAC_SHA256: in startSession()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | open_session.cpp | 34 static_cast<cipher::rakp_auth::Algorithms>(request->authAlgo))) in openSession() 43 static_cast<cipher::integrity::Algorithms>(request->intAlgo))) in openSession() 68 static_cast<cipher::crypt::Algorithms>(request->confAlgo))) in openSession() 81 static_cast<cipher::rakp_auth::Algorithms>(request->authAlgo), in openSession() 82 static_cast<cipher::integrity::Algorithms>(request->intAlgo), in openSession() 83 static_cast<cipher::crypt::Algorithms>(request->confAlgo)); in openSession()
|
H A D | rakp34.cpp | 25 case cipher::integrity::Algorithms::HMAC_SHA1_96: in applyIntegrityAlgo() 32 case cipher::integrity::Algorithms::HMAC_SHA256_128: in applyIntegrityAlgo() 52 case cipher::crypt::Algorithms::AES_CBC_128: in applyCryptAlgo()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | index.rst | 4 ext4 Data Structures and Algorithms
|
/openbmc/linux/arch/loongarch/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (loongarch)"
|
/openbmc/linux/drivers/i2c/algos/ |
H A D | Kconfig | 6 menu "I2C Algorithms"
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-intro.rst | 100 Adding New Algorithms 112 Algorithms submitted must also be generally patent-free (e.g. IDEA 119 Cipher Algorithms").
|
H A D | devel-algos.rst | 1 Developing Cipher Algorithms
|
/openbmc/linux/arch/mips/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (mips)"
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (sparc64)"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-uacce | 44 Description: Algorithms supported by this accelerator, separated by new line.
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_cipher.robot | 81 Verify Cipher Suite And Supported Algorithms Via IPMI Raw Command 82 [Documentation] Verify cipher ID and Supported Algorithms for all Available Channels.
|
/openbmc/linux/arch/s390/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (s390)"
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (powerpc)"
|
/openbmc/linux/arch/arm/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (arm)"
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l35.txt | 109 for Algorithms.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | biblio.rst | 397 :title: Digital Video and HDTV, Algorithms and Interfaces
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (arm64)"
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Kconfig | 3 menu "Accelerated Cryptographic Algorithms for CPU (x86)"
|
/openbmc/linux/Documentation/RCU/ |
H A D | RTFP.txt | 709 Algorithms and Architecture}" 2196 ,Title="Using a Malicious User-Level {RCU} to Torture {RCU}-Based Algorithms" 2363 ,Title="Multi-Core Systems Modeling for Formal Verification of Parallel Algorithms" 2620 ,booktitle = {Proceedings of the 11th international conference on Algorithms and architectures for … 2728 ,Title="Verifying Highly Concurrent Algorithms with Grace (extended version)"
|
/openbmc/linux/Documentation/core-api/ |
H A D | rbtree.rst | 284 "Introduction to Algorithms" by Cormen, Leiserson, Rivest and Stein.
|