Home
last modified time | relevance | path

Searched refs:signature_type (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample53 # If an encryption_type is specified then a signature_type must also
57 signature_type=sha1 # sha1 | <empty>
83 # is a non-empty signature_type. If server_authentication is "yes", the
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1690 char *signature_type; in main() local
1746 if ((signature_type = bootconf_get(&bc_handle, in main()
1757 if (!check_key_type(keyfile, signature_type, WBKU_HASH_KEY)) { in main()
1764 if (signature_type == NULL) { in main()
1839 if (signature_type != NULL && in main()