Searched defs:num (Results 51 - 75 of 952) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c67 BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int *num) argument
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dexp.c17 int j, i, size = SIZE, num = NUM, mod = MOD; local
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dc_cfb64.c68 CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *schedule, unsigned char *ivec, int *num, int enc) argument
H A Dc_ofb64.c67 CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *schedule, unsigned char *ivec, int *num) argument
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dcfb64enc.c67 DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num, int enc) argument
H A Dofb64ede.c66 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
116 DES_ede2_ofb64_encrypt(register unsigned char *in, register unsigned char *out, long length, DES_key_schedule k1, DES_key_schedule k2, DES_cblock (*ivec), int *num) argument
H A Dofb64enc.c66 DES_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num) argument
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Dtread2.c54 int num, siz; member in struct:__anon6593
H A Dtverify.c54 int num, siz; member in struct:__anon6594
/freebsd-11-stable/sys/sparc64/include/
H A Dsysarch.h45 int num; member in struct:sparc_utrap_install_args
/freebsd-11-stable/sys/xen/
H A Dprivcmd.h46 int num; /* number of pages to populate */ member in struct:ioctl_privcmd_mmapbatch
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistputil.c42 void ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_rdrand.c64 static int get_random_bytes(unsigned char *buf, int num) argument
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Di_cfb64.c68 idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num, int encrypt) argument
H A Di_ofb64.c67 idea_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num) argument
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlh_stats.c104 unsigned int i, num; local
116 unsigned long num; local
212 unsigned int i, num; local
224 unsigned long num; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A Dmd4.h104 unsigned int num; member in struct:MD4state_st
/freebsd-11-stable/crypto/openssl/crypto/md5/
H A Dmd5.h104 unsigned int num; member in struct:MD5state_st
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c68 RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
H A Drc2ofb64.c67 RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num) argument
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c68 RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
H A Drc5ofb64.c67 RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num) argument
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A Dripemd.h90 unsigned int num; member in struct:RIPEMD160state_st
/freebsd-11-stable/sys/compat/netbsd/
H A Ddvcfg.h58 u_int num; variable
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ioctl.c96 int num; local

Completed in 116 milliseconds

1234567891011>>