Searched refs:RIPEMD160_CTX (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ripemd/
H A Dripemd.h91 } RIPEMD160_CTX; typedef in typeref:struct:RIPEMD160state_st
94 int private_RIPEMD160_Init(RIPEMD160_CTX *c);
96 int RIPEMD160_Init(RIPEMD160_CTX *c);
97 int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, unsigned long len);
98 int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
101 void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b);
H A Drmd_one.c67 RIPEMD160_CTX c;
H A Drmd_locl.h79 void ripemd160_block_host_order (RIPEMD160_CTX *c, const void *p,int num);
80 void ripemd160_block_data_order (RIPEMD160_CTX *c, const void *p,int num);
90 #define HASH_CTX RIPEMD160_CTX
H A Drmd160.c101 RIPEMD160_CTX c;
H A Drmd_dgst.c67 void ripemd160_block_x86(RIPEMD160_CTX *c, unsigned long *p,int num);
70 void ripemd160_block(RIPEMD160_CTX *c, unsigned long *p,int num);
91 void ripemd160_block_host_order (RIPEMD160_CTX *ctx, const void *p, int num)
291 void ripemd160_block_data_order (RIPEMD160_CTX *ctx, const void *p, int num)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dripemd.h91 } RIPEMD160_CTX; typedef in typeref:struct:RIPEMD160state_st
94 int private_RIPEMD160_Init(RIPEMD160_CTX *c);
96 int RIPEMD160_Init(RIPEMD160_CTX *c);
97 int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, unsigned long len);
98 int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
101 void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/
H A Dripemd.h92 } RIPEMD160_CTX; typedef in typeref:struct:RIPEMD160state_st
94 int RIPEMD160_Init(RIPEMD160_CTX *c);
95 int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, size_t len);
96 int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
99 void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b);
H A Drmd_one.c67 RIPEMD160_CTX c;
H A Drmd_locl.h81 void ripemd160_block_host_order (RIPEMD160_CTX *c, const void *p,size_t num);
82 void ripemd160_block_data_order (RIPEMD160_CTX *c, const void *p,size_t num);
94 #define HASH_CTX RIPEMD160_CTX
H A Drmd160.c101 RIPEMD160_CTX c;
H A Drmd_dgst.c66 void ripemd160_block_x86(RIPEMD160_CTX *c, unsigned long *p,size_t num);
69 void ripemd160_block(RIPEMD160_CTX *c, unsigned long *p,size_t num);
72 int RIPEMD160_Init(RIPEMD160_CTX *c)
90 void ripemd160_block_host_order (RIPEMD160_CTX *ctx, const void *p, size_t num)
290 void ripemd160_block_data_order (RIPEMD160_CTX *ctx, const void *p, size_t num)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dripemd.h92 } RIPEMD160_CTX; typedef in typeref:struct:RIPEMD160state_st
94 int RIPEMD160_Init(RIPEMD160_CTX *c);
95 int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, size_t len);
96 int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
99 void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Dm_ripemd.c89 sizeof(EVP_MD *)+sizeof(RIPEMD160_CTX),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ripemd/asm/
H A Drips.cpp40 void ripemd160_block_x86(RIPEMD160_CTX *ctx, unsigned char *buffer,int num);
46 RIPEMD160_CTX ctx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/asm/
H A Drips.cpp40 void ripemd160_block_x86(RIPEMD160_CTX *ctx, unsigned char *buffer,int num);
46 RIPEMD160_CTX ctx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dm_ripemd.c94 sizeof(EVP_MD *)+sizeof(RIPEMD160_CTX),

Completed in 110 milliseconds