Home
last modified time | relevance | path

Searched refs:DIGEST_ALGO_SHA224 (Results 1 – 20 of 20) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/common/
H A Dcompliance.c105 log_assert ((int) GCRY_MD_SHA224 == (int) DIGEST_ALGO_SHA224); in gnupg_initialize_compliance()
500 case DIGEST_ALGO_SHA224: in gnupg_digest_is_allowed()
H A Dopenpgpdefs.h186 DIGEST_ALGO_SHA224 = 11, enumerator
H A DChangeLog-2011.include48 * cipher.h (DIGEST_ALGO_SHA224): Define it.
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dcardglue.h183 #define GCRY_MD_SHA224 DIGEST_ALGO_SHA224
H A Dsig-check.c312 && sig->digest_algo==DIGEST_ALGO_SHA224) in do_check()
330 result=pkcs1_encode_md(digest,DIGEST_ALGO_SHA224,28, in do_check()
H A Dgpg.c4169 md_enable( md, DIGEST_ALGO_SHA224 ); in print_mds()
4192 print_hashline( md, DIGEST_ALGO_SHA224, fname ); in print_mds()
4209 print_hex( md, DIGEST_ALGO_SHA224, fname ); in print_mds()
H A Darmor.c1072 buf[n++] = DIGEST_ALGO_SHA224; in armor_filter()
H A Dsign.c350 return DIGEST_ALGO_SHA224; in match_dsa_hash()
H A Dkeygen.c364 if (!check_digest_algo (DIGEST_ALGO_SHA224)) in keygen_set_std_prefs()
/dports/security/gnupg1/gnupg-1.4.23/include/
H A Dcipher.h70 #define DIGEST_ALGO_SHA224 11 macro
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dmisc.c839 case DIGEST_ALGO_SHA224: return GCRY_MD_SHA224; in map_md_openpgp_to_gcry()
841 case DIGEST_ALGO_SHA224: return 0; in map_md_openpgp_to_gcry()
891 case DIGEST_ALGO_SHA224: return "SHA224"; in openpgp_md_algo_name()
H A Darmor.c1330 buf[n++] = DIGEST_ALGO_SHA224; in armor_filter()
H A Dsign.c608 return DIGEST_ALGO_SHA224; in match_dsa_hash()
H A Dkeygen.c444 if (!openpgp_md_test_algo (DIGEST_ALGO_SHA224)) in keygen_set_std_prefs()
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Dmd.c107 if (!new_list_item (DIGEST_ALGO_SHA224, sha224_get_info)) in load_digest_module()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzx.h394 #define DIGEST_ALGO_SHA224 "http://www.w3.org/2001/04/xmldsig-more#sha224" macro
H A Dzxsig.c58 …if (strstr(spec, "sha224") || strstr(spec, "SHA224")) if (dsp) *dsp = DIGEST_ALGO_SHA224; return "… in zxsig_extract_hash_algo()
193 if (!strcmp(alg, "sha224WithRSAEncryption")) return DIGEST_ALGO_SHA224;
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DzxidjniConstants.java56 public final static String DIGEST_ALGO_SHA224 = zxidjniJNI.DIGEST_ALGO_SHA224_get();
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML.pm2225 *DIGEST_ALGO_SHA224 = *Net::SAMLc::DIGEST_ALGO_SHA224;
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c46491 SWIG_STRING_CONSTANT(DIGEST_ALGO_SHA224, "http://www.w3.org/2001/04/xmldsig-more#sha224");