Home
last modified time | relevance | path

Searched refs:digest_init (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Ddigest.h75 int digest_init(digest_t */*digest*/, const uint32_t /*hashalg*/);
H A Ddigest.c104 digest_init(digest_t *hash, const uint32_t hashalg) in digest_init() function
H A Dpgpsum.c146 digest_init(&hash, (const unsigned)hashalg); in calcsum()
H A Dlibverify.c812 digest_init(&fphash, (unsigned)fingerprint->hashalg); in pgpv_calc_fingerprint()
824 digest_init(&fphash, (unsigned)fingerprint->hashalg); in pgpv_calc_fingerprint()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libdigest/
H A Ddigest.h86 int digest_init(digest_t */*digest*/, const uint32_t /*hashalg*/);
H A Ddigest.c188 digest_init(digest_t *hash, const uint32_t hashalg) in digest_init() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_devcrypto.c522 static int digest_init(EVP_MD_CTX *ctx) in digest_init() function
601 if (!digest_init(to)) { in digest_copy()
678 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init) in prepare_digest_methods()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dpgpsum.c130 digest_init(&hash, (const unsigned)hashalg); in calcsum()
H A Dlibverify.c445 digest_init(&fphash, (unsigned)fingerprint->hashalg); in pgpv_calc_fingerprint()
457 digest_init(&fphash, (unsigned)fingerprint->hashalg); in pgpv_calc_fingerprint()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c746 static int digest_init(EVP_MD_CTX *ctx) in digest_init() function
830 if (!digest_init(to)) { in digest_copy()
954 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init) in prepare_digest_methods()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c872 init = digest_init (type, init, tf_warning_or_error); in perform_member_init()
1871 init = digest_init (type, init, complain); in expand_default_init()
3575 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
3638 ie = digest_init (type, ie, complain); in build_new_1()
4320 init = digest_init (atype, init, complain); in build_vec_init()
H A Dtypeck2.c1386 digest_init (tree type, tree init, tsubst_flags_t complain) in digest_init() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc1066 init = digest_init (type, init, tf_warning_or_error); in perform_member_init()
2095 init = digest_init (type, init, complain); in expand_default_init()
3658 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
3715 ie = digest_init (type, ie, complain); in build_new_1()
4446 init = digest_init (atype, init, complain); in build_vec_init()
H A DChangeLog-200544 * typeck2.c (digest_init): Use COMPOUND_LITERAL_P.
675 * typeck2.c (digest_init): Remove reference to "signature pointer"
1457 * call.c (convert_default_arg): Update call to digest_init.
1461 (finish_compound_literal, digest_init): Update declaration.
1472 * decl2.c (grokfield): Update calls to digest_init.
1478 (expand_default_init): Update call to digest_init.
1487 * semantics.c (finish_compound_literal): Update call to digest_init.
1494 to digest_init.
1495 (digest_init): Rewrite.
H A DChangeLog-20081350 * typeck2.c (digest_init): Support char16_t and char32_t.
1541 * init.c (expand_default_init): Only do digest_init for aggregates.
1553 (digest_init): Likewise.
1621 * typeck2.c (digest_init): Likewise.
1833 * typeck2.c (digest_init): Use CONVERT_EXPR_P.
2376 * typeck2.c (digest_init): Fix calls for SFINAE.
H A DChangeLog-2002620 * decl2.c (grokfield): Do not call digest_init when processing
1287 * typeck2.c (store_init_value): Don't try to handle digest_init
1289 (digest_init): Tidy handling of brace-enclosed initializers.
3926 * typeck2.c (digest_init): Do handle values of vector type.
3928 * typeck2.c (digest_init, process_init_constructor): Treat vectors
4083 * typeck2.c (digest_init): Make sure non-array core type is
4566 * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
H A DChangeLog-1995304 * typeck2.c (digest_init): Always convert initializers to the
1277 * typeck2.c (digest_init): Check TYPE_NON_AGGREGATE_CLASS for
1440 * sig.c (build_signature_table_constructor): Don't call digest_init
1445 the way digest_init does, digest_init can't handle initializing an
2867 * typeck2.c (digest_init): Cope with extra braces.
H A DChangeLog-1994946 * typeck2.c (digest_init): Likewise.
1963 * typeck2.c (digest_init): Handle initializing a pmf with an
2485 * typeck2.c (digest_init): Pedwarn about string initializer being
2500 * typeck2.c (digest_init): Make sure we check for signed and
3336 * typeck2.c (digest_init): Lose code for special handling of unions.
4001 * typeck2.c (digest_init): Likewise.
4003 digest_init.
4004 * typeck2.c (digest_init): Do default_conversions on init value, if
H A DChangeLog-2007693 * typeck2.c (digest_init): Call cplus_expand_constant after
741 * typeck2.c (digest_init): Call cplus_expand_constant after
774 * typeck2.c (digest_init): Call cplus_expand_constant after
2231 * typeck2.c (digest_init): Allow brace-enclosed initializers for
H A DChangeLog-1996202 * typeck2.c (digest_init): Likewise for { }.
358 * typeck2.c (digest_init): Allow pmfs down into
620 digest_init.
1467 * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
1960 digest_init once on an initializer, we do this just checking
H A DChangeLog-1993506 * cp-type2.c (digest_init): Likewise.
H A Dtypeck2.cc1363 digest_init (tree type, tree init, tsubst_flags_t complain) in digest_init() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog387 (digest_init): Pass ic_init_const to convert_for_assignment for
1326 (digest_init): Likewise.
1826 (digest_init): Only allow by-element initialization of vectors
2232 (digest_init): Same.
2474 * c-typeck.c (digest_init): Revised the error message produced for
2790 * c-typeck.c (digest_init): Shorten overlength strings.
3128 perform_integral_promotions, digest_init): Replace Yoda conditions
3346 (digest_init): Don't call decl_constant_value_for_optimization.
6011 * c-typeck.c (digest_init): Pass OPT_Wpedantic to pedwarn_init.
6214 * c-typeck.c (digest_init): Call pedwarn_init with OPT_Wpedantic
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h288 OSSL_CORE_MAKE_FUNC(int, digest_init, (void *dctx, const OSSL_PARAM params[]))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c108 static tree digest_init (location_t, tree, tree, tree, bool, bool, int);
5864 t = digest_init (loc, type, t, in build_c_cast()
7608 value = digest_init (init_loc, type, init, origtype, npc, in store_init_value()
7796 digest_init (location_t init_loc, tree type, tree init, tree origtype, in digest_init() function
9634 new_value = digest_init (loc, type, new_value, origtype, npc, strict_string, in output_init_element()

123