Searched refs:algo (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/ |
H A D | writekey.sh | 25 algo=`echo $file | awk -F+ '{ print $2 }'` 30 echo 'algo: ' $algo 42 if [ "$algo" != "005" ] ; then
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | dki.c | 86 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...] |
H A D | dki.h | 107 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 D | zkt.c | 121 printf ("%-7s", dki_algo2sstr(dkp->algo));
|
H A D | rollover.c | 328 // verbmesg (2, z, "kskrollover: remove parentfile and rename old key to k<zone>+<algo>+<tag>.key\n"); 330 ksk->name, ksk->algo, ksk->tag);
|
Completed in 31 milliseconds