Make sure delete_all function pointer is NULL

The peril of not using calloc mean delete_all is not initialized until
we explcitly set it. Explicitly set delete_all to NULL to avoid that.

Change-Id: Ic370453e6142c6d1b2566df9844b4fac4bc53042
1 file changed
tree: c637f6420271215b27cc0024aa4e1aa7641da793
  1. keystore/
  2. keystore-engine/
  3. softkeymaster/