Home
last modified time | relevance | path

Searched refs:xtmp (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/evp/
Dpbe_scrypt.c110 uint32_t xtmp = X[i]; in scryptROMix() local
111 *pB++ = xtmp & 0xff; in scryptROMix()
112 *pB++ = (xtmp >> 8) & 0xff; in scryptROMix()
113 *pB++ = (xtmp >> 16) & 0xff; in scryptROMix()
114 *pB++ = (xtmp >> 24) & 0xff; in scryptROMix()
/third_party/openssl/crypto/srp/
Dsrp_lib.c180 BIGNUM *xtmp = NULL; in SRP_Calc_client_key() local
190 (xtmp = BN_new()) == NULL) in SRP_Calc_client_key()
193 BN_with_flags(xtmp, x, BN_FLG_CONSTTIME); in SRP_Calc_client_key()
195 if (!BN_mod_exp(tmp, g, xtmp, N, bn_ctx)) in SRP_Calc_client_key()
203 if (!BN_mul(tmp3, u, xtmp, bn_ctx)) in SRP_Calc_client_key()
215 BN_free(xtmp); in SRP_Calc_client_key()
/third_party/boringssl/src/crypto/x509/
Dx509_vfy.c165 X509 *xtmp = NULL; in lookup_cert_match() local
173 xtmp = sk_X509_value(certs, i); in lookup_cert_match()
174 if (!X509_cmp(xtmp, x)) in lookup_cert_match()
178 X509_up_ref(xtmp); in lookup_cert_match()
180 xtmp = NULL; in lookup_cert_match()
182 return xtmp; in lookup_cert_match()
187 X509 *x, *xtmp, *xtmp2, *chain_ss = NULL; in X509_verify_cert() local
274 ok = ctx->get_issuer(&xtmp, ctx, x); in X509_verify_cert()
284 X509_free(xtmp); in X509_verify_cert()
291 xtmp = find_issuer(ctx, sktmp, x); in X509_verify_cert()
[all …]
/third_party/openssl/crypto/x509/
Dx509_vfy.c129 X509 *xtmp = NULL; in lookup_cert_match() local
137 xtmp = sk_X509_value(certs, i); in lookup_cert_match()
138 if (!X509_cmp(xtmp, x)) in lookup_cert_match()
140 xtmp = NULL; in lookup_cert_match()
142 if (xtmp != NULL && !X509_up_ref(xtmp)) in lookup_cert_match()
143 xtmp = NULL; in lookup_cert_match()
145 return xtmp; in lookup_cert_match()
3022 X509 *xtmp = NULL; in build_chain() local
3060 ok = (depth < num) ? 0 : get_issuer(&xtmp, ctx, x); in build_chain()
3087 X509_free(xtmp); in build_chain()
[all …]
/third_party/skia/third_party/externals/freetype/
Dvms_make.com147 $ close/nolog xtmp
1266 $ open/read xtmp x.tmp
1268 $ read/end=end_xloop xtmp xline
1273 $ close xtmp
/third_party/freetype/
Dvms_make.com147 $ close/nolog xtmp
1266 $ open/read xtmp x.tmp
1268 $ read/end=end_xloop xtmp xline
1273 $ close xtmp
/third_party/flutter/skia/third_party/externals/freetype/
Dvms_make.com147 $ close/nolog xtmp
1266 $ open/read xtmp x.tmp
1268 $ read/end=end_xloop xtmp xline
1273 $ close xtmp
/third_party/openssl/ssl/
Dt1_lib.c2381 X509 *xtmp = sk_X509_value(chain, i); in tls1_check_chain() local
2382 if (ssl_check_ca_name(ca_dn, xtmp)) { in tls1_check_chain()