Home
last modified time | relevance | path

Searched refs:crypto_cipher_encrypt_one (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/crypto/
Dxcbc.c74 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()
Dcmac.c71 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()
Dccm.c179 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()
Dvmac.c477 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()
Dansi_cprng.c163 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
Dctr.c67 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
Ddrbg.c1665 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
Dtestmgr.c881 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
/linux-4.1.27/net/mac80211/
Daes_cmac.c67 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()
Dwep.c148 crypto_cipher_encrypt_one(tfm, data + i, data + i); in ieee80211_wep_encrypt_data()
/linux-4.1.27/drivers/crypto/vmx/
Daes.c97 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
/linux-4.1.27/net/ipv4/
Dtcp_fastopen.c84 crypto_cipher_encrypt_one(ctx->tfm, foc->val, path); in __tcp_fastopen_cookie_gen()
/linux-4.1.27/drivers/usb/wusbcore/
Dcrypto.c282 crypto_cipher_encrypt_one(tfm_aes, (void *)&ax, (void *)&ax); in wusb_ccm_mac()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c58 crypto_cipher_encrypt_one((void *)tfm, ct, pt); in rtllib_ccmp_aes_encrypt()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c62 crypto_cipher_encrypt_one((void *)tfm, ct, pt); in ieee80211_ccmp_aes_encrypt()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c278 crypto_cipher_encrypt_one(ctx->u.aes.tfm_cipher, ctx->u.aes.key, in ccp_aes_cmac_setkey()
/linux-4.1.27/net/wireless/
Dlib80211_crypt_ccmp.c66 crypto_cipher_encrypt_one(tfm, ct, pt); in lib80211_ccmp_aes_encrypt()
/linux-4.1.27/drivers/crypto/
Dgeode-aes.c221 crypto_cipher_encrypt_one(op->fallback.cip, out, in); in geode_encrypt()
/linux-4.1.27/arch/s390/crypto/
Daes_s390.c140 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in aes_encrypt()
/linux-4.1.27/include/linux/
Dcrypto.h2084 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
/linux-4.1.27/drivers/md/
Ddm-crypt.c413 crypto_cipher_encrypt_one(essiv_tfm, iv, iv); in crypt_iv_essiv_gen()
/linux-4.1.27/drivers/net/wireless/
Dairo.c1650 crypto_cipher_encrypt_one(tfm, plain, plain); in emmh32_setseed()