Searched refs:keystorepath (Results 1 – 1 of 1) sorted by relevance
594 extract_keystore(const char *path, const char *keystorepath) in extract_keystore() argument610 WBCGI_KEYMGMT_PATH, keystorepath, path)) < 0 || in extract_keystore()627 if (!WBCGI_FILE_EXISTS(keystorepath, sbuf)) { in extract_keystore()756 create_keystore(const char *path, void *keystorepath) in create_keystore() argument758 if (!extract_keystore(path, (char *)keystorepath)) { in create_keystore()1280 char *keystorepath = NULL; in wanbootfs_payload() local1334 if ((keystorepath = make_path(bootfs_dir, in wanbootfs_payload()1337 create_keystore, keystorepath) != WBCGI_FTW_CBOK) { in wanbootfs_payload()1451 if (keystorepath != NULL && in wanbootfs_payload()1452 WBCGI_FILE_EXISTS(keystorepath, sbuf)) { in wanbootfs_payload()[all …]