/Linux-v4.19/crypto/ |
D | xcbc.c | 73 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()
|
D | cmac.c | 72 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()
|
D | pcbc.c | 58 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()
|
D | vmac.c | 450 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()
|
D | cbc.c | 48 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cbc_encrypt_one()
|
D | keywrap.c | 247 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 | cfb.c | 49 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cfb_encrypt_one()
|
D | ccm.c | 899 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()
|
D | ctr.c | 67 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
|
D | xts.c | 245 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | aes.c | 95 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
|
/Linux-v4.19/Documentation/crypto/ |
D | api-skcipher.rst | 35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
|
/Linux-v4.19/fs/cifs/ |
D | smbencrypt.c | 84 crypto_cipher_encrypt_one(tfm_des, out, in); in smbhash()
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 143 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/ |
D | crypto.c | 276 crypto_cipher_encrypt_one(tfm_aes, (void *)&scratch->ax, in wusb_ccm_mac()
|
/Linux-v4.19/net/mac80211/ |
D | wep.c | 148 crypto_cipher_encrypt_one(tfm, data + i, data + i); in ieee80211_wep_encrypt_data()
|
/Linux-v4.19/fs/crypto/ |
D | crypto.c | 160 crypto_cipher_encrypt_one(ci->ci_essiv_tfm, (u8 *)&iv, in fscrypt_do_page_crypto()
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_hw.c | 251 crypto_cipher_encrypt_one(cipher, ghash_h, ghash_h); in chtls_key_info()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 58 crypto_cipher_encrypt_one((void *)tfm, ct, pt); in rtllib_ccmp_aes_encrypt()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_ccmp.c | 62 crypto_cipher_encrypt_one((void *)tfm, ct, pt); in ieee80211_ccmp_aes_encrypt()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_fastopen.c | 127 crypto_cipher_encrypt_one(ctx->tfm, foc->val, path); in __tcp_fastopen_cookie_gen()
|
/Linux-v4.19/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-v4.19/net/wireless/ |
D | lib80211_crypt_ccmp.c | 66 crypto_cipher_encrypt_one(tfm, ct, pt); in lib80211_ccmp_aes_encrypt()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_ipsec.c | 184 crypto_cipher_encrypt_one(cipher, ghash_h, ghash_h); in chcr_ipsec_setkey()
|