Home
last modified time | relevance | path

Searched refs:Cipher (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/tools/crypto/
H A Dgen_fips140_testvecs.py19 import Cryptodome.Cipher.AES
77 cbc = Cryptodome.Cipher.AES.new(aes_key, Cryptodome.Cipher.AES.MODE_CBC,
81 ecb = Cryptodome.Cipher.AES.new(aes_key, Cryptodome.Cipher.AES.MODE_ECB)
84 ctr = Cryptodome.Cipher.AES.new(aes_key, Cryptodome.Cipher.AES.MODE_CTR,
89 gcm = Cryptodome.Cipher.AES.new(aes_key, Cryptodome.Cipher.AES.MODE_GCM,
98 xts = cryptography.hazmat.primitives.ciphers.Cipher(
104 cmac = Cryptodome.Hash.CMAC.new(aes_key, ciphermod=Cryptodome.Cipher.AES)
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst1 Block Cipher Algorithm Definitions
5 :doc: Block Cipher Algorithm Definitions
10 Symmetric Key Cipher API
14 :doc: Symmetric Key Cipher API
19 Symmetric Key Cipher Request Handle
23 :doc: Symmetric Key Cipher Request Handle
28 Single Block Cipher API
32 :doc: Single Block Cipher API
H A Dapi-akcipher.rst1 Asymmetric Cipher Algorithm Definitions
7 Asymmetric Cipher API
16 Asymmetric Cipher Request Handle
H A Dapi-kpp.rst1 Key-agreement Protocol Primitives (KPP) Cipher Algorithm Definitions
7 Key-agreement Protocol Primitives (KPP) Cipher API
16 Key-agreement Protocol Primitives (KPP) Cipher Request Handle
H A Dapi-aead.rst5 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
10 Authenticated Encryption With Associated Data (AEAD) Cipher API
H A Ddevel-algos.rst1 Developing Cipher Algorithms
66 Cipher Definition With struct cipher_alg
121 Cipher Definition With struct skcipher_alg
168 Cipher Definition With struct shash_alg and ahash_alg
H A Darchitecture.rst4 Cipher algorithm types
81 Crypto API Cipher References And Priority
185 Cipher Allocation Type And Masks
246 Generic AEAD Cipher Structure
361 Generic Block Cipher Structure
H A Duserspace-if.rst83 In-place Cipher operation
138 Symmetric Cipher API
192 AEAD Cipher API
H A Dapi-samples.rst4 Code Example For Symmetric Key Cipher Operation
H A Dapi-intro.rst119 Cipher Algorithms").
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.c97 UINT8 Cipher; in convertMrvlCipherToIEEECipher() local
100 Cipher = IEEEtypes_RSN_CIPHER_SUITE_WEP40; in convertMrvlCipherToIEEECipher()
103 Cipher = IEEEtypes_RSN_CIPHER_SUITE_WEP104; in convertMrvlCipherToIEEECipher()
106 Cipher = IEEEtypes_RSN_CIPHER_SUITE_TKIP; in convertMrvlCipherToIEEECipher()
109 Cipher = IEEEtypes_RSN_CIPHER_SUITE_CCMP; in convertMrvlCipherToIEEECipher()
112 Cipher = IEEEtypes_RSN_CIPHER_SUITE_NONE; in convertMrvlCipherToIEEECipher()
115 return Cipher; in convertMrvlCipherToIEEECipher()
184 Cipher_t *Cipher, in PopulateKeyMsg() argument
190 if (!tx_eapol_ptr || !Cipher) { in PopulateKeyMsg()
196 if (Cipher->tkip) { in PopulateKeyMsg()
[all …]
H A DkeyMgmtAp_rom.h52 EAPOL_KeyMsg_Tx_t *tx_eapol_ptr, Cipher_t *Cipher,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/
H A D0003-channel-Fix-buffer-overflow.patch44 lprintf(LOG_ERR, "Unable to Get Channel Cipher Suites");
52 lprintf(LOG_ERR, "Get Channel Cipher Suites failed: %s",
56 lprintf(LOG_ERR, "Unable to Get Channel Cipher Suites");
64 lprintf(LOG_ERR, "Get Channel Cipher Suites failed: %s",
/OK3568_Linux_fs/buildroot/package/ipmitool/
H A D0011-channel-Fix-buffer-overflow.patch33 lprintf(LOG_ERR, "Unable to Get Channel Cipher Suites");
41 lprintf(LOG_ERR, "Get Channel Cipher Suites failed: %s",
/OK3568_Linux_fs/buildroot/package/perl-crypt-cbc/
H A DConfig.in4 Encrypt Data with Cipher Block Chaining Mode.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch167 typedef struct Cipher Cipher;
171 struct Cipher;
176 Cipher *cipher;
182 Cipher *cipher_by_name(const char *);
183 Cipher *cipher_by_number(int);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/
H A Dresign_ta.py164 from Cryptodome.Cipher import AES
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/
H A Dsign_encrypt.py198 from Cryptodome.Cipher import AES
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsign_encrypt.py198 from Cryptodome.Cipher import AES
/OK3568_Linux_fs/kernel/crypto/
H A DKconfig406 CBC: Cipher Block Chaining mode
414 CFB: Cipher FeedBack mode
430 CTS: Cipher Text Stealing
431 This is the Cipher Text Stealing mode as described by
478 PCBC: Propagating Cipher Block Chaining mode
579 Cipher-based Message Authentication Code (CMAC) specified by
1495 Stream Cipher Project. See <https://www.ecrypt.eu.org/stream/>
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst29 Cipher format also supports direct specification with kernel crypt API
/OK3568_Linux_fs/kernel/drivers/crypto/
H A DKconfig265 used for SSL offload. The other set provides the Cipher
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...