/linux-4.1.27/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 | 179 crypto_cipher_encrypt_one(tfm, odata, odata); in compute_mac() 188 crypto_cipher_encrypt_one(tfm, odata, odata); in compute_mac() 240 crypto_cipher_encrypt_one(tfm, odata, odata); in get_data_to_compute() 263 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 | ansi_cprng.c | 163 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 | 1665 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
|
D | testmgr.c | 881 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
|
/linux-4.1.27/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() 156 crypto_cipher_encrypt_one(key->u.aes_cmac.tfm, l, l); in ieee80211_aes_cmac_calculate_k1_k2()
|
D | wep.c | 148 crypto_cipher_encrypt_one(tfm, data + i, data + i); in ieee80211_wep_encrypt_data()
|
/linux-4.1.27/drivers/crypto/vmx/ |
D | aes.c | 97 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_fastopen.c | 84 crypto_cipher_encrypt_one(ctx->tfm, foc->val, path); in __tcp_fastopen_cookie_gen()
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | crypto.c | 282 crypto_cipher_encrypt_one(tfm_aes, (void *)&ax, (void *)&ax); in wusb_ccm_mac()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 58 crypto_cipher_encrypt_one((void *)tfm, ct, pt); in rtllib_ccmp_aes_encrypt()
|
/linux-4.1.27/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.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 278 crypto_cipher_encrypt_one(ctx->u.aes.tfm_cipher, ctx->u.aes.key, in ccp_aes_cmac_setkey()
|
/linux-4.1.27/net/wireless/ |
D | lib80211_crypt_ccmp.c | 66 crypto_cipher_encrypt_one(tfm, ct, pt); in lib80211_ccmp_aes_encrypt()
|
/linux-4.1.27/drivers/crypto/ |
D | geode-aes.c | 221 crypto_cipher_encrypt_one(op->fallback.cip, out, in); in geode_encrypt()
|
/linux-4.1.27/arch/s390/crypto/ |
D | aes_s390.c | 140 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in aes_encrypt()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 2084 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 413 crypto_cipher_encrypt_one(essiv_tfm, iv, iv); in crypt_iv_essiv_gen()
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 1650 crypto_cipher_encrypt_one(tfm, plain, plain); in emmh32_setseed()
|