Searched refs:pQeA (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/ |
D | CpriECC.c | 1825 EC_POINT *pQeA = NULL; in C_2_2_MQV() local 1861 if((pQeA = EC_POINT_new(group)) == NULL) in C_2_2_MQV() 1871 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in C_2_2_MQV() 1874 if(EC_POINT_get_affine_coordinates_GFp(group, pQeA, bnXeA, NULL, context) != 1) in C_2_2_MQV() 1912 if(pQeA != NULL) EC_POINT_free(pQeA); in C_2_2_MQV() 1970 EC_POINT *pQeA = NULL; in SM2KeyExchange() local 2002 if((pQeA = EC_POINT_new(group)) == NULL) in SM2KeyExchange() 2012 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in SM2KeyExchange() 2015 if(EC_POINT_get_affine_coordinates_GFp(group, pQeA, bnXeA, NULL, context) != 1) in SM2KeyExchange() 2052 if(pQeA != NULL) EC_POINT_free(pQeA); in SM2KeyExchange()
|
D | part4.txt | 35204 1677 EC_POINT *pQeA = NULL; 35245 1718 if((pQeA = EC_POINT_new(group)) == NULL) 35261 1729 // Compute the public ephemeral key pQeA = [de,A]G 35262 1730 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) 35266 1734 if(EC_POINT_get_affine_coordinates_GFp(group, pQeA, bnXeA, NULL, context) != 1) 35313 1781 if(pQeA != NULL) EC_POINT_free(pQeA); 35379 1820 EC_POINT *pQeA = NULL; 35420 1855 if((pQeA = EC_POINT_new(group)) == NULL) 35431 1866 // Compute the public ephemeral key pQeA = [de,A]G 35432 1867 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) [all …]
|