OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:katja_export
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/pk/katja/
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/
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/
tomcrypt_pk.h
141
int
katja_export
(unsigned char *out, unsigned long *outlen, int type, katja_key *key);
Completed in 57 milliseconds