mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
g: remove obsolete dcrypto_init definition
No boards are referencing old dcrypto_init at this point; all have moved to dcrypto_init_and_lock BUG=none BRANCH=cr50 TEST=buildall Change-Id: I04c96608c5459470d87e67046912ca7c02e6332a Reviewed-on: https://chromium-review.googlesource.com/540779 Commit-Ready: Marius Schilder <mschilder@chromium.org> Commit-Ready: Vadim Bendebury <vbendeb@chromium.org> Tested-by: Marius Schilder <mschilder@chromium.org> Reviewed-by: Marius Schilder <mschilder@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
5f523464bb
commit
cd6c3a0fef
@@ -117,8 +117,6 @@ int dcrypto_p256_is_valid_point(const p256_int *x, const p256_int *y)
|
||||
* the mutex.
|
||||
*/
|
||||
void dcrypto_init_and_lock(void);
|
||||
/* TODO(mschilder): remove once sub projects are updated to avoid build breakages */
|
||||
#define crypto_init dcrypto_init_and_lock
|
||||
void dcrypto_unlock(void);
|
||||
uint32_t dcrypto_call(uint32_t adr) __attribute__((warn_unused_result));
|
||||
void dcrypto_imem_load(size_t offset, const uint32_t *opcodes,
|
||||
|
||||
Reference in New Issue
Block a user