Searched refs:bnA (Results 1 – 5 of 5) sorted by relevance
/external/tpm2/ |
D | MathFunctions.c | 216 BIGNUM *bnA; in _math__Mul() local 232 bnA = BN_CTX_get(context); in _math__Mul() 239 if (BN_bin2bn(a, aSize, bnA) == NULL || BN_bin2bn(b, bSize, bnB) == NULL) in _math__Mul() 243 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() 595 BIGNUM *bnA; in _cpri__EccIsPointOnCurve() local 607 bnA = BN_CTX_get(context); in _cpri__EccIsPointOnCurve() 617 || !BN_bin2bn(curveData->a->buffer, curveData->a->size, bnA) in _cpri__EccIsPointOnCurve() 625 if( !BN_mod_mul(bnA, bnA, bnX, bnP, context) in _cpri__EccIsPointOnCurve() [all …]
|
D | part4.txt | 25782 142 BIGNUM *bnA; 25804 158 bnA = BN_CTX_get(context); 25812 166 if (BN_bin2bn(a, aSize, bnA) == NULL || BN_bin2bn(b, bSize, bnB) == NULL) 25817 171 if (BN_mul(bnP, bnA, bnB, context) != 1) 33207 93 BIGNUM *bnA; 33224 110 bnA = BN_CTX_get(context); 33237 123 BnFrom2B(bnA, curveData->a); 33251 132 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL 33348 200 BIGNUM *bnA, // IN: scalar for [A]G 33354 206 if(EC_POINT_mul(group, ecpQ, bnA, ecpP, bnB, context) != 1) [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�…
|