/minix3/crypto/external/bsd/openssl/dist/crypto/aes/ |
H A D | aes_misc.c | 70 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 D | aes_core.c | 628 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 D | bn_rand.c | 118 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 D | bn_prime.c | 163 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 D | inet_cidr_pton.c | 82 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 D | inet_net_ntop.c | 68 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 D | inet_cidr_ntop.c | 76 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 D | strtorf.c | 38 ULtof(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtof() argument 79 ULong bits[1]; local
|
H A D | strtord.c | 38 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 D | strtordd.c | 38 ULtodd(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtodd() argument 189 ULong bits[4]; local
|
H A D | strtorxL.c | 54 ULtoxL(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtoxL() argument 98 ULong bits[2]; local
|
H A D | strtorQ.c | 56 ULtoQ(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtoQ() argument 106 ULong bits[4]; local
|
H A D | strtorx.c | 58 ULtox(L, bits, expt, k) UShort *L; ULong *bits; Long expt; int k; in ULtox() argument 110 ULong bits[2]; local
|
H A D | strtopd.c | 44 ULong bits[2]; local
|
H A D | strtopf.c | 44 ULong bits[1], *L; local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rc2/ |
H A D | rc2_skey.c | 99 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 D | s_nan.c | 97 uint32_t bits[2]; member 114 uint32_t bits[1]; member
|
/minix3/crypto/external/bsd/openssl/dist/crypto/camellia/ |
H A D | cmll_utl.c | 57 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 D | rsa_gen.c | 84 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 D | bn_mp_montgomery_calc_normalization.c | 28 int x, bits, res; in mp_montgomery_calc_normalization() local
|
/minix3/minix/servers/vfs/ |
H A D | open.c | 89 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 D | xQtest.c | 34 union { long double d; unsigned int bits[4]; } u, w; in main() member
|
/minix3/minix/net/lwip/ |
H A D | rttree.c | 41 #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 D | md5.h | 15 uint32 bits[2]; member
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | aes.c | 49 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()
|