Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/crypto/
H A Dxcbc.c64 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey()
65 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey()
66 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
110 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
118 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
162 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_xcbc_digest_final()
H A Dcmac.c68 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey()
143 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
151 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
196 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_cmac_digest_final()
H A Dofb.c35 crypto_cipher_encrypt_one(cipher, iv, iv); in crypto_ofb_crypt()
45 crypto_cipher_encrypt_one(cipher, walk.iv, walk.iv); in crypto_ofb_crypt()
H A Dcipher.c80 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
85 EXPORT_SYMBOL_NS_GPL(crypto_cipher_encrypt_one, CRYPTO_INTERNAL);
H A Dpcbc.c32 crypto_cipher_encrypt_one(tfm, dst, iv); in crypto_pcbc_encrypt_segment()
55 crypto_cipher_encrypt_one(tfm, src, iv); in crypto_pcbc_encrypt_inplace()
H A Dvmac.c449 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
459 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
470 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
588 crypto_cipher_encrypt_one(tctx->cipher, dctx->nonce.bytes, in vmac_final()
H A Dkeywrap.c238 crypto_cipher_encrypt_one(cipher, (u8 *)&block, in crypto_kw_encrypt()
H A Dessiv.c147 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_skcipher_crypt()
187 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_aead_crypt()
H A Dcfb.c39 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
H A Dansi_cprng.c156 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
H A Dctr.c40 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
H A Dccm.c817 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_update()
835 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_final()
H A Dxts.c256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
H A Dadiantum.c353 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
H A Ddrbg.c1808 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daes.c86 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h164 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14032 crypto_cipher_encrypt_one
H A Dabi_gki_aarch64_qcom287 crypto_cipher_encrypt_one
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-neonbs-glue.c373 crypto_cipher_encrypt_one(ctx->tweak_tfm, walk.iv, walk.iv); in __xts_crypt()
405 crypto_cipher_encrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dgeode-aes.c169 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c826 crypto_cipher_encrypt_one(ctx->kaes, areq->result, areq->result); in safexcel_ahash_final()
2101 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp + 2 * AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey()
2103 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp, in safexcel_xcbcmac_setkey()
2105 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp + AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey()
2204 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)consts, (u8 *)consts); in safexcel_cmac_setkey()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_ccmp.c65 crypto_cipher_encrypt_one(tfm, ct, pt); in lib80211_ccmp_aes_encrypt()
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Daes_s390.c110 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()

12