devcrypto_plugin_register_algorithm()

Updated: April 19, 2023

Register an algorithm

Synopsis:

#include <dev/crypto/devcrypto_plugin.h>
int devcrypto_plugin_register_algorithm(const devcrypto_algorithm_t *alg)

Arguments:

alg
The algorithm object.

Library:

devcr

Returns:

EOK if successful or errno if an error occurred.