HomeSort by relevance Sort by last modified time
    Searched refs:bnA (Results 1 - 4 of 4) sorted by null

  /external/tpm2/
MathFunctions.c 219 BIGNUM *bnA;
235 bnA = BN_CTX_get(context);
242 if (BN_bin2bn(a, aSize, bnA) == NULL || BN_bin2bn(b, bSize, bnB) == NULL)
246 if (BN_mul(bnP, bnA, bnB, context) != 1)
CpriECC.c 152 BIGNUM *bnA;
166 bnA = BN_CTX_get(context);
176 BnFrom2B(bnA, curveData->a);
184 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL
270 BIGNUM *bnA, // IN: scalar for [A]G
276 if(EC_POINT_mul(group, ecpQ, bnA, ecpP, bnB, context) != 1)
598 BIGNUM *bnA;
610 bnA = BN_CTX_get(context);
620 || !BN_bin2bn(curveData->a->buffer, curveData->a->size, bnA)
628 if( !BN_mod_mul(bnA, bnA, bnX, bnP, context
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]

Completed in 1151 milliseconds