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

/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c103 tag_exp_type *etmp; local
184 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
185 i < asn1_tags.exp_count; i++, etmp--) {
187 len += etmp->exp_pad;
188 etmp->exp_len = len;
190 len = ASN1_object_size(0, len, etmp->exp_tag);
205 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
206 i++, etmp++) {
207 ASN1_put_object(&p, etmp->exp_constructed, etmp
[all...]
/freebsd-13-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c362 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
467 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
518 BIO_get_cipher_ctx(etmp, &evp_ctx);
561 out = etmp;
563 BIO_push(out, etmp);
564 etmp = NULL;
589 BIO_free_all(etmp);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_lib.c388 char etmp[20]; local
393 if (len > (int)(sizeof(etmp) - 1))
395 memcpy(etmp, elem, len);
396 etmp[len] = 0;
397 nid = EC_curve_nist2nid(etmp);
399 nid = OBJ_sn2nid(etmp);
401 nid = OBJ_ln2nid(etmp);
1961 char etmp[TLS_MAX_SIGSTRING_LEN], *p; local
1967 if (len > (int)(sizeof(etmp) - 1))
1969 memcpy(etmp, ele
[all...]
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c505 struct partition_entry *e, *etmp; local
510 TAILQ_FOREACH_SAFE(e, &partition_tbl, link, etmp)

Completed in 289 milliseconds