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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c196 char *uristr2, *l1, *l2, *tok, *name; local
215 uristr2 = strdup(uristr + strlen(PK11_URI_PREFIX));
216 if (uristr2 == NULL)
232 if (strstr(uristr2, ";;") != NULL || uristr2[0] == ';' ||
233 (strlen(uristr2) > 0 && uristr2[strlen(uristr2) - 1] == ';'))
236 tok = strtok_r(uristr2, ";", &l1);
331 free(uristr2);
[all...]

Completed in 684 milliseconds