Home
last modified time | relevance | path

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

/external/tpm2/
DCpriECC.c1828 EC_POINT *pQeA = NULL; in C_2_2_MQV() local
1864 if((pQeA = EC_POINT_new(group)) == NULL) in C_2_2_MQV()
1874 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in C_2_2_MQV()
1877 if(EC_POINT_get_affine_coordinates_GFp(group, pQeA, bnXeA, NULL, context) != 1) in C_2_2_MQV()
1915 if(pQeA != NULL) EC_POINT_free(pQeA); in C_2_2_MQV()
1973 EC_POINT *pQeA = NULL; in SM2KeyExchange() local
2005 if((pQeA = EC_POINT_new(group)) == NULL) in SM2KeyExchange()
2015 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in SM2KeyExchange()
2018 if(EC_POINT_get_affine_coordinates_GFp(group, pQeA, bnXeA, NULL, context) != 1) in SM2KeyExchange()
2055 if(pQeA != NULL) EC_POINT_free(pQeA); in SM2KeyExchange()