| /linux-4.4.14/crypto/ | 
| D | xcbc.c | 74 	crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs);  in crypto_xcbc_digest_setkey() 75 	crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2);  in crypto_xcbc_digest_setkey() 76 	crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks);  in crypto_xcbc_digest_setkey() 120 	crypto_cipher_encrypt_one(tfm, prev, prev);  in crypto_xcbc_digest_update() 128 		crypto_cipher_encrypt_one(tfm, prev, prev);  in crypto_xcbc_digest_update() 172 	crypto_cipher_encrypt_one(tfm, out, prev);  in crypto_xcbc_digest_final()
  | 
| D | cmac.c | 71 	crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts);  in crypto_cmac_digest_setkey() 146 	crypto_cipher_encrypt_one(tfm, prev, prev);  in crypto_cmac_digest_update() 154 		crypto_cipher_encrypt_one(tfm, prev, prev);  in crypto_cmac_digest_update() 198 	crypto_cipher_encrypt_one(tfm, out, prev);  in crypto_cmac_digest_final()
  | 
| D | ccm.c | 185 		crypto_cipher_encrypt_one(tfm, odata, odata);  in compute_mac() 194 		crypto_cipher_encrypt_one(tfm, odata, odata);  in compute_mac() 246 		crypto_cipher_encrypt_one(tfm, odata, odata);  in get_data_to_compute() 269 	crypto_cipher_encrypt_one(cipher, odata, odata);  in crypto_ccm_auth()
  | 
| D | vmac.c | 477 		crypto_cipher_encrypt_one(ctx->child,  in vmac() 500 		crypto_cipher_encrypt_one(ctx->child,  in vmac_set_key() 511 		crypto_cipher_encrypt_one(ctx->child,  in vmac_set_key() 527 			crypto_cipher_encrypt_one(ctx->child,  in vmac_set_key()
  | 
| D | keywrap.c | 277 			crypto_cipher_encrypt_one(child, (u8 *)block,  in crypto_kw_encrypt()
  | 
| D | ansi_cprng.c | 161 		crypto_cipher_encrypt_one(ctx->tfm, output, tmp);  in _get_more_prng_bytes()
  | 
| D | ctr.c | 67 	crypto_cipher_encrypt_one(tfm, keystream, ctrblk);  in crypto_ctr_crypt_final()
  | 
| D | drbg.c | 1718 	crypto_cipher_encrypt_one(tfm, outval, in->buf);  in drbg_kcapi_sym()
  | 
| D | testmgr.c | 900 				crypto_cipher_encrypt_one(tfm, data + k,  in test_cipher()
  | 
| /linux-4.4.14/net/mac80211/ | 
| D | aes_cmac.c | 67 			crypto_cipher_encrypt_one(tfm, cbc, cbc);  in aes_cmac_vector() 72 	crypto_cipher_encrypt_one(tfm, pad, pad);  in aes_cmac_vector() 90 	crypto_cipher_encrypt_one(tfm, pad, pad);  in aes_cmac_vector()
  | 
| D | wep.c | 148 		crypto_cipher_encrypt_one(tfm, data + i, data + i);  in ieee80211_wep_encrypt_data()
  | 
| /linux-4.4.14/drivers/crypto/vmx/ | 
| D | aes.c | 102 		crypto_cipher_encrypt_one(ctx->fallback, dst, src);  in p8_aes_encrypt()
  | 
| /linux-4.4.14/net/ipv4/ | 
| D | tcp_fastopen.c | 84 		crypto_cipher_encrypt_one(ctx->tfm, foc->val, path);  in __tcp_fastopen_cookie_gen()
  | 
| /linux-4.4.14/drivers/usb/wusbcore/ | 
| D | crypto.c | 282 	crypto_cipher_encrypt_one(tfm_aes, (void *)&ax, (void *)&ax);  in wusb_ccm_mac()
  | 
| /linux-4.4.14/drivers/staging/rtl8192e/ | 
| D | rtllib_crypt_ccmp.c | 58 	crypto_cipher_encrypt_one((void *)tfm, ct, pt);  in rtllib_ccmp_aes_encrypt()
  | 
| /linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_crypt_ccmp.c | 62 	crypto_cipher_encrypt_one((void *)tfm, ct, pt);  in ieee80211_ccmp_aes_encrypt()
  | 
| /linux-4.4.14/net/wireless/ | 
| D | lib80211_crypt_ccmp.c | 66 	crypto_cipher_encrypt_one(tfm, ct, pt);  in lib80211_ccmp_aes_encrypt()
  | 
| /linux-4.4.14/drivers/crypto/ccp/ | 
| D | ccp-crypto-aes-cmac.c | 296 	crypto_cipher_encrypt_one(ctx->u.aes.tfm_cipher, ctx->u.aes.key,  in ccp_aes_cmac_setkey()
  | 
| /linux-4.4.14/drivers/crypto/ | 
| D | geode-aes.c | 221 		crypto_cipher_encrypt_one(op->fallback.cip, out, in);  in geode_encrypt()
  | 
| /linux-4.4.14/include/linux/ | 
| D | crypto.h | 1557 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,  in crypto_cipher_encrypt_one()  function
  | 
| /linux-4.4.14/arch/s390/crypto/ | 
| D | aes_s390.c | 141 		crypto_cipher_encrypt_one(sctx->fallback.cip, out, in);  in aes_encrypt()
  | 
| /linux-4.4.14/drivers/md/ | 
| D | dm-crypt.c | 414 	crypto_cipher_encrypt_one(essiv_tfm, iv, iv);  in crypt_iv_essiv_gen()
  | 
| /linux-4.4.14/drivers/net/wireless/ | 
| D | airo.c | 1651 		crypto_cipher_encrypt_one(tfm, plain, plain);  in emmh32_setseed()
  |