/** * crypto_register_akcipher() -- Register public key algorithm * * Function registers an implementation of a public key cipher algorithm * * @alg: algorithm definition * * Return: zero on success; error code in case of error
*/ int crypto_register_akcipher(struct akcipher_alg *alg);
/** * crypto_unregister_akcipher() -- Unregister public key algorithm * * Function unregisters an implementation of a public key cipher algorithm * * @alg: algorithm definition
*/ void crypto_unregister_akcipher(struct akcipher_alg *alg);
/** * akcipher_register_instance() -- Unregister public key template instance * * Function registers an implementation of an asymmetric key algorithm * created from a template * * @tmpl: the template from which the algorithm was created * @inst: the template instance
*/ int akcipher_register_instance(struct crypto_template *tmpl, struct akcipher_instance *inst); #endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.