Home
last modified time | relevance | path

Searched refs:tempargs (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/openssl/apps/
H A Dspeed.c643 unsigned char *buf = tempargs->buf; in EVP_Digest_MD2_loop()
660 unsigned char *buf = tempargs->buf; in EVP_Digest_MDC2_loop()
677 unsigned char *buf = tempargs->buf; in EVP_Digest_MD4_loop()
694 unsigned char *buf = tempargs->buf; in MD5_loop()
706 HMAC_CTX *hctx = tempargs->hctx; in HMAC_loop()
1053 RSA **rsa_key = tempargs->rsa_key; in RSA_sign_loop()
1073 RSA **rsa_key = tempargs->rsa_key; in RSA_verify_loop()
1096 DSA **dsa_key = tempargs->dsa_key; in DSA_sign_loop()
1116 DSA **dsa_key = tempargs->dsa_key; in DSA_verify_loop()
1138 EC_KEY **ecdsa = tempargs->ecdsa; in ECDSA_sign_loop()
[all …]
/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c10060 tree tempargs = copy_node (targs); in resolve_overloaded_unification() local
10106 good += try_one_overload (tparms, targs, tempargs, parm, in resolve_overloaded_unification()
10119 good += try_one_overload (tparms, targs, tempargs, parm, in resolve_overloaded_unification()
10135 if (TREE_VEC_ELT (tempargs, i)) in resolve_overloaded_unification()
10136 TREE_VEC_ELT (targs, i) = TREE_VEC_ELT (tempargs, i); in resolve_overloaded_unification()
10163 tree tempargs; in try_one_overload() local
10188 tempargs = make_tree_vec (nargs); in try_one_overload()
10190 if (unify (tparms, tempargs, parm, arg, sub_strict) != 0) in try_one_overload()
10197 tree elt = TREE_VEC_ELT (tempargs, i); in try_one_overload()
10206 TREE_VEC_ELT (tempargs, i) = NULL_TREE; in try_one_overload()
[all …]