ANDROID: ABI: add new symbols required by fips140.ko
fips140.ko now uses crypto_register_rng() and crypto_unregister_rng()
due to the inclusion of jitterentropy.
Also, fips140.ko now uses crypto_grab_spawn() and crypto_spawn_tfm() due
to the inclusion of cmac. Note that these are referenced via the inline
functions crypto_grab_cipher() and crypto_spawn_cipher().
Bug: 153614920
Bug: 188620248
Change-Id: If449964b8b9427214ad18f486c7d480d6adf312e
Signed-off-by:
Eric Biggers <ebiggers@google.com>
Loading
Please sign in to comment