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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.h74 /* # define KSK_ALGO (DK_ALGO_RSASHA1) KSK_ALGO renamed to KEY_ALGO (v0.99) */
75 # define KEY_ALGO (DK_ALGO_RSASHA1) /* general KEY_ALGO used for both ksk and zsk */
79 /* # define ZSK_ALGO (DK_ALGO_RSASHA1) ZSK_ALGO has to be the same as KSK, so this is no longer used (v0.99) */
H A Ddki.h62 # define DK_ALGO_RSASHA1 5 /* RFC3110 */ macro
H A Ddki.c258 if ( algo == DK_ALGO_RSA || algo == DK_ALGO_RSASHA1 || algo == DK_ALGO_RSASHA256 || algo == DK_ALGO_RSASHA512 )
637 case DK_ALGO_RSASHA1: return ("RSASHA1");
658 case DK_ALGO_RSASHA1: return ("RSASHA1");

Completed in 38 milliseconds