Home
last modified time | relevance | path

Searched refs:store_hash (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dhostfile.c436 const struct sshkey *key, int store_hash) in write_host_entry() argument
444 if (store_hash) { in write_host_entry()
464 if (success && store_hash && ip != NULL) in write_host_entry()
508 const struct sshkey *key, int store_hash) in add_host_to_hostfile() argument
528 success = write_host_entry(f, host, NULL, key, store_hash); in add_host_to_hostfile()
589 struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg) in hostfile_replace_entries() argument
659 keys[i], store_hash)) { in hostfile_replace_entries()
666 keys[i], store_hash)) { in hostfile_replace_entries()
673 keys[i], store_hash)) { in hostfile_replace_entries()
H A Dhostfile.h57 int store_hash, int quiet, int hash_alg);
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp184 store_hash = Store_Hash enumerator
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp186 store_hash = Store_Hash enumerator
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1359 static int store_hash(pTHX_ stcxt_t *cxt, HV *hv);
1373 (sv_store_t)store_hash, /* svis_HASH */
2765 static int store_hash(pTHX_ stcxt_t *cxt, HV *hv) in store_hash() function