Home
last modified time | relevance | path

Searched refs:_keys (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh360 _keys="$1"
372 test "x$_keys" = "xnone" || sort $OBJ/expect_keys >> $OBJ/expect_a
379 if test "x$_keys" = "xall" ; then
383 if test "x$_keys" = "xfiltered" ; then
/freebsd/contrib/ldns/
H A Dkeys.c73 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()
/freebsd/contrib/ldns/ldns/
H A Dkeys.h175 ldns_key **_keys; member
/freebsd/crypto/libecc/
H A DMakefile57 UTILS_SIGN_SRC = $(wildcard src/utils/*_keys.c)
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c84 br_ ## cname ## _cbc ## dir ## _keys ec; \
/freebsd/crypto/heimdal/
H A DChangeLog.19981673 * lib/hdb/hdb.c: new {seal,unseal}_keys functions