Home
last modified time | relevance | path

Searched refs:lookup_key (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dqtree.h82 gconstpointer lookup_key,
168 gconstpointer lookup_key, in q_tree_lookup_extended() argument
172 return g_tree_lookup_extended(tree, lookup_key, orig_key, value); in q_tree_lookup_extended()
/openbmc/qemu/crypto/
H A Dtlscredspsk.c35 lookup_key(const char *pskfile, const char *username, gnutls_datum_t *key, in lookup_key() function
132 if (lookup_key(pskfile, username, &key, errp) != 0) { in qcrypto_tls_creds_psk_load()
/openbmc/qemu/util/
H A Dqtree.c984 gconstpointer lookup_key, in q_tree_lookup_extended() argument
992 node = q_tree_find_node(tree, lookup_key); in q_tree_lookup_extended()
/openbmc/linux/crypto/
H A Daf_alg.c275 static struct key *lookup_key(key_serial_t serial) in lookup_key() function
303 key = lookup_key(serial); in alg_setkey_by_key_serial()