| /src/crypto/external/apache2/openssl/dist/apps/ |
| asn1parse.c | 336 ASN1_TYPE *atyp = NULL; local 349 atyp = ASN1_generate_nconf(genstr, cnf); 353 if (atyp == NULL) 356 len = i2d_ASN1_TYPE(atyp, NULL); 366 i2d_ASN1_TYPE(atyp, &p); 368 ASN1_TYPE_free(atyp); 373 ASN1_TYPE_free(atyp);
|
| s_client.c | 2868 ASN1_TYPE *atyp = NULL; local 2896 atyp = ASN1_generate_nconf(genstr, cnf); 2897 if (atyp == NULL || atyp->type != V_ASN1_SEQUENCE) { 2899 ASN1_TYPE_free(atyp); 2906 BIO_write(sbio, atyp->value.sequence->data, 2907 atyp->value.sequence->length); 2909 ASN1_TYPE_free(atyp);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| asn1parse.c | 324 ASN1_TYPE *atyp = NULL; local 337 atyp = ASN1_generate_nconf(genstr, cnf); 341 if (atyp == NULL) 344 len = i2d_ASN1_TYPE(atyp, NULL); 354 i2d_ASN1_TYPE(atyp, &p); 356 ASN1_TYPE_free(atyp); 361 ASN1_TYPE_free(atyp);
|
| s_client.c | 2624 ASN1_TYPE *atyp = NULL; local 2652 atyp = ASN1_generate_nconf(genstr, cnf); 2653 if (atyp == NULL) { 2661 BIO_write(sbio, atyp->value.sequence->data, 2662 atyp->value.sequence->length); 2664 ASN1_TYPE_free(atyp);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| asn1pars.c | 316 ASN1_TYPE *atyp = NULL; local 329 atyp = ASN1_generate_nconf(genstr, cnf); 333 if (atyp == NULL) 336 len = i2d_ASN1_TYPE(atyp, NULL); 346 i2d_ASN1_TYPE(atyp, &p); 348 ASN1_TYPE_free(atyp); 353 ASN1_TYPE_free(atyp);
|
| s_client.c | 2673 ASN1_TYPE *atyp = NULL; local 2700 atyp = ASN1_generate_nconf(genstr, cnf); 2701 if (atyp == NULL) { 2709 BIO_write(sbio, atyp->value.sequence->data, 2710 atyp->value.sequence->length); 2712 ASN1_TYPE_free(atyp);
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| usage.c | 987 char const * atyp; local 995 atyp = at->pzOpt; 998 case OPARG_TYPE_NONE: atyp = at->pzNo; break; 999 case OPARG_TYPE_ENUMERATION: atyp = at->pzKey; break; 1000 case OPARG_TYPE_FILE: atyp = at->pzFile; break; 1001 case OPARG_TYPE_MEMBERSHIP: atyp = at->pzKeyL; break; 1002 case OPARG_TYPE_BOOLEAN: atyp = at->pzBool; break; 1003 case OPARG_TYPE_NUMERIC: atyp = at->pzNum; break; 1004 case OPARG_TYPE_HIERARCHY: atyp = at->pzNest; break; 1005 case OPARG_TYPE_STRING: atyp = at->pzStr; break [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/crmf/ |
| crmf_lib.c | 41 * atyp = Attribute Type 45 #define IMPLEMENT_CRMF_CTRL_FUNC(atyp, valt, ctrlinf) \ 46 valt *OSSL_CRMF_MSG_get0_##ctrlinf##_##atyp(const OSSL_CRMF_MSG *msg) \ 57 if (OBJ_obj2nid(atav->type) == NID_id_##ctrlinf##_##atyp) \ 58 return atav->value.atyp; \ 63 int OSSL_CRMF_MSG_set1_##ctrlinf##_##atyp(OSSL_CRMF_MSG *msg, const valt *in) \ 71 if ((atav->type = OBJ_nid2obj(NID_id_##ctrlinf##_##atyp)) == NULL) \ 73 if ((atav->value.atyp = valt##_dup(in)) == NULL) \
|
| /src/crypto/external/apache2/openssl/dist/crypto/crmf/ |
| crmf_lib.c | 44 * atyp = Attribute Type 48 #define IMPLEMENT_CRMF_CTRL_FUNC(atyp, valt, ctrlinf) \ 49 valt *OSSL_CRMF_MSG_get0_##ctrlinf##_##atyp(const OSSL_CRMF_MSG *msg) \ 60 if (OBJ_obj2nid(atav->type) == NID_id_##ctrlinf##_##atyp) \ 61 return atav->value.atyp; \ 66 int OSSL_CRMF_MSG_set1_##ctrlinf##_##atyp(OSSL_CRMF_MSG *msg, const valt *in) \ 74 if ((atav->type = OBJ_nid2obj(NID_id_##ctrlinf##_##atyp)) == NULL) \ 76 if ((atav->value.atyp = valt##_dup(in)) == NULL) \
|
| /src/crypto/external/bsd/openssh/dist/ |
| channels.c | 1665 u_int8_t atyp; member in struct:__anon1092 1717 switch (s5_req.atyp){ 1731 debug2("channel %d: bad socks5 atyp %d", c->self, s5_req.atyp); 1735 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) 1741 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) { 1754 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) { 1774 s5_rsp.atyp = SSH_SOCKS5_IPV4;
|