Home
last modified time | relevance | path

Searched refs:bad4 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c186 goto bad4; in mwl_pci_attach()
202 bad4: in mwl_pci_attach()
/freebsd/sys/dev/ath/
H A Dif_ath_pci.c265 goto bad4; in ath_pci_attach()
282 bad4: in ath_pci_attach()
/freebsd/sys/dev/safe/
H A Dsafe.c293 goto bad4; in safe_attach()
308 goto bad4; in safe_attach()
319 goto bad4; in safe_attach()
353 goto bad4; in safe_attach()
368 goto bad4; in safe_attach()
428 bad4: in safe_attach()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c10001 unsigned char bad4[] = { 0x03, 'b', 'a', 'd', 0x06, 'b', 'a', 'd'}; in test_set_alpn() local
10025 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
10048 if (!TEST_true(SSL_set_alpn_protos(ssl, bad4, sizeof(bad4)))) in test_set_alpn()