Searched refs:bnA (Results 1 – 4 of 4) sorted by relevance
/external/tpm2/ |
D | MathFunctions.c | 219 BIGNUM *bnA; in _math__Mul() local 235 bnA = BN_CTX_get(context); in _math__Mul() 242 if (BN_bin2bn(a, aSize, bnA) == NULL || BN_bin2bn(b, bSize, bnB) == NULL) in _math__Mul() 246 if (BN_mul(bnP, bnA, bnB, context) != 1) in _math__Mul()
|
D | CpriECC.c | 152 BIGNUM *bnA; in EccCurveInit() local 166 bnA = BN_CTX_get(context); in EccCurveInit() 176 BnFrom2B(bnA, curveData->a); in EccCurveInit() 184 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL in EccCurveInit() 270 BIGNUM *bnA, // IN: scalar for [A]G in PointMul() argument 276 if(EC_POINT_mul(group, ecpQ, bnA, ecpP, bnB, context) != 1) in PointMul() 598 BIGNUM *bnA; in _cpri__EccIsPointOnCurve() local 610 bnA = BN_CTX_get(context); in _cpri__EccIsPointOnCurve() 620 || !BN_bin2bn(curveData->a->buffer, curveData->a->size, bnA) in _cpri__EccIsPointOnCurve() 628 if( !BN_mod_mul(bnA, bnA, bnX, bnP, context) in _cpri__EccIsPointOnCurve() [all …]
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | hrtf_g722_1C_48_jitterT2.rtp | 1120 …�R�X4���AV ��(G���j������>(2� ��S�{,�:�^���)��-S�kb�+��F��+bnA����9e��ldy�"��3�…
|
D | hrtf_g722_1C_48.rtp | 1122 …�R�X4���AV ��(G���j������>(2� ��S�{,�:�^���)��-S�kb�+��F��+bnA����9e��ldy�"��3�…
|