Searched refs:bn (Results 1 - 25 of 1532) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/script/
H A Dmakeyodldocs.sh33 bn=`echo $d | sed -e 's/\.yo//'`
40 rm -f $bn.man
42 if [ ! -f $bn.man ]; then
46 cp $bn.man ../manpages/$bn || echo "Cannot create $YODLDIR/../manpages/$bn"
47 rm -f $bn.man
51 rm -f $bn.html
53 if [ ! -f $bn.html ]; then
57 cp $bn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/script/
H A Dmakeyodldocs.sh33 bn=`echo $d | sed -e 's/\.yo//'`
40 rm -f $bn.man
42 if [ ! -f $bn.man ]; then
46 cp $bn.man ../manpages/$bn || echo "Cannot create $YODLDIR/../manpages/$bn"
47 rm -f $bn.man
51 rm -f $bn.html
53 if [ ! -f $bn.html ]; then
57 cp $bn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/script/
H A Dmakeyodldocs.sh33 bn=`echo $d | sed -e 's/\.yo//'`
40 rm -f $bn.man
42 if [ ! -f $bn.man ]; then
46 cp $bn.man ../manpages/$bn || echo "Cannot create $YODLDIR/../manpages/$bn"
47 rm -f $bn.man
51 rm -f $bn.html
53 if [ ! -f $bn.html ]; then
57 cp $bn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.c46 #include <bn.h>
59 BN_free(BIGNUM *bn) argument
61 BN_clear(bn);
62 free(bn);
66 BN_clear(BIGNUM *bn) argument
68 heim_integer *hi = (heim_integer *)bn;
77 BN_clear_free(BIGNUM *bn) argument
79 BN_free(bn);
83 BN_dup(const BIGNUM *bn) argument
86 if (der_copy_heim_integer((const heim_integer *)bn, (heim_intege
99 BN_num_bits(const BIGNUM *bn) argument
118 BN_num_bytes(const BIGNUM *bn) argument
128 BN_bin2bn(const void *s, int len, BIGNUM *bn) argument
155 BN_bn2bin(const BIGNUM *bn, void *to) argument
196 BN_bn2hex(const BIGNUM *bn) argument
226 BN_set_negative(BIGNUM *bn, int flag) argument
232 BN_is_negative(const BIGNUM *bn) argument
240 BN_is_bit_set(const BIGNUM *bn, int bit) argument
252 BN_set_bit(BIGNUM *bn, int bit) argument
274 BN_clear_bit(BIGNUM *bn, int bit) argument
288 BN_set_word(BIGNUM *bn, unsigned long num) argument
308 BN_get_word(const BIGNUM *bn) argument
323 BN_rand(BIGNUM *bn, int bits, int top, int bottom) argument
453 } bn; member in struct:BN_CTX
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.c46 #include <bn.h>
59 BN_free(BIGNUM *bn) argument
61 BN_clear(bn);
62 free(bn);
66 BN_clear(BIGNUM *bn) argument
68 heim_integer *hi = (heim_integer *)bn;
77 BN_clear_free(BIGNUM *bn) argument
79 BN_free(bn);
83 BN_dup(const BIGNUM *bn) argument
86 if (der_copy_heim_integer((const heim_integer *)bn, (heim_intege
99 BN_num_bits(const BIGNUM *bn) argument
118 BN_num_bytes(const BIGNUM *bn) argument
128 BN_bin2bn(const void *s, int len, BIGNUM *bn) argument
155 BN_bn2bin(const BIGNUM *bn, void *to) argument
196 BN_bn2hex(const BIGNUM *bn) argument
226 BN_set_negative(BIGNUM *bn, int flag) argument
232 BN_is_negative(const BIGNUM *bn) argument
240 BN_is_bit_set(const BIGNUM *bn, int bit) argument
252 BN_set_bit(BIGNUM *bn, int bit) argument
274 BN_clear_bit(BIGNUM *bn, int bit) argument
288 BN_set_word(BIGNUM *bn, unsigned long num) argument
308 BN_get_word(const BIGNUM *bn) argument
323 BN_rand(BIGNUM *bn, int bits, int top, int bottom) argument
453 } bn; member in struct:BN_CTX
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.c46 #include <bn.h>
59 BN_free(BIGNUM *bn) argument
61 BN_clear(bn);
62 free(bn);
66 BN_clear(BIGNUM *bn) argument
68 heim_integer *hi = (heim_integer *)bn;
77 BN_clear_free(BIGNUM *bn) argument
79 BN_free(bn);
83 BN_dup(const BIGNUM *bn) argument
86 if (der_copy_heim_integer((const heim_integer *)bn, (heim_intege
99 BN_num_bits(const BIGNUM *bn) argument
118 BN_num_bytes(const BIGNUM *bn) argument
128 BN_bin2bn(const void *s, int len, BIGNUM *bn) argument
155 BN_bn2bin(const BIGNUM *bn, void *to) argument
196 BN_bn2hex(const BIGNUM *bn) argument
226 BN_set_negative(BIGNUM *bn, int flag) argument
232 BN_is_negative(const BIGNUM *bn) argument
240 BN_is_bit_set(const BIGNUM *bn, int bit) argument
252 BN_set_bit(BIGNUM *bn, int bit) argument
274 BN_clear_bit(BIGNUM *bn, int bit) argument
288 BN_set_word(BIGNUM *bn, unsigned long num) argument
308 BN_get_word(const BIGNUM *bn) argument
323 BN_rand(BIGNUM *bn, int bits, int top, int bottom) argument
453 } bn; member in struct:BN_CTX
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dprime.c53 #include <openssl/bn.h>
68 BIGNUM *bn=NULL; local
132 bn=BN_new();
133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
134 s=hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
141 BN_hex2bn(&bn,argv[0]);
143 BN_dec2bn(&bn,argv[0]);
145 BN_print(bio_out,bn);
147 BN_is_prime_ex(bn,check
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dprime.c53 #include <openssl/bn.h>
67 BIGNUM *bn = NULL; local
125 bn = BN_new();
126 BN_generate_prime_ex(bn, bits, safe, NULL, NULL, NULL);
127 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
132 BN_hex2bn(&bn, argv[0]);
134 BN_dec2bn(&bn, argv[0]);
136 BN_print(bio_out, bn);
138 BN_is_prime_ex(bn, check
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dprime.c53 #include <openssl/bn.h>
67 BIGNUM *bn = NULL; local
125 bn = BN_new();
126 BN_generate_prime_ex(bn, bits, safe, NULL, NULL, NULL);
127 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
132 BN_hex2bn(&bn, argv[0]);
134 BN_dec2bn(&bn, argv[0]);
136 BN_print(bio_out, bn);
138 BN_is_prime_ex(bn, check
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dprime.c53 #include <openssl/bn.h>
68 BIGNUM *bn=NULL; local
132 bn=BN_new();
133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
134 s=hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
141 BN_hex2bn(&bn,argv[0]);
143 BN_dec2bn(&bn,argv[0]);
145 BN_print(bio_out,bn);
147 BN_is_prime_ex(bn,check
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dprime.c53 #include <openssl/bn.h>
67 BIGNUM *bn = NULL; local
125 bn = BN_new();
126 BN_generate_prime_ex(bn, bits, safe, NULL, NULL, NULL);
127 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
132 BN_hex2bn(&bn, argv[0]);
134 BN_dec2bn(&bn, argv[0]);
136 BN_print(bio_out, bn);
138 BN_is_prime_ex(bn, check
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dprime.c53 #include <openssl/bn.h>
68 BIGNUM *bn=NULL; local
132 bn=BN_new();
133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
134 s=hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
141 BN_hex2bn(&bn,argv[0]);
143 BN_dec2bn(&bn,argv[0]);
145 BN_print(bio_out,bn);
147 BN_is_prime_ex(bn,check
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dx_bignum.c62 #include <openssl/bn.h>
112 BIGNUM *bn; local
115 bn = (BIGNUM *)*pval;
117 if(BN_num_bits(bn) & 0x7) pad = 0;
121 BN_bn2bin(bn, cont);
123 return pad + BN_num_bytes(bn);
129 BIGNUM *bn; local
131 bn = (BIGNUM *)*pval;
132 if(!BN_bin2bn(cont, len, bn)) {
H A Da_enum.c62 #include <openssl/bn.h>
138 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai) argument
152 if(BN_is_negative(bn)) ret->type = V_ASN1_NEG_ENUMERATED;
154 j=BN_num_bits(bn);
167 ret->length=BN_bn2bin(bn,ret->data);
174 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn) argument
178 if ((ret=BN_bin2bn(ai->data,ai->length,bn)) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dx_bignum.c63 #include <openssl/bn.h>
122 BIGNUM *bn; local
126 bn = (BIGNUM *)*pval;
128 if (BN_num_bits(bn) & 0x7)
135 BN_bn2bin(bn, cont);
137 return pad + BN_num_bytes(bn);
143 BIGNUM *bn; local
146 bn = (BIGNUM *)*pval;
147 if (!BN_bin2bn(cont, len, bn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dx_bignum.c62 #include <openssl/bn.h>
112 BIGNUM *bn; local
115 bn = (BIGNUM *)*pval;
117 if(BN_num_bits(bn) & 0x7) pad = 0;
121 BN_bn2bin(bn, cont);
123 return pad + BN_num_bytes(bn);
129 BIGNUM *bn; local
131 bn = (BIGNUM *)*pval;
132 if(!BN_bin2bn(cont, len, bn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dx_bignum.c63 #include <openssl/bn.h>
122 BIGNUM *bn; local
126 bn = (BIGNUM *)*pval;
128 if (BN_num_bits(bn) & 0x7)
135 BN_bn2bin(bn, cont);
137 return pad + BN_num_bytes(bn);
143 BIGNUM *bn; local
146 bn = (BIGNUM *)*pval;
147 if (!BN_bin2bn(cont, len, bn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dx_bignum.c62 #include <openssl/bn.h>
112 BIGNUM *bn; local
115 bn = (BIGNUM *)*pval;
117 if(BN_num_bits(bn) & 0x7) pad = 0;
121 BN_bn2bin(bn, cont);
123 return pad + BN_num_bytes(bn);
129 BIGNUM *bn; local
131 bn = (BIGNUM *)*pval;
132 if(!BN_bin2bn(cont, len, bn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dx_bignum.c63 #include <openssl/bn.h>
122 BIGNUM *bn; local
126 bn = (BIGNUM *)*pval;
128 if (BN_num_bits(bn) & 0x7)
135 BN_bn2bin(bn, cont);
137 return pad + BN_num_bytes(bn);
143 BIGNUM *bn; local
146 bn = (BIGNUM *)*pval;
147 if (!BN_bin2bn(cont, len, bn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_print.c1 /* crypto/bn/bn_print.c */
172 int BN_hex2bn(BIGNUM **bn, const char *a) argument
187 if (bn == NULL) return(num);
190 if (*bn == NULL)
196 ret= *bn;
231 *bn=ret;
235 if (*bn == NULL) BN_free(ret);
239 int BN_dec2bn(BIGNUM **bn, const char *a) argument
253 if (bn == NULL) return(num);
257 if (*bn
297 BN_asc2bn(BIGNUM **bn, const char *a) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_print.c1 /* crypto/bn/bn_print.c */
177 int BN_hex2bn(BIGNUM **bn, const char *a) argument
195 if (bn == NULL)
199 if (*bn == NULL) {
203 ret = *bn;
240 *bn = ret;
244 if (*bn == NULL)
249 int BN_dec2bn(BIGNUM **bn, const char *a) argument
266 if (bn == NULL)
273 if (*bn
312 BN_asc2bn(BIGNUM **bn, const char *a) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_print.c1 /* crypto/bn/bn_print.c */
172 int BN_hex2bn(BIGNUM **bn, const char *a) argument
187 if (bn == NULL) return(num);
190 if (*bn == NULL)
196 ret= *bn;
231 *bn=ret;
235 if (*bn == NULL) BN_free(ret);
239 int BN_dec2bn(BIGNUM **bn, const char *a) argument
253 if (bn == NULL) return(num);
257 if (*bn
297 BN_asc2bn(BIGNUM **bn, const char *a) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_print.c1 /* crypto/bn/bn_print.c */
177 int BN_hex2bn(BIGNUM **bn, const char *a) argument
195 if (bn == NULL)
199 if (*bn == NULL) {
203 ret = *bn;
240 *bn = ret;
244 if (*bn == NULL)
249 int BN_dec2bn(BIGNUM **bn, const char *a) argument
266 if (bn == NULL)
273 if (*bn
312 BN_asc2bn(BIGNUM **bn, const char *a) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Dbn_print.c1 /* crypto/bn/bn_print.c */
172 int BN_hex2bn(BIGNUM **bn, const char *a) argument
187 if (bn == NULL) return(num);
190 if (*bn == NULL)
196 ret= *bn;
231 *bn=ret;
235 if (*bn == NULL) BN_free(ret);
239 int BN_dec2bn(BIGNUM **bn, const char *a) argument
253 if (bn == NULL) return(num);
257 if (*bn
297 BN_asc2bn(BIGNUM **bn, const char *a) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_print.c1 /* crypto/bn/bn_print.c */
177 int BN_hex2bn(BIGNUM **bn, const char *a) argument
195 if (bn == NULL)
199 if (*bn == NULL) {
203 ret = *bn;
240 *bn = ret;
244 if (*bn == NULL)
249 int BN_dec2bn(BIGNUM **bn, const char *a) argument
266 if (bn == NULL)
273 if (*bn
312 BN_asc2bn(BIGNUM **bn, const char *a) argument
[all...]

Completed in 279 milliseconds

1234567891011>>