Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_set_bit

447 /* BN_set_bit sets the |n|th, least-significant bit in |a|. For example, if |a|
450 OPENSSL_EXPORT int BN_set_bit(BIGNUM *a, int n);