Home
last modified time | relevance | path

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

/external/tpm2/
DCpriECC.c1826 EC_POINT *pQeB = NULL; in C_2_2_MQV() local
1868 pQeB = EccInitPoint2B(group, QeB, context); in C_2_2_MQV()
1904 || !EC_POINT_add(group, pQeB, pQeB, pQsB, context) in C_2_2_MQV()
1908 if(PointMul(group, pQeB, NULL, pQeB, bnTa, context) == CRYPT_SUCCESS) in C_2_2_MQV()
1910 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context); in C_2_2_MQV()
1913 if(pQeB != NULL) EC_POINT_free(pQeB); in C_2_2_MQV()
1971 EC_POINT *pQeB = NULL; in SM2KeyExchange() local
2009 pQeB = EccInitPoint2B(group, QeB, context); in SM2KeyExchange()
2042 if( !EC_POINT_mul(group, pQeB, NULL, pQeB, bnXeB, context) in SM2KeyExchange()
2044 || !EC_POINT_add(group, pQeB, pQeB, pQsB, context) in SM2KeyExchange()
[all …]
Dpart4.txt35205 1678 EC_POINT *pQeB = NULL;
35258 1726 pQeB = EccInitPoint2B(group, QeB, context);
35303 1771 || !EC_POINT_add(group, pQeB, pQeB, pQsB, context)
35308 1776 if(PointMul(group, pQeB, NULL, pQeB, bnTa, context) == CRYPT_SUCCESS)
35310 1778 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context);
35314 1782 if(pQeB != NULL) EC_POINT_free(pQeB);
35380 1821 EC_POINT *pQeB = NULL;
35428 1863 pQeB = EccInitPoint2B(group, QeB, context);
35474 1904 if( !EC_POINT_mul(group, pQeB, NULL, pQeB, bnXeB, context)
35477 1907 || !EC_POINT_add(group, pQeB, pQeB, pQsB, context)
[all …]