Searched refs:katja_export (Results 1 - 3 of 3) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/katja/ |
H A D | katja_export.c | 14 @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 D | katja_test.c | 145 DO(katja_export(tmp, &len2, PK_PRIVATE, &key)); 148 DO(katja_export(tmp, &len2, PK_PUBLIC, &key));
|
/external/dropbear/libtomcrypt/src/headers/ |
H A D | tomcrypt_pk.h | 141 int katja_export(unsigned char *out, unsigned long *outlen, int type, katja_key *key);
|
Completed in 154 milliseconds