Lines Matching defs:capath

64 	char			*capath;
447 tmpstore->capath = NULL;
470 if (keystore->capath != NULL)
471 free(keystore->capath);
1098 if (keystore->capath != NULL) {
1099 if (!restore_keystore_file(err, keystore->capath)) {
1396 keystore->capath = xstrdup(storepath);
1407 keystore->capath = xstrdup(keystore_file);
1414 keystore->capath = xstrdup(storepath);
1471 open(keystore->capath, O_NONBLOCK|O_RDONLY)) == -1) {
1481 open(keystore->capath,
1486 keystore->capath);
1493 keystore->capath, strerror(errno));
1504 keystore->capath);
1512 keystore->capath);
1519 keystore->capath, strerror(errno));
1526 if ((keystore->cafd = open(keystore->capath,
1531 open(keystore->capath,
1536 keystore->capath);
1543 keystore->capath, strerror(errno));
1554 keystore->capath);
1562 keystore->capath);
1569 keystore->capath, strerror(errno));
1591 if (keystore->capath != NULL)
1592 free(keystore->capath);
1597 keystore->capath = NULL;
1624 if (file_empty(keystore->capath)) {
1625 (void) remove(keystore->capath);
1656 ca_empty = file_empty(keystore->capath);
1670 keystore->capath)) == NULL) {
1672 gettext(ERR_KEYSTORE_CORRUPT), keystore->capath);
1691 gettext(ERR_KEYSTORE_CORRUPT), keystore->capath);
1715 gettext(ERR_KEYSTORE_CORRUPT), keystore->capath);
1754 keystore->capath, keystore->path);
1800 keystore->capath, keystore->path);
1904 if (keystore->capath != NULL && keystore->clpath == NULL &&
1914 if (!clear_keystore_file(err, keystore->capath)) {
1924 keystore->capath);
1955 keystore->capath);
1960 if (!write_keystore_file(err, keystore->capath, p12)) {
1963 keystore->capath);
2067 keystore->capath);
2072 if (!write_keystore_file(err, keystore->capath, p12)) {
2075 keystore->capath);
2087 if (!clear_keystore_file(err, keystore->capath)) {
2090 keystore->capath);