diff options
Diffstat (limited to 'src/lib/libcrypto/doc/DSA_set_method.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/DSA_set_method.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/DSA_set_method.pod b/src/lib/libcrypto/doc/DSA_set_method.pod index 0b13ec9237..edec46413d 100644 --- a/src/lib/libcrypto/doc/DSA_set_method.pod +++ b/src/lib/libcrypto/doc/DSA_set_method.pod | |||
| @@ -62,12 +62,13 @@ struct | |||
| 62 | int (*dsa_do_verify)(const unsigned char *dgst, int dgst_len, | 62 | int (*dsa_do_verify)(const unsigned char *dgst, int dgst_len, |
| 63 | DSA_SIG *sig, DSA *dsa); | 63 | DSA_SIG *sig, DSA *dsa); |
| 64 | 64 | ||
| 65 | /* compute rr = a1^p1 * a2^p2 mod m. May be NULL */ | 65 | /* compute rr = a1^p1 * a2^p2 mod m (May be NULL for some |
| 66 | implementations) */ | ||
| 66 | int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, | 67 | int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, |
| 67 | BIGNUM *a2, BIGNUM *p2, BIGNUM *m, | 68 | BIGNUM *a2, BIGNUM *p2, BIGNUM *m, |
| 68 | BN_CTX *ctx, BN_MONT_CTX *in_mont); | 69 | BN_CTX *ctx, BN_MONT_CTX *in_mont); |
| 69 | 70 | ||
| 70 | /* compute r = a ^ p mod m. May be NULL */ | 71 | /* compute r = a ^ p mod m (May be NULL for some implementations) */ |
| 71 | int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, | 72 | int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, |
| 72 | const BIGNUM *p, const BIGNUM *m, | 73 | const BIGNUM *p, const BIGNUM *m, |
| 73 | BN_CTX *ctx, BN_MONT_CTX *m_ctx); | 74 | BN_CTX *ctx, BN_MONT_CTX *m_ctx); |
