Home
last modified time | relevance | path

Searched refs:SIG_DSA_SHA1_BASE64 (Results 1 – 3 of 3) sorted by last modified time

/dports/security/keynote/keynote-2.3/man/
H A Dkeynote.cat3443 SIG_RSA_MD5_HEX for RSA keys, SIG_DSA_SHA1_HEX and SIG_DSA_SHA1_BASE64
/dports/security/keynote/keynote-2.3/
H A Dkeynote.h55 #define SIG_DSA_SHA1_BASE64 "sig-dsa-sha1-base64:" macro
56 #define SIG_DSA_SHA1_BASE64_LEN strlen(SIG_DSA_SHA1_BASE64)
H A Dsignature.c206 if (!strncasecmp(SIG_DSA_SHA1_BASE64, sig, SIG_DSA_SHA1_BASE64_LEN)) in keynote_get_sig_algorithm()