Home
last modified time | relevance | path

Searched defs:cipher (Results 1 - 25 of 213) sorted by relevance

123456789

/kernel/linux/linux-6.6/arch/arm64/crypto/
H A DMakefile
/kernel/linux/linux-5.10/crypto/
H A Dofb.c20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
H A Decb.c46 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 Dpcbc.c66 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 Dkeywrap.c126 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 Dcbc.c24 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 Dcmac.c202 struct crypto_cipher *cipher; in cmac_init_tfm() local
H A Dxcbc.c168 struct crypto_cipher *cipher; in xcbc_init_tfm() local
/kernel/linux/linux-6.6/crypto/
H A Dofb.c21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
H A Decb.c47 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 Dpcbc.c67 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 Dcipher.c94 struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher) in crypto_clone_cipher() argument
H A Dcbc.c25 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 Dxctr.c103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt() local
H A Dkeywrap.c127 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 Dhuks_cipher_sm4_test_common.cpp89 uint8_t cipher[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
H A Dhuks_cipher_aes_test.cpp155 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HWTEST_F() local
H A Dhuks_cipher_rsa_test_common.cpp114 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 Dhuks_cipher_aes_test_common.cpp92 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 Dg84.c80 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 Dg84.c80 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 Dtest-cipher.c51 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 Dhp_device.c133 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c150 struct crypto_sync_skcipher *cipher; in krb5_derive_key() local
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_device.c139 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local

Completed in 11 milliseconds

123456789