int ceph_crypto_key_clone(struct ceph_crypto_key *dst, conststruct ceph_crypto_key *src); int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end); int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, constchar *in); void ceph_crypto_key_destroy(struct ceph_crypto_key *key);
/* crypto.c */ int ceph_crypt(conststruct ceph_crypto_key *key, bool encrypt, void *buf, int buf_len, int in_len, int *pout_len); int ceph_crypto_init(void); void ceph_crypto_shutdown(void);
/* armor.c */ int ceph_armor(char *dst, constchar *src, constchar *end); int ceph_unarmor(char *dst, constchar *src, constchar *end);
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.