/Linux-v5.10/crypto/ |
D | xcbc.c | 63 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey() 64 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey() 65 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey() 109 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update() 117 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update() 161 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_xcbc_digest_final()
|
D | cmac.c | 67 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey() 142 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update() 150 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update() 195 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_cmac_digest_final()
|
D | ofb.c | 34 crypto_cipher_encrypt_one(cipher, iv, iv); in crypto_ofb_crypt() 44 crypto_cipher_encrypt_one(cipher, walk.iv, walk.iv); in crypto_ofb_crypt()
|
D | cipher.c | 79 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function 84 EXPORT_SYMBOL_GPL(crypto_cipher_encrypt_one);
|
D | pcbc.c | 31 crypto_cipher_encrypt_one(tfm, dst, iv); in crypto_pcbc_encrypt_segment() 54 crypto_cipher_encrypt_one(tfm, src, iv); in crypto_pcbc_encrypt_inplace()
|
D | vmac.c | 448 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey() 458 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey() 469 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey() 587 crypto_cipher_encrypt_one(tctx->cipher, dctx->nonce.bytes, in vmac_final()
|
D | keywrap.c | 237 crypto_cipher_encrypt_one(cipher, (u8 *)&block, in crypto_kw_encrypt()
|
D | cfb.c | 38 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
|
D | essiv.c | 146 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_skcipher_crypt() 186 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_aead_crypt()
|
D | ansi_cprng.c | 155 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
|
D | ctr.c | 39 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
|
D | ccm.c | 816 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_update() 834 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_final()
|
D | xts.c | 255 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
|
D | adiantum.c | 352 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
|
D | drbg.c | 1830 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
|
D | testmgr.c | 2673 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
|
/Linux-v5.10/Documentation/crypto/ |
D | api-skcipher.rst | 35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
|
/Linux-v5.10/drivers/crypto/vmx/ |
D | aes.c | 85 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
|
/Linux-v5.10/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 369 crypto_cipher_encrypt_one(ctx->tweak_tfm, walk.iv, walk.iv); in __xts_crypt() 401 crypto_cipher_encrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/Linux-v5.10/drivers/crypto/ |
D | geode-aes.c | 168 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()
|
/Linux-v5.10/include/linux/ |
D | crypto.h | 890 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
|
/Linux-v5.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 825 crypto_cipher_encrypt_one(ctx->kaes, areq->result, areq->result); in safexcel_ahash_final() 2100 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp + 2 * AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey() 2102 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp, in safexcel_xcbcmac_setkey() 2104 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp + AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey() 2203 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)consts, (u8 *)consts); in safexcel_cmac_setkey()
|
D | safexcel_cipher.c | 2599 crypto_cipher_encrypt_one(ctx->hkaes, (u8 *)hashkey, (u8 *)hashkey); in safexcel_aead_gcm_setkey()
|
/Linux-v5.10/arch/s390/crypto/ |
D | aes_s390.c | 109 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_ktls.c | 149 crypto_cipher_encrypt_one(cipher, ghash_h, ghash_h); in chcr_ktls_save_keys()
|