Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dxcbc.c63 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()
Dcmac.c67 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()
Dofb.c34 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()
Dpcbc.c31 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()
Dcbc.c20 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cbc_encrypt_one()
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()
Dkeywrap.c237 crypto_cipher_encrypt_one(cipher, (u8 *)&block, in crypto_kw_encrypt()
Dcfb.c38 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
Dessiv.c164 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()
Dansi_cprng.c155 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
Dctr.c39 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
Dxts.c256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt()
Dccm.c871 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()
Dadiantum.c361 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
Ddrbg.c1814 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
Dtestmgr.c2409 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
/Linux-v5.4/drivers/crypto/vmx/
Daes.c85 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
/Linux-v5.4/arch/arm/crypto/
Daes-neonbs-glue.c149 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/
Dcrypto.c148 crypto_cipher_encrypt_one(ci->ci_essiv_tfm, iv->raw, iv->raw); in fscrypt_generate_iv()
/Linux-v5.4/drivers/crypto/
Dgeode-aes.c219 crypto_cipher_encrypt_one(op->fallback.cip, out, in); in geode_encrypt()
/Linux-v5.4/include/linux/
Dcrypto.h1760 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c116 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2108 crypto_cipher_encrypt_one(ctx->hkaes, (u8 *)hashkey, (u8 *)hashkey); in safexcel_aead_gcm_setkey()