Home
last modified time | relevance | path

Searched defs:n (Results 251 – 275 of 293) sorted by last modified time

1...<<1112

/openssl/test/
H A Drc2test.c47 static int test_rc2(const int n) in test_rc2()
H A Dideatest.c94 int n; in test_idea_cfb64() local
H A Drc5test.c184 static int test_rc5_ecb(int n) in test_rc5_ecb()
204 static int test_rc5_cbc(int n) in test_rc5_cbc()
/openssl/crypto/whrlpool/
H A Dwp_dgst.c94 size_t n; in WHIRLPOOL_BitUpdate() local
/openssl/crypto/rc4/
H A Drc4_skey.c48 #define SK_LOOP(d,n) { \ in RC4_set_key() argument
/openssl/crypto/rc5/
H A Drc5cfb64.c30 register int n = *num; in RC5_32_cfb64_encrypt() local
H A Drc5ofb64.c29 register int n = *num; in RC5_32_ofb64_encrypt() local
/openssl/crypto/ripemd/
H A Drmd_one.c21 unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) in RIPEMD160()
/openssl/crypto/rc2/
H A Drc2_cbc.c96 int i, n; in RC2_encrypt() local
142 int i, n; in RC2_decrypt() local
H A Drc2cfb64.c30 register int n = *num; in RC2_cfb64_encrypt() local
H A Drc2ofb64.c29 register int n = *num; in RC2_ofb64_encrypt() local
/openssl/crypto/mdc2/
H A Dmdc2_one.c20 unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) in MDC2()
/openssl/crypto/md2/
H A Dmd2_one.c25 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md) in MD2()
/openssl/crypto/md5/
H A Dmd5_one.c25 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) in MD5()
/openssl/crypto/md4/
H A Dmd4_one.c25 unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md) in MD4()
/openssl/crypto/des/
H A Dfcrypt_b.c23 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
28 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument
H A Dofb64ede.c29 register int n = *num; in DES_ede3_ofb64_encrypt() local
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
H A Dcfb64ede.c31 register int n = *num; in DES_ede3_cfb64_encrypt() local
97 register unsigned long l = length, n = ((unsigned int)numbits + 7) / 8; in DES_ede3_cfb_encrypt() local
H A Dcfb64enc.c30 register int n = *num; in DES_cfb64_encrypt() local
H A Dofb64enc.c28 register int n = *num; in DES_ofb64_encrypt() local
/openssl/crypto/cast/
H A Dc_cfb64.c30 register int n = *num; in CAST_cfb64_encrypt() local
H A Dc_ofb64.c29 register int n = *num; in CAST_ofb64_encrypt() local
H A Dc_skey.c20 #define CAST_exp(l,A,a,n) \ argument
/openssl/crypto/bf/
H A Dbf_cfb64.c30 register int n = *num; in BF_cfb64_encrypt() local

Completed in 64 milliseconds

1...<<1112