Searched refs:xtmp (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c98 X509 *x, *xtmp, *chain_ss = NULL; local
151 xtmp = find_issuer(ctx, sktmp, x);
152 if (xtmp != NULL) {
153 if (!sk_X509_push(ctx->chain, xtmp)) {
157 CRYPTO_add(&xtmp->references, 1, CRYPTO_LOCK_X509);
158 (void)sk_X509_delete_ptr(sktmp, xtmp);
160 x = xtmp;
191 ok = ctx->get_issuer(&xtmp, ctx, x);
192 if ((ok <= 0) || X509_cmp(x, xtmp)) {
197 X509_free(xtmp);
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c299 X509 *xtmp = NULL; local
312 if ((xtmp =
319 if ((dtmp = X509_get_pubkey(xtmp)) == NULL)
324 X509_free(xtmp);
338 X509 *xtmp = NULL; local
355 if ((xtmp =
362 if ((dtmp = X509_get_pubkey(xtmp)) == NULL)
367 X509_free(xtmp);

Completed in 54 milliseconds