HomeSort by relevance Sort by last modified time
    Searched refs:MDC2_BLOCK (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/mdc2/
mdc2.h 72 #define MDC2_BLOCK 8
78 unsigned char data[MDC2_BLOCK];
mdc2dgst.c 82 memset(&(c->h[0]),0x52,MDC2_BLOCK);
83 memset(&(c->hh[0]),0x25,MDC2_BLOCK);
94 if (i+len < MDC2_BLOCK)
104 j=MDC2_BLOCK-i;
109 mdc2_body(c,&(c->data[0]),MDC2_BLOCK);
112 i=len&~((size_t)MDC2_BLOCK-1);
172 memset(&(c->data[i]),0,MDC2_BLOCK-i);
173 mdc2_body(c,c->data,MDC2_BLOCK);
175 memcpy(md,(char *)c->h,MDC2_BLOCK);
176 memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK)
    [all...]
  /external/openssl/crypto/evp/
m_mdc2.c 93 MDC2_BLOCK,

Completed in 53 milliseconds