Home
last modified time | relevance | path

Searched refs:BN_nist_mod_192 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/ec/
H A Decp_nist.c144 group->field_mod_func = BN_nist_mod_192; in ec_GFp_nist_group_set_curve()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h624 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_nist.c465 BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) in BN_nist_mod_192() function