Home
last modified time | relevance | path

Searched refs:Algorithms (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/phosphor-net-ipmid/
H A Dauth_algo.hpp30 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 Dcrypt_algo.hpp27 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 Dsessions_manager.hpp89 cipher::rakp_auth::Algorithms authAlgo,
90 cipher::integrity::Algorithms intAlgo,
91 cipher::crypt::Algorithms cryptAlgo);
H A Dintegrity_algo.hpp25 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 Dsessions_manager.cpp79 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 Dopen_session.cpp34 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 Drakp34.cpp25 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 Dindex.rst4 ext4 Data Structures and Algorithms
/openbmc/linux/arch/loongarch/crypto/
H A DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (loongarch)"
/openbmc/linux/drivers/i2c/algos/
H A DKconfig6 menu "I2C Algorithms"
/openbmc/linux/Documentation/crypto/
H A Dapi-intro.rst100 Adding New Algorithms
112 Algorithms submitted must also be generally patent-free (e.g. IDEA
119 Cipher Algorithms").
H A Ddevel-algos.rst1 Developing Cipher Algorithms
/openbmc/linux/arch/mips/crypto/
H A DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (mips)"
/openbmc/linux/arch/sparc/crypto/
H A DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (sparc64)"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-uacce44 Description: Algorithms supported by this accelerator, separated by new line.
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cipher.robot81 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 DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (s390)"
/openbmc/linux/arch/powerpc/crypto/
H A DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (powerpc)"
/openbmc/linux/arch/arm/crypto/
H A DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (arm)"
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l35.txt109 for Algorithms.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst397 :title: Digital Video and HDTV, Algorithms and Interfaces
/openbmc/linux/arch/arm64/crypto/
H A DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (arm64)"
/openbmc/linux/arch/x86/crypto/
H A DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (x86)"
/openbmc/linux/Documentation/RCU/
H A DRTFP.txt709 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 Drbtree.rst284 "Introduction to Algorithms" by Cormen, Leiserson, Rivest and Stein.

12