| /crypto/ |
| A D | tcrypt.c | 149 static int do_mult_aead_op(struct test_mb_aead_data *data, int enc, in do_mult_aead_op() 175 static int test_mb_aead_jiffies(struct test_mb_aead_data *data, int enc, in test_mb_aead_jiffies() 202 static int test_mb_aead_cycles(struct test_mb_aead_data *data, int enc, in test_mb_aead_cycles() 243 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() 966 static int do_mult_acipher_op(struct test_mb_skcipher_data *data, int enc, in do_mult_acipher_op() 1060 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed() 1221 static int test_acipher_jiffies(struct skcipher_request *req, int enc, in test_acipher_jiffies() [all …]
|
| A D | authenc.c | 23 struct crypto_skcipher_spawn enc; member 29 struct crypto_skcipher *enc; member 87 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_setkey() local 178 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_encrypt() local 285 struct crypto_skcipher *enc; in crypto_authenc_init_tfm() local 340 struct skcipher_alg_common *enc; in crypto_authenc_create() local
|
| A D | authencesn.c | 26 struct crypto_skcipher_spawn enc; member 32 struct crypto_skcipher *enc; member 61 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_esn_setkey() local 166 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_esn_encrypt() local 297 struct crypto_skcipher *enc; in crypto_authenc_esn_init_tfm() local 354 struct skcipher_alg_common *enc; in crypto_authenc_esn_create() local
|
| A D | krb5enc.c | 27 struct crypto_skcipher_spawn enc; member 33 struct crypto_skcipher *enc; member 104 struct crypto_skcipher *enc = ctx->enc; in krb5enc_setkey() local 145 struct crypto_skcipher *enc = ctx->enc; in krb5enc_dispatch_encrypt() local 350 struct crypto_skcipher *enc; in krb5enc_init_tfm() local 402 struct skcipher_alg_common *enc; in krb5enc_create() local
|
| A 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()
|
| A D | cipher.c | 59 u8 *dst, const u8 *src, bool enc) in cipher_crypt_one()
|
| A D | adiantum.c | 93 bool enc; /* true if encrypting, false if decrypting */ member 338 static int adiantum_crypt(struct skcipher_request *req, bool enc) in adiantum_crypt()
|
| A 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()
|
| A D | testmgr.c | 2038 static int test_aead_vec_cfg(int enc, const struct aead_testvec *vec, in test_aead_vec_cfg() 2222 static int test_aead_vec(int enc, const struct aead_testvec *vec, in test_aead_vec() 2647 static int test_aead(int enc, const struct aead_test_suite *suite, in test_aead() 2719 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() 2806 static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, in test_skcipher_vec_cfg() 2963 static int test_skcipher_vec(int enc, const struct cipher_testvec *vec, in test_skcipher_vec() 3204 static int test_skcipher(int enc, const struct cipher_test_suite *suite, in test_skcipher()
|
| A D | hctr2.c | 265 static int hctr2_crypt(struct skcipher_request *req, bool enc) in hctr2_crypt()
|
| A D | af_alg.c | 947 bool enc = false; in af_alg_sendmsg() local
|
| A D | gcm.c | 920 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) in crypto_rfc4543_crypt()
|