Lines Matching defs:comments
1559 char **comments = NULL;
1601 count = pkcs11_add_provider(canonical_provider, pin, &keys, &comments);
1603 if (comments[i] == NULL || comments[i][0] == '\0') {
1604 free(comments[i]);
1605 comments[i] = xstrdup(canonical_provider);
1614 add_p11_identity(k, xstrdup(comments[i]),
1620 add_p11_identity(keys[i], comments[i],
1624 comments[i] = NULL; /* transferred */
1629 free(comments[i]);
1635 free(comments);