Searched refs:dss (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/flex/src/ |
H A D | dfa.c | 140 int *dset = dss[ds]; in dump_associated_rules() 355 dss = reallocate_int_ptr_array (dss, current_max_dfas); in increase_max_dfas() 604 dset = dss[ds]; in ntod() 815 oldsns = dss[i]; in snstods() 849 dss[newds] = allocate_integer_array (numstates + 1); in snstods() 859 dss[newds][i] = sns[i]; in snstods()
|
H A D | main.c | 91 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable 1774 dss = allocate_int_ptr_array (current_max_dfas); in set_up_initial_allocations()
|
H A D | flexdef.h | 582 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | ssh | 8 0 string ssh-dss\ OpenSSH DSA public key 31 # name of the algorithm like: ssh-dss ssh-rsa ecdsa-sha2-nistp256 ssh-ed25519
|
/dflybsd-src/sys/dev/acpica/acpi_video/ |
H A D | acpi_video.c | 356 UINT32 dcs, dss, dss_p; in acpi_video_notify_handler() local 367 dss = vo_get_graphics_state(vo->handle); in acpi_video_notify_handler() 370 dss = DSS_INACTIVE; in acpi_video_notify_handler() 371 if (((dcs & DCS_ACTIVE) && dss == DSS_INACTIVE) || in acpi_video_notify_handler() 372 (!(dcs & DCS_ACTIVE) && dss == DSS_ACTIVE)) { in acpi_video_notify_handler() 375 dss_p = dss; in acpi_video_notify_handler()
|
/dflybsd-src/crypto/openssh/ |
H A D | PROTOCOL.certkeys | 35 ssh-dss-cert-v01@openssh.com 96 string "ssh-dss-cert-v01@openssh.com" 209 ssh-dss, ssh-ed25519 and the ECDSA types ecdsa-sha2-nistp256, 218 (RFC4253 section 6.6 for ssh-rsa and ssh-dss, RFC5656 for the ECDSA
|
/dflybsd-src/contrib/ldns/ |
H A D | dnssec_verify.c | 157 ldns_rr_list *dss) in ldns_dnssec_build_data_chain_other() argument 180 dss = ldns_pkt_rr_list_by_name_and_type(my_pkt, in ldns_dnssec_build_data_chain_other() 185 if (dss) { in ldns_dnssec_build_data_chain_other() 188 dss, in ldns_dnssec_build_data_chain_other() 192 ldns_rr_list_deep_free(dss); in ldns_dnssec_build_data_chain_other() 277 ldns_rr_list *dss = NULL; in ldns_dnssec_build_data_chain() local 435 dss in ldns_dnssec_build_data_chain()
|
/dflybsd-src/lib/libssh/ |
H A D | Makefile | 41 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-ecdsa-sk.c \
|
/dflybsd-src/crypto/openssh/contrib/ |
H A D | ssh-copy-id | 337 printf '%s\n' "$KEY" | grep ssh-dss >/dev/null || {
|
/dflybsd-src/bin/cpdup/ |
H A D | BACKUPS | 297 not the secret key!). It typically starts with "ssh-dss" followed by
|