Home
last modified time | relevance | path

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

/crypto/
A Dxcbc.c50 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()
A Dcipher.c79 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");
A Dcmac.c53 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey()
110 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
133 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_cmac_digest_finup()
A Dpcbc.c32 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()
A Dhctr2.c153 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()
A Dxctr.c44 crypto_cipher_encrypt_one(tfm, keystream, walk->iv); in crypto_xctr_crypt_final()
A Dessiv.c147 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()
A Dansi_cprng.c156 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
A Dctr.c40 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
A Dccm.c800 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()
A Dxts.c256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
A Dadiantum.c383 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
A Ddrbg.c1818 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
A Dtestmgr.c2781 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()

Completed in 32 milliseconds