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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dasn1pars.c380 ASN1_TYPE *atyp = NULL; local
394 atyp = ASN1_generate_nconf(genstr, cnf);
398 if (!atyp)
401 len = i2d_ASN1_TYPE(atyp, NULL);
411 i2d_ASN1_TYPE(atyp, &p);
413 ASN1_TYPE_free(atyp);
426 ASN1_TYPE_free(atyp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocks.c287 char atyp = '\0'; local
344 atyp = c;
348 switch (atyp)
382 if (atyp == '\x01' && addr != NULL)
490 int atyp; local
499 atyp = buf_read_u8 (buf);
500 if (atyp != 1) /* ATYP == 1 (IP V4) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dasn1pars.c380 ASN1_TYPE *atyp = NULL; local
394 atyp = ASN1_generate_nconf(genstr, cnf);
398 if (!atyp)
401 len = i2d_ASN1_TYPE(atyp, NULL);
411 i2d_ASN1_TYPE(atyp, &p);
413 ASN1_TYPE_free(atyp);
426 ASN1_TYPE_free(atyp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c393 ASN1_TYPE *atyp = NULL; local
409 atyp = ASN1_generate_nconf(genstr, cnf);
412 if (!atyp)
415 len = i2d_ASN1_TYPE(atyp, NULL);
425 i2d_ASN1_TYPE(atyp, &p);
427 ASN1_TYPE_free(atyp);
440 ASN1_TYPE_free(atyp);

Completed in 109 milliseconds