Home
last modified time | relevance | path

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

/external/tpm2/
DCpriECC.c1835 BIGNUM *bnXeA; // x coordinate of ephemeral party A key in C_2_2_MQV() local
1850 bnXeA = BN_CTX_get(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()
1883 BN_copy(bnTa, bnXeA); in C_2_2_MQV()
1980 BIGNUM *bnXeA; // x coordinate of ephemeral party A key in SM2KeyExchange() local
1996 bnXeA = BN_CTX_get(context); in SM2KeyExchange()
2018 if(EC_POINT_get_affine_coordinates_GFp(group, pQeA, bnXeA, NULL, context) != 1) in SM2KeyExchange()
2023 BN_copy(bnTa, bnXeA); in SM2KeyExchange()