Searched defs:enc (Results 1 – 6 of 6) sorted by relevance
/crypto/ |
D | tcrypt.c | 75 static int test_cipher_jiffies(struct blkcipher_desc *desc, int enc, in test_cipher_jiffies() 98 static int test_cipher_cycles(struct blkcipher_desc *desc, int enc, in test_cipher_cycles() 145 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies() 168 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles() 268 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() 414 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed() 1005 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, in test_acipher_jiffies() 1030 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, in test_acipher_cycles() 1077 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed()
|
D | authenc.c | 30 struct crypto_skcipher_spawn enc; member 36 struct crypto_ablkcipher *enc; member 90 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_setkey() local 399 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_encrypt() local 553 struct crypto_ablkcipher *enc; in crypto_authenc_init_tfm() local 602 struct crypto_alg *enc; in crypto_authenc_alloc() local
|
D | authencesn.c | 30 struct crypto_skcipher_spawn enc; member 36 struct crypto_ablkcipher *enc; member 64 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_esn_setkey() local 475 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_esn_encrypt() local 645 struct crypto_ablkcipher *enc; in crypto_authenc_esn_init_tfm() local 694 struct crypto_alg *enc; in crypto_authenc_esn_alloc() local
|
D | testmgr.c | 78 } enc, dec; member 85 } enc, dec; member 419 static int __test_aead(struct crypto_aead *tfm, int enc, in __test_aead() 801 static int test_aead(struct crypto_aead *tfm, int enc, in test_aead() 834 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() 909 static int __test_skcipher(struct crypto_ablkcipher *tfm, int enc, in __test_skcipher() 1156 static int test_skcipher(struct crypto_ablkcipher *tfm, int enc, in test_skcipher()
|
D | algif_skcipher.c | 52 bool enc; member 260 bool enc = 0; in skcipher_sendmsg() local
|
D | gcm.c | 1119 bool enc) in crypto_rfc4543_crypt() 1182 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) in crypto_rfc4543_copy_src_to_dst()
|