HomeSort by: relevance | last modified time | path
    Searched refs:digest_init (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
digest.h 75 int digest_init(digest_t */*digest*/, const uint32_t /*hashalg*/);
digest.c 104 digest_init(digest_t *hash, const uint32_t hashalg) function
pgpsum.c 146 digest_init(&hash, (const unsigned)hashalg);
libverify.c 812 digest_init(&fphash, (unsigned)fingerprint->hashalg);
824 digest_init(&fphash, (unsigned)fingerprint->hashalg);
  /src/crypto/external/bsd/netpgp/dist/src/libdigest/
digest.h 86 int digest_init(digest_t */*digest*/, const uint32_t /*hashalg*/);
digest.c 188 digest_init(digest_t *hash, const uint32_t hashalg) function
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
pgpsum.c 130 digest_init(&hash, (const unsigned)hashalg);
libverify.c 445 digest_init(&fphash, (unsigned)fingerprint->hashalg);
457 digest_init(&fphash, (unsigned)fingerprint->hashalg);
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 522 static int digest_init(EVP_MD_CTX *ctx) function
601 if (!digest_init(to)) {
678 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init)
  /src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 733 static int digest_init(EVP_MD_CTX *ctx) function
811 if (!digest_init(to)) {
936 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init)
  /src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c 746 static int digest_init(EVP_MD_CTX *ctx) function
830 if (!digest_init(to)) {
954 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init)
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 401 /* FIXME the class and array cases should just use digest_init once it is
1097 init = digest_init (type, init, tf_warning_or_error);
2123 init = digest_init (type, init, complain);
3689 vecinit = digest_init (arraytype, vecinit, complain);
3761 ie = digest_init (type, ie, complain);
3963 digest_init clobber them in place. */
4581 brace-enclosed initializers. In this case, digest_init and
4585 init = digest_init (atype, init, complain);
4743 digest_init, so we shouldn't try to do anything more. */
typeck2.cc 653 we just built in digest_init. */
1400 digest_init (tree type, tree init, tsubst_flags_t complain)
2052 Each element is converted to the right type through digest_init, and
1397 digest_init (tree type, tree init, tsubst_flags_t complain) function
call.cc 8759 expr = get_target_expr (digest_init (totype, expr, complain),
11706 init = digest_init (basetype, init, complain);
11757 ctor = digest_init (basetype, ctor, complain);
typeck.cc 9762 newrhs = digest_init (lhstype, newrhs, complain);
9775 newrhs = digest_init (lhstype, newrhs, complain);
tree.cc 798 return digest_init (inner_type, empty, complain);
841 /* We built any needed constructor calls in digest_init. */
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 401 /* FIXME the class and array cases should just use digest_init once it is
1066 init = digest_init (type, init, tf_warning_or_error);
2095 init = digest_init (type, init, complain);
3660 vecinit = digest_init (arraytype, vecinit, complain);
3743 ie = digest_init (type, ie, complain);
3943 digest_init clobber them in place. */
4470 brace-enclosed initializers. In this case, digest_init and
4474 init = digest_init (atype, init, complain);
4625 digest_init, so we shouldn't try to do anything more. */
typeck2.cc 650 we just built in digest_init. */
1366 digest_init (tree type, tree init, tsubst_flags_t complain)
1938 Each element is converted to the right type through digest_init, and
1363 digest_init (tree type, tree init, tsubst_flags_t complain) function
call.cc 8128 expr = get_target_expr_sfinae (digest_init (totype, expr, complain),
11032 init = digest_init (basetype, init, complain);
11085 ctor = digest_init (basetype, ctor, complain);
tree.cc 762 return digest_init (inner_type, empty, complain);
807 /* We built any needed constructor calls in digest_init. */
typeck.cc 9280 newrhs = digest_init (lhstype, newrhs, complain);
9293 newrhs = digest_init (lhstype, newrhs, complain);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
core_dispatch.h 320 OSSL_CORE_MAKE_FUNC(int, digest_init, (void *dctx, const OSSL_PARAM params[]))
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core_dispatch.h 288 OSSL_CORE_MAKE_FUNC(int, digest_init, (void *dctx, const OSSL_PARAM params[]))
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 118 static tree digest_init (location_t, tree, tree, tree, bool, bool, bool, bool,
6486 t = digest_init (loc, type, t,
8388 value = digest_init (init_loc, type, init, origtype, npc, int_const_expr,
8739 digest_init (location_t init_loc, tree type, tree init, tree origtype,
10673 this initializer processing goes through digest_init again at the
10681 new_value = digest_init (loc, type, new_value, origtype, npc,
10708 /* digest_init has already carried out the additional checks
8713 digest_init (location_t init_loc, tree type, tree init, tree origtype, function
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 112 static tree digest_init (location_t, tree, tree, tree, bool, bool, int);
6000 t = digest_init (loc, type, t,
7803 value = digest_init (init_loc, type, init, origtype, npc,
7992 digest_init (location_t init_loc, tree type, tree init, tree origtype,
9122 diagnosed in digest_init. */
9844 new_value = digest_init (loc, type, new_value, origtype, npc, strict_string,
10285 Those are diagnosed in digest_init. */
7968 digest_init (location_t init_loc, tree type, tree init, tree origtype, function

Completed in 118 milliseconds

1 2