Searched refs:_keys (Results 1 – 6 of 6) sorted by relevance
360 _keys="$1"372 test "x$_keys" = "xnone" || sort $OBJ/expect_keys >> $OBJ/expect_a379 if test "x$_keys" = "xall" ; then383 if test "x$_keys" = "xfiltered" ; then
73 key_list->_keys = NULL; in ldns_key_list_new()1456 return key->_keys[nr]; in ldns_key_list_key()1609 key_list->_keys, ldns_key *, key_count + 1); in ldns_key_list_push_key()1615 key_list->_keys = keys; in ldns_key_list_push_key()1616 key_list->_keys[key_count] = key; in ldns_key_list_push_key()1641 a = LDNS_XREALLOC(key_list->_keys, ldns_key *, key_count - 1); in ldns_key_list_pop_key()1643 key_list->_keys = a; in ldns_key_list_pop_key()2079 LDNS_FREE(key_list->_keys); in ldns_key_list_free()
175 ldns_key **_keys; member
57 UTILS_SIGN_SRC = $(wildcard src/utils/*_keys.c)
84 br_ ## cname ## _cbc ## dir ## _keys ec; \
1673 * lib/hdb/hdb.c: new {seal,unseal}_keys functions