Searched refs:crypto_cipher_encrypt_one (Results 1 – 6 of 6) sorted by relevance
| /linux/crypto/ |
| 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 | hctr2.c | 120 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 D | essiv.c | 147 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 D | testmgr.c | 2775 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
|
| /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()
|