/crypto/asymmetric_keys/ |
D | signature.c | 81 const void *data, void *enc) in encrypt_blob() 102 const void *enc, void *data) in decrypt_blob() 123 const void *data, void *enc) in create_signature()
|
/crypto/ |
D | tcrypt.c | 156 static int do_mult_aead_op(struct test_mb_aead_data *data, int enc, in do_mult_aead_op() 182 static int test_mb_aead_jiffies(struct test_mb_aead_data *data, int enc, in test_mb_aead_jiffies() 209 static int test_mb_aead_cycles(struct test_mb_aead_data *data, int enc, in test_mb_aead_cycles() 250 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() 453 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies() 476 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles() 518 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() 1154 static int do_mult_acipher_op(struct test_mb_skcipher_data *data, int enc, in do_mult_acipher_op() 1180 static int test_mb_acipher_jiffies(struct test_mb_skcipher_data *data, int enc, in test_mb_acipher_jiffies() 1207 static int test_mb_acipher_cycles(struct test_mb_skcipher_data *data, int enc, in test_mb_acipher_cycles() [all …]
|
D | authenc.c | 24 struct crypto_skcipher_spawn enc; member 30 struct crypto_skcipher *enc; member 89 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_setkey() local 209 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_encrypt() local 323 struct crypto_skcipher *enc; in crypto_authenc_init_tfm() local 389 struct skcipher_alg *enc; in crypto_authenc_create() local
|
D | authencesn.c | 27 struct crypto_skcipher_spawn enc; member 33 struct crypto_skcipher *enc; member 63 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_esn_setkey() local 198 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_esn_encrypt() local 338 struct crypto_skcipher *enc; in crypto_authenc_esn_init_tfm() local 407 struct skcipher_alg *enc; in crypto_authenc_esn_create() local
|
D | xts.c | 87 static int xor_tweak(struct skcipher_request *req, bool second_pass, bool enc) in xor_tweak() 137 static int xor_tweak_pre(struct skcipher_request *req, bool enc) in xor_tweak_pre() 142 static int xor_tweak_post(struct skcipher_request *req, bool enc) in xor_tweak_post()
|
D | essiv.c | 158 static int essiv_skcipher_crypt(struct skcipher_request *req, bool enc) in essiv_skcipher_crypt() 196 static int essiv_aead_crypt(struct aead_request *req, bool enc) in essiv_aead_crypt()
|
D | adiantum.c | 93 bool enc; /* true if encrypting, false if decrypting */ member 330 static int adiantum_crypt(struct skcipher_request *req, bool enc) in adiantum_crypt()
|
D | testmgr.c | 1837 static int test_aead_vec_cfg(const char *driver, int enc, in test_aead_vec_cfg() 2008 static int test_aead_vec(const char *driver, int enc, in test_aead_vec() 2276 static int test_aead(const char *driver, int enc, in test_aead() 2347 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() 2434 static int test_skcipher_vec_cfg(const char *driver, int enc, in test_skcipher_vec_cfg() 2597 static int test_skcipher_vec(const char *driver, int enc, in test_skcipher_vec() 2826 static int test_skcipher(const char *driver, int enc, in test_skcipher()
|
D | gcm.c | 988 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) in crypto_rfc4543_crypt() 1019 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) in crypto_rfc4543_copy_src_to_dst()
|
D | af_alg.c | 824 bool enc = 0; in af_alg_sendmsg() local
|