Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/minix3/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_misc.c70 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
79 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
H A Daes_core.c628 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key()
730 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_decrypt_key()
1207 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key()
1308 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_decrypt_key()
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
204 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
209 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
215 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
H A Dbn_prime.c163 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex()
378 static int probable_prime(BIGNUM *rnd, int bits) in probable_prime()
410 static int probable_prime_dh(BIGNUM *rnd, int bits, in probable_prime_dh()
455 static int probable_prime_dh_safe(BIGNUM *p, int bits, const BIGNUM *padd, in probable_prime_dh_safe()
/minix3/lib/libc/inet/
H A Dinet_cidr_pton.c82 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { in inet_cidr_pton()
99 int ch, bits; in inet_cidr_pton_ipv4() local
172 int bits; in inet_cidr_pton_ipv6() local
269 int bits = 0; in getbits() local
H A Dinet_net_ntop.c68 inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size) in inet_net_ntop()
95 inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) in inet_net_ntop_ipv4()
170 inet_net_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) in inet_net_ntop_ipv6()
H A Dinet_cidr_ntop.c76 inet_cidr_ntop(int af, const void *src, int bits, char *dst, size_t size) { in inet_cidr_ntop()
123 inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) { in inet_cidr_ntop_ipv4()
167 inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) { in inet_cidr_ntop_ipv6()
/minix3/lib/libc/gdtoa/
H A Dstrtorf.c38 ULtof(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtof() argument
79 ULong bits[1]; local
H A Dstrtord.c38 ULtod(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtod() argument
81 ULong bits[2]; in strtord() local
H A Dstrtordd.c38 ULtodd(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtodd() argument
189 ULong bits[4]; local
H A DstrtorxL.c54 ULtoxL(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtoxL() argument
98 ULong bits[2]; local
H A DstrtorQ.c56 ULtoQ(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtoQ() argument
106 ULong bits[4]; local
H A Dstrtorx.c58 ULtox(L, bits, expt, k) UShort *L; ULong *bits; Long expt; int k; in ULtox() argument
110 ULong bits[2]; local
H A Dstrtopd.c44 ULong bits[2]; local
H A Dstrtopf.c44 ULong bits[1], *L; local
/minix3/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_skey.c99 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) in RC2_set_key()
107 int bits) in private_RC2_set_key()
/minix3/lib/libm/src/
H A Ds_nan.c97 uint32_t bits[2]; member
114 uint32_t bits[1]; member
/minix3/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_utl.c57 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_gen.c84 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex()
102 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, in rsa_builtin_keygen()
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_montgomery_calc_normalization.c28 int x, bits, res; in mp_montgomery_calc_normalization() local
/minix3/minix/servers/vfs/
H A Dopen.c89 mode_t bits; in common_open() local
299 static struct vnode *new_node(struct lookup *resolve, int oflags, mode_t bits) in new_node()
483 static int pipe_open(int fd, struct vnode *vp, mode_t bits, int oflags) in pipe_open()
517 register mode_t bits, mode_bits; in do_mknod() local
567 mode_t bits; /* mode bits for the new inode */ in do_mkdir() local
/minix3/lib/libc/gdtoa/test/
H A DxQtest.c34 union { long double d; unsigned int bits[4]; } u, w; in main() member
/minix3/minix/net/lwip/
H A Drttree.c41 #define RTTREE_BITS_TO_BYTE(bits) ((bits) >> 3) argument
42 #define RTTREE_BITS_TO_SHIFT(bits) (7 - ((bits) & 7)) argument
43 #define RTTREE_BITS_TO_BYTES(bits) (RTTREE_BITS_TO_BYTE((bits) + 7)) argument
100 unsigned int bits; in rttree_equals() local
119 unsigned int bits, bytes; in rttree_match() local
226 rttree_init(struct rttree * tree, unsigned int bits) in rttree_init()
/minix3/minix/drivers/storage/filter/
H A Dmd5.h15 uint32 bits[2]; member
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Daes.c49 AES_set_encrypt_key(const unsigned char *userkey, const int bits, AES_KEY *key) in AES_set_encrypt_key()
58 AES_set_decrypt_key(const unsigned char *userkey, const int bits, AES_KEY *key) in AES_set_decrypt_key()

12345678910>>...12