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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A Dcexcept.h200 volatile struct { etype etmp; } v; \
203 /* etmp must be volatile because the application might use automatic */
204 /* storage for the_exception_context, and etmp is modified between */
231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0))
245 the_exception_context->v.etmp =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1_gen.c153 tag_exp_type *etmp; local
234 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
235 i < asn1_tags.exp_count; i++, etmp--) {
237 len += etmp->exp_pad;
238 etmp->exp_len = len;
240 len = ASN1_object_size(0, len, etmp->exp_tag);
255 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
256 i++, etmp++) {
257 ASN1_put_object(&p, etmp->exp_constructed, etmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_gen.c139 tag_exp_type *etmp; local
218 for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; 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; i++, etmp++)
239 ASN1_put_object(&p, etmp->exp_constructed, etmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1_gen.c153 tag_exp_type *etmp; local
234 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
235 i < asn1_tags.exp_count; i++, etmp--) {
237 len += etmp->exp_pad;
238 etmp->exp_len = len;
240 len = ASN1_object_size(0, len, etmp->exp_tag);
255 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
256 i++, etmp++) {
257 ASN1_put_object(&p, etmp->exp_constructed, etmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_doit.c335 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL; local
428 if ((etmp=BIO_new(BIO_f_cipher())) == NULL)
500 BIO_get_cipher_ctx(etmp,&evp_ctx);
524 out=etmp;
526 BIO_push(out,etmp);
527 etmp=NULL;
565 if (etmp != NULL) BIO_free_all(etmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_doit.c420 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
534 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
584 BIO_get_cipher_ctx(etmp, &evp_ctx);
634 out = etmp;
636 BIO_push(out, etmp);
637 etmp = NULL;
684 if (etmp != NULL)
685 BIO_free_all(etmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c420 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
534 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
584 BIO_get_cipher_ctx(etmp, &evp_ctx);
634 out = etmp;
636 BIO_push(out, etmp);
637 etmp = NULL;
684 if (etmp != NULL)
685 BIO_free_all(etmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c695 char etmp[20]; local
700 if (len > (int)(sizeof(etmp) - 1))
702 memcpy(etmp, elem, len);
703 etmp[len] = 0;
704 nid = EC_curve_nist2nid(etmp);
706 nid = OBJ_sn2nid(etmp);
708 nid = OBJ_ln2nid(etmp);
4030 char etmp[20], *p; local
4036 if (len > (int)(sizeof(etmp) - 1))
4038 memcpy(etmp, ele
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c695 char etmp[20]; local
700 if (len > (int)(sizeof(etmp) - 1))
702 memcpy(etmp, elem, len);
703 etmp[len] = 0;
704 nid = EC_curve_nist2nid(etmp);
706 nid = OBJ_sn2nid(etmp);
708 nid = OBJ_ln2nid(etmp);
4030 char etmp[20], *p; local
4036 if (len > (int)(sizeof(etmp) - 1))
4038 memcpy(etmp, ele
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.c543 struct constraint_expr *e, *etmp; local
554 etmp = e;
556 kfree(etmp);
568 etmp = e;
570 kfree(etmp);

Completed in 214 milliseconds