Searched refs:etmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c138 tag_exp_type *etmp; local
214 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
215 i < asn1_tags.exp_count; i++, etmp--) {
217 len += etmp->exp_pad;
218 etmp->exp_len = len;
220 len = ASN1_object_size(0, len, etmp->exp_tag);
235 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
236 i++, etmp++) {
237 ASN1_put_object(&p, etmp->exp_constructed, etmp
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c335 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
446 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
521 BIO_get_cipher_ctx(etmp, &evp_ctx);
568 out = etmp;
570 BIO_push(out, etmp);
571 etmp = NULL;
608 if (etmp != NULL)
609 BIO_free_all(etmp);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c509 struct partition_entry *e, *etmp; local
514 TAILQ_FOREACH_SAFE(e, &partition_tbl, link, etmp)

Completed in 124 milliseconds