Searched refs:katja_export (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/katja/
H A Dkatja_export.c14 @file katja_export.c
28 int katja_export(unsigned char *out, unsigned long *outlen, int type, katja_key *key) function
73 /* $Source: /cvs/libtom/libtomcrypt/src/pk/katja/katja_export.c,v $ */
/external/dropbear/libtomcrypt/testprof/
H A Dkatja_test.c145 DO(katja_export(tmp, &len2, PK_PRIVATE, &key));
148 DO(katja_export(tmp, &len2, PK_PUBLIC, &key));
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h141 int katja_export(unsigned char *out, unsigned long *outlen, int type, katja_key *key);

Completed in 154 milliseconds