/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | Makefile | |
/kernel/linux/linux-5.10/crypto/ |
H A D | ofb.c | 20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
|
H A D | ecb.c | 46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt() local 55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt() local 15 crypto_ecb_crypt(struct skcipher_request *req, struct crypto_cipher *cipher, void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) crypto_ecb_crypt() argument [all...] |
H A D | pcbc.c | 66 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt() local 133 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt() local
|
H A D | keywrap.c | 126 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt() local 195 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt() local
|
H A D | cbc.c | 24 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment() local 51 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace() local 99 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment() local 129 struct crypto_cipher *cipher; crypto_cbc_decrypt_inplace() local [all...] |
H A D | cmac.c | 202 struct crypto_cipher *cipher; in cmac_init_tfm() local
|
H A D | xcbc.c | 168 struct crypto_cipher *cipher; in xcbc_init_tfm() local
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ofb.c | 21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
|
H A D | ecb.c | 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 16 crypto_ecb_crypt(struct skcipher_request *req, struct crypto_cipher *cipher, void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) crypto_ecb_crypt() argument [all...] |
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
|
H A D | cipher.c | 94 struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher) in crypto_clone_cipher() argument
|
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; crypto_cbc_decrypt_inplace() local [all...] |
H A D | xctr.c | 103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt() 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
|
/test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
H A D | huks_cipher_sm4_test_common.cpp | 89 uint8_t cipher[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
|
H A D | huks_cipher_aes_test.cpp | 155 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HWTEST_F() local
|
H A D | huks_cipher_rsa_test_common.cpp | 114 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local 153 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCaseAbnormal() local
|
H A D | huks_cipher_aes_test_common.cpp | 92 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseOther() local 123 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm2() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
H A D | g84.c | 80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr() argument 109 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
H A D | g84.c | 80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr() argument 108 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init() argument
|
/kernel/linux/linux-6.6/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() argument 126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher() argument [all...] |
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_device.c | 133 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 150 struct crypto_sync_skcipher *cipher; in krb5_derive_key() local
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.c | 139 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
|