PK11_URI_PREFIX
if (strncmp(str, PK11_URI_PREFIX, strlen(PK11_URI_PREFIX)) != 0)
if ((str2 = strdup(str + strlen(PK11_URI_PREFIX))) == NULL)