Lines Matching defs:fullkeypath
139 char *fullkeypath = NULL;
154 fullkeypath = strdup(outkey);
155 if (verify_file(fullkeypath)) {
158 "key file (%s).\n"), fullkeypath);
159 free(fullkeypath);
182 if (fullkeypath != NULL) {
184 KMF_KEY_FILENAME_ATTR, fullkeypath,
185 strlen(fullkeypath));
210 if (fullkeypath != NULL)
211 free(fullkeypath);