Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/crypto/
H A Dcipher.c156 QCryptoCipher *cipher = NULL; in qcrypto_cipher_new() local
176 int qcrypto_cipher_encrypt(QCryptoCipher *cipher, in qcrypto_cipher_encrypt()
187 int qcrypto_cipher_decrypt(QCryptoCipher *cipher, in qcrypto_cipher_decrypt()
198 int qcrypto_cipher_setiv(QCryptoCipher *cipher, in qcrypto_cipher_setiv()
207 void qcrypto_cipher_free(QCryptoCipher *cipher) in qcrypto_cipher_free()
H A Dcipher-afalg.c118 qcrypto_afalg_cipher_setiv(QCryptoCipher *cipher, in qcrypto_afalg_cipher_setiv()
201 qcrypto_afalg_cipher_encrypt(QCryptoCipher *cipher, in qcrypto_afalg_cipher_encrypt()
211 qcrypto_afalg_cipher_decrypt(QCryptoCipher *cipher, in qcrypto_afalg_cipher_decrypt()
220 static void qcrypto_afalg_comm_ctx_free(QCryptoCipher *cipher) in qcrypto_afalg_comm_ctx_free()
H A Dblock.c253 QCryptoCipher *cipher) in qcrypto_block_push_cipher()
275 QCryptoCipher *cipher; in qcrypto_block_init_cipher() local
374 static int do_qcrypto_block_cipher_encdec(QCryptoCipher *cipher, in do_qcrypto_block_cipher_encdec()
428 int qcrypto_block_cipher_decrypt_helper(QCryptoCipher *cipher, in qcrypto_block_cipher_decrypt_helper()
443 int qcrypto_block_cipher_encrypt_helper(QCryptoCipher *cipher, in qcrypto_block_cipher_encrypt_helper()
465 QCryptoCipher *cipher = qcrypto_block_pop_cipher(block, errp); in qcrypto_block_decrypt_helper() local
487 QCryptoCipher *cipher = qcrypto_block_pop_cipher(block, errp); in qcrypto_block_encrypt_helper() local
H A Divgenpriv.h44 QCryptoCipherAlgo cipher; member
H A Divgen-essiv.c27 QCryptoCipher *cipher; member
H A Dtls-cipher-suites.c57 IANA_TLS_CIPHER cipher; in qcrypto_tls_cipher_suites_get_data() local
H A Dtlssession.c609 gnutls_cipher_algorithm_t cipher = in qcrypto_tls_session_handshake() local
711 gnutls_cipher_algorithm_t cipher; in qcrypto_tls_session_get_key_size() local
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config/
H A Dcipher_list.json3 "cipher":3, number
9 "cipher":17, number
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/
H A Dcipher_list.json3 "cipher":3, number
9 "cipher":17, number
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.hpp26 namespace cipher namespace
33 static constexpr auto cipher = "cipher"; variable
H A Dchannel.cpp30 namespace cipher namespace
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/
H A Dcipher_list.json3 "cipher": 17, number
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c653 QCryptoCipher *cipher; in test_cipher() local
747 QCryptoCipher *cipher; in test_cipher_null_iv() local
773 QCryptoCipher *cipher; in test_cipher_short_plaintext() local
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c22 QCryptoCipher *cipher; in test_cipher_speed() local
175 #define ADD_TEST(mode, cipher, keysize, chunk) \ in main() argument
/openbmc/phosphor-net-ipmid/
H A Dauth_algo.cpp11 namespace cipher namespace
H A Dcrypt_algo.hpp8 namespace cipher namespace
H A Dintegrity_algo.hpp9 namespace cipher namespace
H A Dauth_algo.hpp11 namespace cipher namespace
H A Dcrypt_algo.cpp12 namespace cipher namespace
H A Dintegrity_algo.cpp9 namespace cipher namespace
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c146 const EVP_CIPHER *cipher, const unsigned char *key, in encrypt_decrypt_data()
283 const EVP_CIPHER *cipher = EVP_aes_128_cbc(); in update_pass_special_file() local
/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp145 bool doEncrypt, const EVP_CIPHER* cipher, uint8_t* key, size_t keyLen, in encryptDecryptData()
371 const EVP_CIPHER* cipher = EVP_aes_128_cbc(); in updatePasswdSpecialFile() local
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c44 QCryptoCipher *cipher; member
223 QCryptoCipher *cipher; in cryptodev_builtin_create_cipher_session() local
/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp183 const char* cipher, const char* cipherMode, in cryptFormat()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp92 static constexpr const char* cipher = "cipher"; variable

12