Home
last modified time | relevance | path

Searched refs:crypto_cipher_decrypt_one (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/
H A Dcipher.c86 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
91 EXPORT_SYMBOL_NS_GPL(crypto_cipher_decrypt_one, "CRYPTO_INTERNAL");
H A Dtestmgr.c2784 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/linux/Documentation/crypto/
H A Dapi-skcipher.rst35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
/linux/include/crypto/internal/
H A Dcipher.h176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
/linux/drivers/crypto/
H A Dgeode-aes.c184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()