Searched refs:crypto_cipher_encrypt_one (Results 1 – 5 of 5) sorted by relevance
79 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function84 EXPORT_SYMBOL_NS_GPL(crypto_cipher_encrypt_one, "CRYPTO_INTERNAL");
2781 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
164 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
169 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()