Home
last modified time | relevance | path

Searched refs:DIGEST_ALGO_SHA384 (Results 1 – 19 of 19) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/common/
H A Dcompliance.c103 log_assert ((int) GCRY_MD_SHA384 == (int) DIGEST_ALGO_SHA384); in gnupg_initialize_compliance()
463 case DIGEST_ALGO_SHA384: in gnupg_digest_is_compliant()
496 case DIGEST_ALGO_SHA384: in gnupg_digest_is_allowed()
H A Dopenpgpdefs.h184 DIGEST_ALGO_SHA384 = 9, enumerator
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dcardglue.h181 #define GCRY_MD_SHA384 DIGEST_ALGO_SHA384
H A Dgpg.c4173 md_enable( md, DIGEST_ALGO_SHA384 ); in print_mds()
4196 print_hashline( md, DIGEST_ALGO_SHA384, fname ); in print_mds()
4213 print_hex( md, DIGEST_ALGO_SHA384, fname ); in print_mds()
H A Darmor.c1076 buf[n++] = DIGEST_ALGO_SHA384; in armor_filter()
H A Dsign.c356 return DIGEST_ALGO_SHA384; in match_dsa_hash()
H A Dkeygen.c358 if (!check_digest_algo (DIGEST_ALGO_SHA384)) in keygen_set_std_prefs()
/dports/security/gnupg1/gnupg-1.4.23/include/
H A Dcipher.h68 #define DIGEST_ALGO_SHA384 9 macro
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dmisc.c847 case DIGEST_ALGO_SHA384: return GCRY_MD_SHA384; in map_md_openpgp_to_gcry()
849 case DIGEST_ALGO_SHA384: return 0; in map_md_openpgp_to_gcry()
889 case DIGEST_ALGO_SHA384: return "SHA384"; in openpgp_md_algo_name()
H A Decdh.c42 { 384, DIGEST_ALGO_SHA384, CIPHER_ALGO_AES256 },
H A Darmor.c1334 buf[n++] = DIGEST_ALGO_SHA384; in armor_filter()
H A Dsign.c614 return DIGEST_ALGO_SHA384; in match_dsa_hash()
H A Dkeygen.c423 if (!openpgp_md_test_algo (DIGEST_ALGO_SHA384)) in keygen_set_std_prefs()
437 if (!openpgp_md_test_algo (DIGEST_ALGO_SHA384)) in keygen_set_std_prefs()
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Dmd.c101 if (!new_list_item (DIGEST_ALGO_SHA384, sha384_get_info)) in load_digest_module()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzx.h396 #define DIGEST_ALGO_SHA384 "http://www.w3.org/2001/04/xmldsig-more#sha384" macro
H A Dzxsig.c60 …if (strstr(spec, "sha384") || strstr(spec, "SHA384")) if (dsp) *dsp = DIGEST_ALGO_SHA384; return "… in zxsig_extract_hash_algo()
195 if (!strcmp(alg, "sha384WithRSAEncryption")) return DIGEST_ALGO_SHA384;
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DzxidjniConstants.java58 public final static String DIGEST_ALGO_SHA384 = zxidjniJNI.DIGEST_ALGO_SHA384_get();
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML.pm2227 *DIGEST_ALGO_SHA384 = *Net::SAMLc::DIGEST_ALGO_SHA384;
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c46493 SWIG_STRING_CONSTANT(DIGEST_ALGO_SHA384, "http://www.w3.org/2001/04/xmldsig-more#sha384");