Searched refs:BN_set_negative (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/crypto/heimdal/include/
H A Dcrypto-headers.h29 #define BN_set_negative(bn, flag) ((bn)->neg=(flag)?1:0) macro
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec2_smpl.c293 BN_set_negative(point->X, 0);
296 BN_set_negative(point->Y, 0);
299 BN_set_negative(point->Z, 0);
332 BN_set_negative(x, 0);
337 BN_set_negative(y, 0);
824 BN_set_negative(r->X, 0);
825 BN_set_negative(r->Y, 0);
H A Decp_smpl.c162 BN_set_negative(group->field, 0);
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_word.c148 BN_set_negative(a, 1);
H A Dbn_lib.c742 void BN_set_negative(BIGNUM *a, int b) function
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_int.c509 BN_set_negative(ret, 1);
/freebsd-13-stable/usr.bin/dc/
H A Dinout.c437 BN_set_negative(v, 0);
H A Dbcode.c427 BN_set_negative(n->number, !BN_is_negative(n->number));
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dbn.h234 /** BN_set_negative sets sign of a BIGNUM
238 void BN_set_negative(BIGNUM *b, int n);
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dpkinit.c322 BN_set_negative(bn, f->negative);
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c230 BN_set_negative(bn, i->negative);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c128 BN_set_negative(bn, f->negative);

Completed in 205 milliseconds