exynos9810: reset: crypto and f2fs from android-4.9-q
This commit is contained in:
parent
8a9b2212b1
commit
1272e07f87
29 changed files with 272 additions and 1647 deletions
|
@ -45,11 +45,6 @@ void __ablkcipher_walk_complete(struct ablkcipher_walk *walk)
|
|||
{
|
||||
struct ablkcipher_buffer *p, *tmp;
|
||||
|
||||
#ifdef CONFIG_CRYPTO_FIPS
|
||||
if (unlikely(in_fips_err()))
|
||||
return;
|
||||
#endif
|
||||
|
||||
list_for_each_entry_safe(p, tmp, &walk->buffers, entry) {
|
||||
ablkcipher_buffer_write(p);
|
||||
list_del(&p->entry);
|
||||
|
@ -108,11 +103,6 @@ int ablkcipher_walk_done(struct ablkcipher_request *req,
|
|||
unsigned int n; /* bytes processed */
|
||||
bool more;
|
||||
|
||||
#ifdef CONFIG_CRYPTO_FIPS
|
||||
if (unlikely(in_fips_err()))
|
||||
return -EACCES;
|
||||
#endif
|
||||
|
||||
if (unlikely(err < 0))
|
||||
goto finish;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue