Home
last modified time | relevance | path

Searched refs:BN_high_bit (Results 1 – 5 of 5) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/bn/
H A Dbn.h336 BOOLEAN BN_high_bit( const BIGNUM *bignum );
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dasn1_wr.c200 return( length + ( ( BN_high_bit( ( BIGNUM * ) bignum ) ) ? 1 : 0 ) ); in signedBignumSize()
H A Dmisc_rw.c755 return( UINT32_SIZE + BN_high_bit( ( BIGNUM * ) bignum ) + \ in CHECK_RETVAL_RANGE()
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_bn.c451 BOOLEAN BN_high_bit( const BIGNUM *bignum ) in BN_high_bit() function
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dssh.c1784 int BN_high_bit( BIGNUM *a ) { return 0; } in BN_high_bit() function