Searched refs:sha224 (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_dsa_sig.c34 MD_CASE(sha224);
H A Dder_ec_sig.c35 MD_CASE(sha224);
H A Dder_rsa_sig.c48 MD_with_RSA_CASE(sha224, precompiled);
H A Dder_rsa_key.c28 * { OID id-sha224 PARAMETERS NULL }|
45 * sha224Identifier AlgorithmIdentifier ::= { id-sha224, NULL }
327 * { OID id-sha224 PARAMETERS NULL }|
338 OAEP_PSS_MD_CASE(sha224, hashalg);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tsig/
H A Dtests.sh25 sha224="hXfwwwiag2QGqblopofai9NuW28q/1rH4CaTnA=="
63 echo_i "fetching using hmac-sha224"
65 $DIG $DIGOPTS example.nil. -y "hmac-sha224:sha224:$sha224" @10.53.0.1 soa >dig.out.sha224 || ret=1
66 grep -i "sha224.*TSIG.*NOERROR" dig.out.sha224 >/dev/null || ret=1
126 echo_i "fetching using hmac-sha224 (trunc)"
128 $DIG $DIGOPTS example.nil. -y "hmac-sha224
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dsha2_prov.c67 IMPLEMENT_digest_functions(sha224, SHA256_CTX,
/netbsd-current/external/mpl/bind/dist/bin/tests/system/nsupdate/
H A Dsetup.sh81 $TSIGKEYGEN -a hmac-sha224 sha224-key >ns1/sha224.key
92 echo 'key "legacy-162" { algorithm "hmac-sha224"; secret "nSIKzFAGS7/tvBs8JteI+Q=="; };' >ns1/legacy162.key
H A Dclean.sh33 rm -f ns1/md5.key ns1/sha1.key ns1/sha224.key ns1/sha256.key ns1/sha384.key
H A Dtests.sh1067 ALGS="md5 sha1 sha224 sha256 sha384 sha512"
1069 ALGS="sha1 sha224 sha256 sha384 sha512"
1091 for alg in md5 sha1 sha224 sha256 sha384 sha512; do
1100 for alg in md5 sha1 sha224 sha256 sha384 sha512; do
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_sign.c140 ENCODE_DIGESTINFO_SHA(sha224, 0x04, SHA224_DIGEST_LENGTH)
174 MD_CASE(sha224)
214 MD_NID_CASE(sha224, SHA224_DIGEST_LENGTH)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dmd.c174 md_register_algorithm(sha224); variable
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rndc/
H A Dsetup.sh52 make_key 3 ${EXTRAPORT3} hmac-sha224
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dmd.c184 md_register_algorithm(sha224); variable
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Dhash_test.c224 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634");
227 isc_sha224_t sha224; local
334 isc_sha224_init(&sha224);
336 isc_sha224_update(&sha224,
340 isc_sha224_final(digest, &sha224);
345 * isc_sha224_final(&sha224, digest);
357 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634");
477 * isc_sha224_final(&sha224, digest);
489 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634");
623 * isc_sha224_final(&sha224, diges
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dlegacy_sha.c57 IMPLEMENT_LEGACY_EVP_MD_METH(sha224, SHA224)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dsha.d92 auto sha224 = new SHA224Digest();
93 ubyte[] hash224 = sha224.digest("abc");
902 SHA224 sha224;
903 sha224.put(cast(ubyte[])"abcdef");
904 sha224.start();
905 sha224.put(cast(ubyte[])"");
906 assert(sha224.finish() == cast(ubyte[]) x"d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f");
1225 auto sha224 = new SHA224Digest();
1226 ubyte[] hash224 = sha224.digest("abc");
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dsha.d92 auto sha224 = new SHA224Digest();
93 ubyte[] hash224 = sha224.digest("abc");
851 SHA224 sha224;
852 sha224.put(cast(ubyte[])"abcdef");
853 sha224.start();
854 sha224.put(cast(ubyte[])"");
855 assert(sha224.finish() == cast(ubyte[]) hexString!"d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f");
1178 auto sha224 = new SHA224Digest();
1179 ubyte[] hash224 = sha224.digest("abc");
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dopenssl_crypto.c640 static const pgp_hash_t sha224 = { variable
653 *hash = sha224;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp73 #include <sha224.h>
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dhmac_link.c518 hmac_register_algorithm(sha224); variable
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dhmac_link.c524 hmac_register_algorithm(sha224); variable

Completed in 315 milliseconds