Home
last modified time | relevance | path

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

12

/Linux-v4.19/crypto/
Dxcbc.c73 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey()
74 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey()
75 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
119 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
127 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
171 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_xcbc_digest_final()
Dcmac.c72 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey()
147 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
155 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
200 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_cmac_digest_final()
Dpcbc.c58 crypto_cipher_encrypt_one(tfm, dst, iv); in crypto_pcbc_encrypt_segment()
81 crypto_cipher_encrypt_one(tfm, src, iv); in crypto_pcbc_encrypt_inplace()
Dvmac.c450 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
460 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
471 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
589 crypto_cipher_encrypt_one(tctx->cipher, dctx->nonce.bytes, in vmac_final()
Dcbc.c48 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cbc_encrypt_one()
Dkeywrap.c247 crypto_cipher_encrypt_one(child, (u8 *)&block, in crypto_kw_encrypt()
Dansi_cprng.c161 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
Dcfb.c49 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cfb_encrypt_one()
Dccm.c899 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_update()
917 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_final()
Dctr.c67 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
Dxts.c245 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt()
/Linux-v4.19/drivers/crypto/vmx/
Daes.c95 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
/Linux-v4.19/fs/cifs/
Dsmbencrypt.c84 crypto_cipher_encrypt_one(tfm_des, out, in); in smbhash()
/Linux-v4.19/arch/arm/crypto/
Daes-neonbs-glue.c143 crypto_cipher_encrypt_one(ctx->enc_tfm, dst, src); in cbc_encrypt_one()
282 crypto_cipher_encrypt_one(ctx->tweak_tfm, walk.iv, walk.iv); in __xts_crypt()
/Linux-v4.19/drivers/usb/wusbcore/
Dcrypto.c276 crypto_cipher_encrypt_one(tfm_aes, (void *)&scratch->ax, in wusb_ccm_mac()
/Linux-v4.19/net/mac80211/
Dwep.c148 crypto_cipher_encrypt_one(tfm, data + i, data + i); in ieee80211_wep_encrypt_data()
/Linux-v4.19/fs/crypto/
Dcrypto.c160 crypto_cipher_encrypt_one(ci->ci_essiv_tfm, (u8 *)&iv, in fscrypt_do_page_crypto()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_hw.c251 crypto_cipher_encrypt_one(cipher, ghash_h, ghash_h); in chtls_key_info()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c58 crypto_cipher_encrypt_one((void *)tfm, ct, pt); in rtllib_ccmp_aes_encrypt()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c62 crypto_cipher_encrypt_one((void *)tfm, ct, pt); in ieee80211_ccmp_aes_encrypt()
/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c127 crypto_cipher_encrypt_one(ctx->tfm, foc->val, path); in __tcp_fastopen_cookie_gen()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c296 crypto_cipher_encrypt_one(ctx->u.aes.tfm_cipher, ctx->u.aes.key, in ccp_aes_cmac_setkey()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_ccmp.c66 crypto_cipher_encrypt_one(tfm, ct, pt); in lib80211_ccmp_aes_encrypt()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c184 crypto_cipher_encrypt_one(cipher, ghash_h, ghash_h); in chcr_ipsec_setkey()

12