/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 | 157 static int do_mult_aead_op(struct test_mb_aead_data *data, int enc, in do_mult_aead_op() 183 static int test_mb_aead_jiffies(struct test_mb_aead_data *data, int enc, in test_mb_aead_jiffies() 210 static int test_mb_aead_cycles(struct test_mb_aead_data *data, int enc, in test_mb_aead_cycles() 251 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() 454 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies() 477 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles() 519 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() 1155 static int do_mult_acipher_op(struct test_mb_skcipher_data *data, int enc, in do_mult_acipher_op() 1181 static int test_mb_acipher_jiffies(struct test_mb_skcipher_data *data, int enc, in test_mb_acipher_jiffies() 1208 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 199 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_encrypt() local 313 struct crypto_skcipher *enc; in crypto_authenc_init_tfm() local 380 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 188 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_esn_encrypt() local 328 struct crypto_skcipher *enc; in crypto_authenc_esn_init_tfm() local 398 struct skcipher_alg *enc; in crypto_authenc_esn_create() local
|
D | xts.c | 83 bool enc) in xts_xor_tweak() 133 static int xts_xor_tweak_pre(struct skcipher_request *req, bool enc) in xts_xor_tweak_pre() 138 static int xts_xor_tweak_post(struct skcipher_request *req, bool enc) in xts_xor_tweak_post()
|
D | cipher.c | 60 u8 *dst, const u8 *src, bool enc) in cipher_crypt_one()
|
D | essiv.c | 141 static int essiv_skcipher_crypt(struct skcipher_request *req, bool enc) in essiv_skcipher_crypt() 183 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 322 static int adiantum_crypt(struct skcipher_request *req, bool enc) in adiantum_crypt()
|
D | testmgr.c | 1929 static int test_aead_vec_cfg(const char *driver, int enc, in test_aead_vec_cfg() 2112 static int test_aead_vec(const char *driver, int enc, in test_aead_vec() 2543 static int test_aead(const char *driver, int enc, in test_aead() 2614 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() 2701 static int test_skcipher_vec_cfg(const char *driver, int enc, in test_skcipher_vec_cfg() 2865 static int test_skcipher_vec(const char *driver, int enc, in test_skcipher_vec() 3114 static int test_skcipher(const char *driver, int enc, in test_skcipher()
|
D | gcm.c | 928 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) in crypto_rfc4543_crypt() 959 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 | 839 bool enc = false; in af_alg_sendmsg() local
|