Home
last modified time | relevance | path

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

/linux/crypto/
H 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");
H A Dhctr2.c120 crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar); in hctr2_setkey()
124 crypto_cipher_encrypt_one(tctx->blockcipher, tctx->L, tctx->L); in hctr2_setkey()
240 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
H A Dessiv.c147 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_skcipher_crypt()
197 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_aead_crypt()
H A Dtestmgr.c2775 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
/linux/include/crypto/internal/
H A Dcipher.h164 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
/linux/drivers/crypto/
H A Dgeode-aes.c169 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()