Home
last modified time | relevance | path

Searched refs:BN_nist_mod_256 (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/ec/
Decp_nist.c148 group->field_mod_func = BN_nist_mod_256; in ec_GFp_nist_group_set_curve()
/external/openssl/include/openssl/
Dbn.h687 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/external/openssl/crypto/bn/
Dbn.h687 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
Dbn_nist.c634 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_256() function