Searched refs:initmethod (Results 1 – 2 of 2) sorted by relevance
2323 const char *initmethod; in check_trusted_key() local2324 initmethod = cfg_obj_asstring(cfg_tuple_get(key, "init")); in check_trusted_key()2326 if (strcasecmp(initmethod, "initial-key") != 0) { in check_trusted_key()2330 keynamestr, initmethod); in check_trusted_key()
609 const char *initmethod; in dstkey_fromconfig() local610 initmethod = cfg_obj_asstring(cfg_tuple_get(key, "init")); in dstkey_fromconfig()612 if (strcasecmp(initmethod, "initial-key") != 0) { in dstkey_fromconfig()616 keynamestr, initmethod); in dstkey_fromconfig()