Home
last modified time | relevance | path

Searched refs:ntmp (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_info.c122 char objtmp[80], *ntmp; variable
137 ntmp = OPENSSL_malloc(nlen);
138 if (ntmp == NULL)
140 BUF_strlcpy(ntmp, objtmp, nlen);
141 BUF_strlcat(ntmp, " - ", nlen);
142 BUF_strlcat(ntmp, vtmp->name, nlen);
144 vtmp->name = ntmp;
Dv3_utl.c328 char *ntmp, *vtmp; in STACK_OF() local
339 ntmp = NULL; in STACK_OF()
349 ntmp = strip_spaces(q); in STACK_OF()
350 if (!ntmp) { in STACK_OF()
357 ntmp = strip_spaces(q); in STACK_OF()
360 printf("%s\n", ntmp); in STACK_OF()
362 if (!ntmp) { in STACK_OF()
366 X509V3_add_value(ntmp, NULL, &values); in STACK_OF()
376 printf("%s\n", ntmp); in STACK_OF()
382 X509V3_add_value(ntmp, vtmp, &values); in STACK_OF()
[all …]
Dv3_crld.c481 X509_NAME ntmp; in print_distpoint() local
482 ntmp.entries = dpn->name.relativename; in print_distpoint()
484 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()