Home
last modified time | relevance | path

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

/external/tpm2/
DCpriECC.c1838 BIGNUM *bnXeB; in C_2_2_MQV() local
1853 bnXeB = BN_CTX_get(context); in C_2_2_MQV()
1854 if(bnXeB == NULL) in C_2_2_MQV()
1870 BnFrom2B(bnXeB, &QeB->x.b); in C_2_2_MQV()
1903 avf1(bnXeB, bnN); in C_2_2_MQV()
1905 if( !EC_POINT_mul(group, pQsB, NULL, pQsB, bnXeB, context) in C_2_2_MQV()
1983 BIGNUM *bnXeB; in SM2KeyExchange() local
1999 bnXeB = BN_CTX_get(context); in SM2KeyExchange()
2000 if(bnXeB == NULL) in SM2KeyExchange()
2011 BnFrom2B(bnXeB, &QeB->x.b); in SM2KeyExchange()
[all …]