Searched refs:crypto_cipher_decrypt_one (Results 1 – 4 of 4) sorted by relevance
86 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function91 EXPORT_SYMBOL_NS_GPL(crypto_cipher_decrypt_one, "CRYPTO_INTERNAL");
2778 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()