Searched refs:bn (Results 126 - 150 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/nameser/
H A Dns_name.c769 ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) { argument
771 if (an < bn)
775 while (bn > 0) {
781 b++, bn--;
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c79 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ssl.c61 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/apps/
H A Dts.c69 #include <openssl/bn.h>
882 BIGNUM *bn = NULL; local
900 if (!(bn = ASN1_INTEGER_to_BN(serial, NULL)))
904 if (!BN_add_word(bn, 1))
906 if (!(serial = BN_to_ASN1_INTEGER(bn, NULL)))
916 BN_free(bn);
H A Docsp.c79 # include <openssl/bn.h>
1128 BIGNUM *bn = NULL; local
1132 bn = ASN1_INTEGER_to_BN(ser, NULL);
1133 OPENSSL_assert(bn); /* FIXME: should report an error at this
1135 if (BN_is_zero(bn))
1138 itmp = BN_bn2hex(bn);
1140 BN_free(bn);
H A Ddsa.c72 # include <openssl/bn.h>
H A Ddh.c69 # include <openssl/bn.h>
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c26 #include "openssl/bn.h"
2084 BIGNUM *bn, /* BIGNUM * from */
2093 len = BN_num_bytes(bn);
2095 BN_bn2bin(bn, ptr);
2251 BIGNUM *bn, *bk, *r; local
2285 bctx = BN_CTX_new(); bk = BN_new(); bn = BN_new();
2288 BN_mod_mul(bn, priv_key, r, q, bctx); /* b r mod q */
2289 BN_add(bn, bn, bk);
2290 BN_mod(bn, b
2083 bighash( BIGNUM *bn, BIGNUM *bk ) argument
2363 BIGNUM *bn, *bk; local
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c314 BIGNUM *bn; local
316 bn = BN_bin2bn((const unsigned char *)f->data, f->length, NULL);
317 if (bn == NULL) {
322 BN_set_negative(bn, f->negative);
323 return bn;
898 BN_to_integer(krb5_context context, BIGNUM *bn, heim_integer *integer) argument
900 integer->length = BN_num_bytes(bn);
906 BN_bn2bin(bn, integer->data);
907 integer->negative = BN_is_negative(bn);
/freebsd-11-stable/contrib/bmake/
H A Dmake.c1011 GNode *bn = v_bn;
1013 if (bn->made >= MADE || !(bn->flags & REMAKE))
1017 bn->name, bn->cohort_num);
1004 GNode *bn = v_bn; local
/freebsd-11-stable/sys/kern/
H A Dvfs_cluster.c339 daddr_t bn; local
402 for (bn = blkno, i = 0; i < run; ++i, bn += inc) {
491 tbp->b_blkno = bn;
492 } else if (tbp->b_blkno != bn) {
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A DMakefile97 ecs_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
110 ecs_ossl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_sign.c121 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_lib.c61 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c63 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/engines/
H A De_nuron.c75 #include <openssl/bn.h>
/freebsd-11-stable/usr.bin/factor/
H A Dfactor.c82 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c63 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/store/
H A DMakefile89 str_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_req.c61 #include <openssl/bn.h>
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptokeytest.c14 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssh/
H A Dpacket.h22 # include <openssl/bn.h>
H A Dsshbuf-getput-crypto.c26 #include <openssl/bn.h>
H A Dsshbuf.h25 # include <openssl/bn.h>
H A Ddh.c29 #include <openssl/bn.h>

Completed in 138 milliseconds

1234567891011>>