/linux/crypto/ |
H A D | xcbc.c | 50 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey() 51 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey() 52 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey() 78 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update() 101 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_xcbc_digest_finup()
|
H A D | cipher.c | 79 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function 84 EXPORT_SYMBOL_NS_GPL(crypto_cipher_encrypt_one, "CRYPTO_INTERNAL");
|
H A D | pcbc.c | 32 crypto_cipher_encrypt_one(tfm, dst, iv); in crypto_pcbc_encrypt_segment() 55 crypto_cipher_encrypt_one(tfm, dst, iv); in crypto_pcbc_encrypt_inplace()
|
H A D | hctr2.c | 153 crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar); in hctr2_setkey() 157 crypto_cipher_encrypt_one(tctx->blockcipher, tctx->L, tctx->L); in hctr2_setkey() 301 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
|
H A D | xctr.c | 44 crypto_cipher_encrypt_one(tfm, keystream, walk->iv); in crypto_xctr_crypt_final()
|
H A D | essiv.c | 147 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_skcipher_crypt() 192 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_aead_crypt()
|
H A D | ansi_cprng.c | 156 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
|
H A D | ctr.c | 40 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
|
H A D | ccm.c | 800 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_update() 818 crypto_cipher_encrypt_one(tfm, out, dg); in crypto_cbcmac_digest_finup()
|
H A D | xts.c | 256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
|
H A D | adiantum.c | 383 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
|
H A D | drbg.c | 1818 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
|
H A D | testmgr.c | 2781 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
|
/linux/Documentation/crypto/ |
H A D | api-skcipher.rst | 35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
|
/linux/arch/powerpc/crypto/ |
H A D | aes.c | 86 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
|
/linux/include/crypto/internal/ |
H A D | cipher.h | 164 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
|
/linux/drivers/crypto/ |
H A D | geode-aes.c | 169 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()
|
/linux/arch/s390/crypto/ |
H A D | aes_s390.c | 114 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 1010 crypto_cipher_encrypt_one(ctx->tweak, in qat_alg_set_req_iv()
|