Searched defs:P14 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlm.c76 * P14 = UCPW padded to 14-bytes, or truncated (as needed)
77 * result = Encrypt(Key=P14, Data=MagicString)
83 uchar_t P14[14 + 1]; local
93 bzero(P14, sizeof (P14));
94 (void) strncpy((char *)P14, ucpw, 14);
98 P14, 14, M8, 8);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c96 #define P14 cr[4] macro
122 P14 + z * P15));
H A Dtgamma.c1106 #define P14 cr[4] macro
1156 t3 = (z * (P10 + y * ((P11 + y * P12) + z * (P13 + y * P14)))) /

Completed in 50 milliseconds