Searched refs:outZ (Results 1 – 3 of 3) sorted by relevance
/external/tpm2/ |
D | CpriECC.c | 1816 TPMS_ECC_POINT *outZ, // OUT: the computed point in C_2_2_MQV() argument 1838 pAssert( curveData != NULL && outZ != NULL && dsA != NULL in C_2_2_MQV() 1910 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context); in C_2_2_MQV() 1961 TPMS_ECC_POINT *outZ, // OUT: the computed point in SM2KeyExchange() argument 1984 pAssert( curveData != NULL && outZ != NULL && dsA != NULL in SM2KeyExchange() 2050 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context); in SM2KeyExchange()
|
D | part4.txt | 35195 1668 TPMS_ECC_POINT *outZ, // OUT: the computed point 35218 1691 pAssert( curveData != NULL && outZ != NULL && dsA != NULL 35294 1762 // 'outZ' = (tA)(Qe,B + avf(Qe,B)Qs,B). 35310 1778 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context); 35358 tA = (dsA + deA avf(Xe,A)) mod n Then, compute the Z value from outZ = (h tA mod n) (QsA + 35370 1811 TPMS_ECC_POINT *outZ, // OUT: the computed point 35399 1834 pAssert( curveData != NULL && outZ != NULL && dsA != NULL 35452 1887 // outZ ? [h tA mod n] (Qs,B + [avf(Xe,B)](Qe,B)) (4) 35468 1898 // 'outZ' = ['tA'](QsB + [avf(QeB.x)](QeB)). 35484 1914 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context);
|
/external/mesa3d/include/GL/ |
D | glext.h | 10480 GLAPI void APIENTRY glSwizzleEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLe… 10481 GLAPI void APIENTRY glWriteMaskEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, G… 10523 …P PFNGLSWIZZLEEXTPROC) (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW); 10524 …PFNGLWRITEMASKEXTPROC) (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW);
|