Searched defs:bnH (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A DCpriECC.c157 BIGNUM *bnH; local
171 bnH = BN_CTX_get(context);
172 if (bnH == NULL)
181 BnFrom2B(bnH, curveData->h);
187 && EC_GROUP_set_generator(group, P, bnN, bnH)
1836 BIGNUM *bnH; local
1851 bnH = BN_CTX_get(context);
1868 BnFrom2B(bnH, curveData->h);
1894 if(!BN_is_one(bnH))
1897 if(!BN_mul(bnTa, bnTa, bnH, contex
1981 BIGNUM *bnH; local
[all...]

Completed in 55 milliseconds