Home
last modified time | relevance | path

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

/openssl-master/crypto/srp/
A Dsrp_lib.c217 BIGNUM *xtmp = NULL; in SRP_Calc_client_key_ex() local
227 (xtmp = BN_new()) == NULL) in SRP_Calc_client_key_ex()
230 BN_with_flags(xtmp, x, BN_FLG_CONSTTIME); in SRP_Calc_client_key_ex()
232 if (!BN_mod_exp(tmp, g, xtmp, N, bn_ctx)) in SRP_Calc_client_key_ex()
240 if (!BN_mul(tmp3, u, xtmp, bn_ctx)) in SRP_Calc_client_key_ex()
252 BN_free(xtmp); in SRP_Calc_client_key_ex()
/openssl-master/providers/implementations/kdfs/
A Dscrypt.c380 uint32_t xtmp = X[i]; in scryptROMix() local
381 *pB++ = xtmp & 0xff; in scryptROMix()
382 *pB++ = (xtmp >> 8) & 0xff; in scryptROMix()
383 *pB++ = (xtmp >> 16) & 0xff; in scryptROMix()
384 *pB++ = (xtmp >> 24) & 0xff; in scryptROMix()
/openssl-master/crypto/x509/
A Dx509_vfy.c117 X509 *xtmp = NULL; in lookup_cert_match() local
129 xtmp = sk_X509_value(certs, i); in lookup_cert_match()
130 if (X509_cmp(xtmp, x) == 0) in lookup_cert_match()
132 xtmp = NULL; in lookup_cert_match()
134 ret = xtmp != NULL; in lookup_cert_match()
136 if (!X509_up_ref(xtmp)) in lookup_cert_match()
139 *result = xtmp; in lookup_cert_match()
/openssl-master/ssl/
A Dt1_lib.c2827 X509 *xtmp = sk_X509_value(chain, i); in tls1_check_chain() local
2828 if (ssl_check_ca_name(ca_dn, xtmp)) { in tls1_check_chain()

Completed in 17 milliseconds