Home
last modified time | relevance | path

Searched refs:DIGEST_ALGO (Results 1 – 12 of 12) sorted by relevance

/dports/security/akmos/akmos-0.7.2/src/cli/
H A Dmac.c52 #define DIGEST_ALGO AKMOS_ALGO_SHA2_256
165 opt->algo = DIGEST_ALGO;
/dports/security/gnupg1/gnupg-1.4.23/util/
H A Derrors.c57 X(DIGEST_ALGO ,N_("unknown digest algorithm")) in g10_errstr()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidconf.h1418 #define ZXID_XMLDSIG_DIGEST_ALGO DIGEST_ALGO
H A Dzx.h402 #define DIGEST_ALGO DIGEST_ALGO_SHA1 macro
H A Dzxsig.c191 if (!alg || !strcmp(alg, "")) return DIGEST_ALGO;
197 return DIGEST_ALGO;
/dports/net-im/dino/dino-0.2.2/plugins/gpgme-vala/vapi/
H A Dgpg-error.vapi61 DIGEST_ALGO,
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DzxidjniConstants.java63 public final static String DIGEST_ALGO = zxidjniJNI.DIGEST_ALGO_get();
/dports/net-im/dino/dino-0.2.2/plugins/crypto-vala/vapi/
H A Dgcrypt.vapi60 DIGEST_ALGO,
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML.pm2232 *DIGEST_ALGO = *Net::SAMLc::DIGEST_ALGO;
/dports/security/libksba/libksba-1.6.0/src/
H A DChangeLog-2011226 * keyinfo.c (algo_table_s): Replace the unused DIGEST_ALGO int by
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs4638 public static readonly string DIGEST_ALGO = zxidPINVOKE.DIGEST_ALGO_get(); field in zxid
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c46498 SWIG_STRING_CONSTANT(DIGEST_ALGO, "http://www.w3.org/2000/09/xmldsig#sha1");