OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_GF2m_mod_mul_arr
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/bn/
bn_gf2m.c
386
int
BN_GF2m_mod_mul_arr
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const int p[], BN_CTX *ctx)
435
* This function calls down to the
BN_GF2m_mod_mul_arr
implementation; this wrapper
437
*
BN_GF2m_mod_mul_arr
function.
454
ret =
BN_GF2m_mod_mul_arr
(r, a, b, arr, ctx);
838
if (!
BN_GF2m_mod_mul_arr
(u, u, a, p, ctx)) goto err;
996
if (!
BN_GF2m_mod_mul_arr
(tmp, w2, a, p, ctx)) goto err;
bn.h
662
int
BN_GF2m_mod_mul_arr
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
[
all
...]
/external/openssl/crypto/ec/
ec2_smpl.c
702
return
BN_GF2m_mod_mul_arr
(r, a, b, group->poly, ctx);
/external/openssl/include/openssl/
bn.h
662
int
BN_GF2m_mod_mul_arr
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
[
all
...]
Completed in 69 milliseconds