Home
last modified time | relevance | path

Searched refs:pSignature (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/discovery/api/
H A Dtddmapi.h76 osGLOBAL bit8 tddmSATADeviceTypeDecode(bit8 * pSignature);
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3360 if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()
3361 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in tdssSATADeviceTypeDecode()
3366 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()
3367 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in tdssSATADeviceTypeDecode()
3372 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()
3373 && (pSignature)[2] == 0x14 && (pSignature)[3] == 0xEB in tdssSATADeviceTypeDecode()
3378 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()
3379 && (pSignature)[2] == 0x69 && (pSignature)[3] == 0x96 in tdssSATADeviceTypeDecode()
3384 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()
3385 && (pSignature)[2] == 0x3C && (pSignature)[3] == 0xC3 in tdssSATADeviceTypeDecode()
[all …]
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1498 CK_BYTE_PTR pSignature, in C_Sign() argument
1561 if (pSignature != NULL_PTR) in C_Sign()
1562 memcpy(pSignature, sig.data, sig.length); in C_Sign()
1587 CK_BYTE_PTR pSignature, in C_SignFinal() argument
1631 CK_BYTE_PTR pSignature, in C_Verify() argument
1661 data.data = pSignature; in C_Verify()
1693 CK_BYTE_PTR pSignature, in C_VerifyFinal() argument
/freebsd-14.2/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c3956 if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()
3957 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in smsatDecodeSATADeviceType()
3962 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()
3963 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in smsatDecodeSATADeviceType()
3968 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()
3969 && (pSignature)[2] == 0x14 && (pSignature)[3] == 0xEB in smsatDecodeSATADeviceType()
3974 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()
3975 && (pSignature)[2] == 0x69 && (pSignature)[3] == 0x96 in smsatDecodeSATADeviceType()
3980 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()
3981 && (pSignature)[2] == 0x3C && (pSignature)[3] == 0xC3 in smsatDecodeSATADeviceType()
[all …]
H A Dsmproto.h375 smsatDecodeSATADeviceType(bit8 * pSignature);
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddmcmnapi.c1180 tddmSATADeviceTypeDecode(bit8 * pSignature) in tddmSATADeviceTypeDecode() argument
1182 return (bit8)tdssSATADeviceTypeDecode(pSignature); in tddmSATADeviceTypeDecode()
H A Dtdproto.h1782 bit8 *pSignature
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaproto.h163 bit8 *pSignature,
H A Dsaport.c241 bit8 *pSignature, in siPortSATADeviceAdd() argument