Home
last modified time | relevance | path

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

/Linux-v5.10/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()
Dcipher.c79 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
84 EXPORT_SYMBOL_GPL(crypto_cipher_encrypt_one);
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()
Dvmac.c448 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()
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.c146 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()
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()
Dccm.c816 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()
Dxts.c255 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
Dadiantum.c352 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
Ddrbg.c1830 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
Dtestmgr.c2673 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
/Linux-v5.10/Documentation/crypto/
Dapi-skcipher.rst35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
/Linux-v5.10/drivers/crypto/vmx/
Daes.c85 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
/Linux-v5.10/arch/arm/crypto/
Daes-neonbs-glue.c369 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/
Dgeode-aes.c168 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()
/Linux-v5.10/include/linux/
Dcrypto.h890 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c825 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()
Dsafexcel_cipher.c2599 crypto_cipher_encrypt_one(ctx->hkaes, (u8 *)hashkey, (u8 *)hashkey); in safexcel_aead_gcm_setkey()
/Linux-v5.10/arch/s390/crypto/
Daes_s390.c109 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c149 crypto_cipher_encrypt_one(cipher, ghash_h, ghash_h); in chcr_ktls_save_keys()