Searched defs:algo (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddki.h107 ushort algo; /* key algorithm */ member in struct:dki
179 extern dki_t *dki_new (const char *dir, const char *name, int ksk, int algo, int bitsize, const char *rfile, int lf_days);
191 extern char *dki_algo2str (int algo);
192 extern char *dki_algo2sstr (int algo);
H A Ddki.c86 int algo, flags, type; local
139 if ( (c = fscanf (fp, " IN DNSKEY %d %d %d", &flags, &type, &algo)) != 3 &&
140 (c = fscanf (fp, "KEY %d %d %d", &flags, &type, &algo)) != 3 )
142 if ( type != 3 || algo != dkp->algo )
240 dki_t *dki_new (const char *dir, const char *name, int ksk, int algo, int bitsize, const char *rfile, int lf_days) argument
258 if ( algo == DK_ALGO_RSA || algo == DK_ALGO_RSASHA1 || algo == DK_ALGO_RSASHA256 || algo
629 dki_algo2str(int algo) argument
650 dki_algo2sstr(int algo) argument
[all...]

Completed in 680 milliseconds