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

/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_gen.c143 tag_exp_type *etmp; local
218 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
219 i < asn1_tags.exp_count; i++, etmp--) {
221 len += etmp->exp_pad;
222 etmp->exp_len = len;
224 len = ASN1_object_size(0, len, etmp->exp_tag);
237 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
238 i++, etmp++) {
239 ASN1_put_object(&p, etmp->exp_constructed, etmp
[all...]
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_doit.c428 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
514 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
560 BIO_get_cipher_ctx(etmp, &evp_ctx);
603 out = etmp;
605 BIO_push(out, etmp);
606 etmp = NULL;
631 if (etmp != NULL)
632 BIO_free_all(etmp);
/openbsd-current/usr.sbin/eigrpd/
H A Deigrpd.c636 struct eigrp *eigrp, *etmp, *xe; local
646 TAILQ_FOREACH_SAFE(eigrp, &conf->instances, entry, etmp) {
664 TAILQ_FOREACH_SAFE(xe, &xconf->instances, entry, etmp) {

Completed in 164 milliseconds