~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pkcs11/gck/gck-sexp.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
GType          gck_sexp_boxed_type    (void);
42
42
 
43
 
#endif /* GCKSEXPHANDLE_H_ */
 
43
 
 
44
gboolean       gck_sexp_parse_key                (gcry_sexp_t sexp,
 
45
                                                  int *algorithm,
 
46
                                                  gboolean *is_private,
 
47
                                                  gcry_sexp_t *numbers);
 
48
 
 
49
gboolean       gck_sexp_key_to_public            (gcry_sexp_t sexp,
 
50
                                                  gcry_sexp_t *pub);
 
51
 
 
52
gboolean       gck_sexp_extract_mpi              (gcry_sexp_t sexp,
 
53
                                                  gcry_mpi_t *mpi,
 
54
                                                  ...) G_GNUC_NULL_TERMINATED;
 
55
 
 
56
gcry_sexp_t    gck_sexp_get_childv               (gcry_sexp_t sexp,
 
57
                                                  va_list va);
 
58
 
 
59
void           gck_sexp_dump                     (gcry_sexp_t sexp);
 
60
 
 
61
#endif /* GCKSEXP_H_ */