/Linux-v5.4/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 | 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 | cbc.c | 20 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cbc_encrypt_one()
|
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 | 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 | 164 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_skcipher_crypt() 205 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 | xts.c | 256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt()
|
D | ccm.c | 871 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_update() 889 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_final()
|
D | adiantum.c | 361 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
|
D | drbg.c | 1814 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
|
D | testmgr.c | 2409 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
|
/Linux-v5.4/drivers/crypto/vmx/ |
D | aes.c | 85 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
|
/Linux-v5.4/Documentation/crypto/ |
D | api-skcipher.rst | 35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
|
/Linux-v5.4/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 149 crypto_cipher_encrypt_one(ctx->enc_tfm, dst, src); in cbc_encrypt_one() 358 crypto_cipher_encrypt_one(ctx->tweak_tfm, walk.iv, walk.iv); in __xts_crypt() 390 crypto_cipher_encrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/Linux-v5.4/fs/crypto/ |
D | crypto.c | 148 crypto_cipher_encrypt_one(ci->ci_essiv_tfm, iv->raw, iv->raw); in fscrypt_generate_iv()
|
/Linux-v5.4/drivers/crypto/ |
D | geode-aes.c | 219 crypto_cipher_encrypt_one(op->fallback.cip, out, in); in geode_encrypt()
|
/Linux-v5.4/include/linux/ |
D | crypto.h | 1760 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 116 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
|
/Linux-v5.4/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 2108 crypto_cipher_encrypt_one(ctx->hkaes, (u8 *)hashkey, (u8 *)hashkey); in safexcel_aead_gcm_setkey()
|