/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 73 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_crypt() local 177 int crypto4xx_setkey_aes_cbc(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cbc() 184 int crypto4xx_setkey_aes_cfb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cfb() 191 int crypto4xx_setkey_aes_ecb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ecb() 198 int crypto4xx_setkey_aes_ofb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ofb() 205 int crypto4xx_setkey_rfc3686(struct crypto_skcipher *cipher, in crypto4xx_setkey_rfc3686() 288 struct crypto_skcipher *cipher, in crypto4xx_sk_setup_fallback() 299 int crypto4xx_setkey_aes_ctr(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ctr() 367 struct crypto_aead *cipher, in crypto4xx_aead_setup_fallback() 483 int crypto4xx_setauthsize_aead(struct crypto_aead *cipher, in crypto4xx_setauthsize_aead() [all …]
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_skcipher.c | 41 const struct nitrox_cipher *cipher = flexi_cipher_table; in flexi_cipher_type() local 83 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); in nitrox_cbc_cipher_callback() local 165 static inline int nitrox_skcipher_setkey(struct crypto_skcipher *cipher, in nitrox_skcipher_setkey() 197 static int nitrox_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in nitrox_aes_setkey() 249 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); in nitrox_skcipher_crypt() local 293 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); in nitrox_cbc_decrypt() local 320 static int nitrox_3des_setkey(struct crypto_skcipher *cipher, in nitrox_3des_setkey() 337 static int nitrox_aes_xts_setkey(struct crypto_skcipher *cipher, in nitrox_aes_xts_setkey() 361 static int nitrox_aes_ctr_rfc3686_setkey(struct crypto_skcipher *cipher, in nitrox_aes_ctr_rfc3686_setkey()
|
/openbmc/qemu/crypto/ |
H A D | cipher.c | 156 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 D | cipher-afalg.c | 118 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 D | block.c | 253 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
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.c | 232 static int cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_xts_setkey() 288 static int cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_setkey() 302 static int cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_aes_setkey() 308 static int cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_aes_setkey() 314 static int cvm_cfb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cfb_aes_setkey() 320 static int cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_des3_setkey() 327 static int cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_des3_setkey()
|
/openbmc/linux/crypto/ |
H A D | ecb.c | 17 struct crypto_cipher *cipher, in crypto_ecb_crypt() 47 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt() local 56 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt() local
|
H A D | cbc.c | 25 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment() local 52 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace() local 100 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment() local 130 struct crypto_cipher *cipher; in crypto_cbc_decrypt_inplace() local
|
H A D | keywrap.c | 127 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt() local 196 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt() local
|
H A D | pcbc.c | 67 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt() local 134 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt() local
|
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config/ |
H A D | cipher_list.json | 3 "cipher":3, number 9 "cipher":17, number
|
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/ |
H A D | cipher_list.json | 3 "cipher":3, number 9 "cipher":17, number
|
/openbmc/phosphor-host-ipmid/app/ |
H A D | channel.hpp | 26 namespace cipher namespace 33 static constexpr auto cipher = "cipher"; variable
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 653 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/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-crypto.c | 82 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_crypto_do_request() local 366 struct crypto_skcipher *cipher; in aspeed_hace_skcipher_trigger() local 409 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_des_crypt() local 428 static int aspeed_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in aspeed_des_setkey() 587 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_aes_crypt() local 622 static int aspeed_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in aspeed_aes_setkey()
|
H A D | aspeed-acry.c | 148 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_fallback() local 166 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_need_fallback() local 186 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_request() local 350 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_trigger() local 415 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_enc() local 427 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_dec() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
H A D | g84.c | 80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr() 108 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init()
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_skcipher.c | 108 static int rk_aes_setkey(struct crypto_skcipher *cipher, in rk_aes_setkey() 123 static int rk_des_setkey(struct crypto_skcipher *cipher, in rk_des_setkey() 139 static int rk_tdes_setkey(struct crypto_skcipher *cipher, in rk_tdes_setkey() 254 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in rk_cipher_hw_init() local
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 592 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() 787 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local 860 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local 929 u32 krb5_etm_checksum(struct crypto_sync_skcipher *cipher, in krb5_etm_checksum() 1015 struct crypto_sync_skcipher *cipher, *aux_cipher; in krb5_etm_encrypt() local 1103 struct crypto_sync_skcipher *cipher, *aux_cipher; in krb5_etm_decrypt() local
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | ocs-aes.c | 478 enum ocs_cipher cipher) in ocs_aes_set_key() 525 enum ocs_cipher cipher, in set_ocs_aes_command() 561 enum ocs_cipher cipher, in ocs_aes_init() 604 enum ocs_cipher cipher, enum ocs_mode mode, in ocs_aes_validate_inputs() 798 enum ocs_cipher cipher, in ocs_aes_op() 926 enum ocs_cipher cipher, in ocs_aes_gcm_op() 1308 enum ocs_cipher cipher, in ocs_aes_ccm_op()
|
H A D | keembay-ocs-aes-core.c | 51 enum ocs_cipher cipher; member 146 static int check_key(const u8 *in_key, size_t key_len, enum ocs_cipher cipher) in check_key() 166 enum ocs_cipher cipher) in save_key() 183 size_t key_len, enum ocs_cipher cipher) in kmb_ocs_sk_set_key() 205 size_t key_len, enum ocs_cipher cipher) in kmb_ocs_aead_set_key() 309 enum ocs_cipher cipher, in kmb_ocs_sk_common() 636 enum ocs_cipher cipher, in kmb_ocs_aead_common()
|
/openbmc/linux/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 51 static int test_lib_chacha(u8 *revert, u8 *cipher, u8 *plain) in test_lib_chacha() 126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher()
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 22 QCryptoCipher *cipher; in test_cipher_speed() local 175 #define ADD_TEST(mode, cipher, keysize, chunk) \ in main() argument
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/ |
H A D | cipher_list.json | 3 "cipher": 17, number
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 1763 static int des_setkey(struct crypto_skcipher *cipher, const u8 *key, in des_setkey() 1777 static int threedes_setkey(struct crypto_skcipher *cipher, const u8 *key, in threedes_setkey() 1791 static int aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in aes_setkey() 1818 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey() 2719 static int aead_authenc_setkey(struct crypto_aead *cipher, in aead_authenc_setkey() 2814 static int aead_gcm_ccm_setkey(struct crypto_aead *cipher, in aead_gcm_ccm_setkey() 2896 static int aead_gcm_esp_setkey(struct crypto_aead *cipher, in aead_gcm_esp_setkey() 2928 static int rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, in rfc4543_gcm_esp_setkey() 2961 static int aead_ccm_esp_setkey(struct crypto_aead *cipher, in aead_ccm_esp_setkey() 2981 static int aead_setauthsize(struct crypto_aead *cipher, unsigned int authsize) in aead_setauthsize()
|