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

  /external/tpm2/
MathFunctions.c 216 BIGNUM *bnA;
232 bnA = BN_CTX_get(context);
239 if (BN_bin2bn(a, aSize, bnA) == NULL || BN_bin2bn(b, bSize, bnB) == NULL)
243 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)
595 BIGNUM *bnA;
607 bnA = BN_CTX_get(context);
617 || !BN_bin2bn(curveData->a->buffer, curveData->a->size, bnA)
625 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 271 milliseconds