Function anj_crypto_storage_init
Defined in File storage.h
Function Documentation
-
int anj_crypto_storage_init(void **out_crypto_ctx)
Called once in anj_core_init to initialize the Cryptographic storage module.
- Parameters:
out_crypto_ctx – [out] Pointer to a pointer that will receive the Cryptographic context. This can be NULL if the Cryptographic module does not require a context.
- Returns:
0 on success, or non-zero error code on failure.