Home
last modified time | relevance | path

Searched defs:BN_set_negative (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dcrypto-headers.h33 # define BN_set_negative(bn, flag) ((bn)->neg=(flag)?1:0) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.h64 #define BN_set_negative hc_BN_set_negative macro
H A Dbn.c224 BN_set_negative(BIGNUM *bn, int flag) in BN_set_negative() function
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbn.h86 #define BN_set_negative PGPV_BN_set_negative macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_lib.c742 void BN_set_negative(BIGNUM *a, int b) in BN_set_negative() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_lib.c787 void BN_set_negative(BIGNUM *a, int b) in BN_set_negative() function
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c5414 BN_set_negative(BIGNUM *a, int n) in BN_set_negative() function
/netbsd-src/sbin/nvmectl/
H A Dbignum.c5475 BN_set_negative(BIGNUM *a, int n) in BN_set_negative() function