Searched refs:signature (Results 176 - 184 of 184) sorted by relevance

12345678

/freebsd-11.0-release/sys/netinet/
H A Dsctp_output.c3830 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t ** signature)
3911 *signature = foo;
5528 uint8_t *signature = NULL; local
6100 m_cookie = sctp_add_cookie(init_pkt, offset, m, 0, &stc, &signature);
6125 * Time to sign the cookie, we don't sign over the cookie signature
6131 (uint8_t *) signature, SCTP_SIGNATURE_SIZE);
3829 sctp_add_cookie(struct mbuf *init, int init_offset, struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t ** signature) argument
/freebsd-11.0-release/sys/dev/mlx5/
H A Dmlx5_ifc.h8191 u8 signature[0x8]; member in struct:mlx5_ifc_eqe_bits
8223 u8 signature[0x8]; member in struct:mlx5_ifc_cmd_queue_entry_bits
8263 u8 signature[0x8]; member in struct:mlx5_ifc_cmd_if_box_bits
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_upgt.c1591 memcpy(x2->signature, UPGT_X2_SIGNATURE, UPGT_X2_SIGNATURE_SIZE);
/freebsd-11.0-release/contrib/elftoolchain/readelf/
H A Dreadelf.c4781 p = (uint8_t *)(uintptr_t) &v_sig8.signature[0];
4783 printf("signature: 0x%jx", (uintmax_t) v_sig);
4926 p = (uint8_t *)(uintptr_t) &sig8.signature[0];
/freebsd-11.0-release/sys/dev/urtwn/
H A Dif_urtwnreg.h919 uint16_t signature; member in struct:r92c_fw_hdr
/freebsd-11.0-release/sys/dev/rtwn/
H A Dif_rtwnreg.h918 uint16_t signature; member in struct:r92c_fw_hdr
/freebsd-11.0-release/sys/dev/iwn/
H A Dif_iwn.c2159 device_printf(sc->sc_dev, "%s: bad ROM signature\n", __func__);
8090 if (hdr->signature != htole32(IWN_FW_SIGNATURE)) {
8091 device_printf(sc->sc_dev, "%s: bad firmware signature 0x%08x\n",
8092 __func__, le32toh(hdr->signature));
/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c3087 /* read signature from the configuration table */
3090 /* Error return if the signature is not "PMCS" */
3344 saRoot->ControllerInfo.signature = Signature;
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1363 /* copying the signature */
1476 /* copying the signature */
5991 tdhexdump("ossaGetDeviceInfoCB: signature", (bit8 *)agSATADeviceInfo->signature, 8);

Completed in 234 milliseconds

12345678