Home
last modified time | relevance | path

Searched refs:ka_keycheck (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libwanbootutil/common/
H A Dkey_util.h85 boolean_t (*ka_keycheck)(const uint8_t *); /* keycheck function */ member
H A Dkey_util.c128 attr->ka_keycheck = keycheck; in wbku_keyattr_init()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c249 if (ka->ka_keycheck == NULL || ka->ka_keycheck(rand_key)) { in gen_key()