HomeSort by relevance Sort by last modified time
    Searched defs:pkeys (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/zlib/contrib/minizip/
crypt.h 35 static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_32_tab)
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
48 static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32_tab,int c)
50 (*(pkeys+0)) = CRC32((*(pkeys+0)), c);
51 (*(pkeys+1)) += (*(pkeys+0)) & 0xff;
52 (*(pkeys+1)) = (*(pkeys+1)) * 134775813L + 1;
54 register int keyshift = (int)((*(pkeys+1)) >> 24)
94 unsigned long* pkeys; variable
    [all...]
  /external/openssl/ssl/
ssl_locl.h 466 CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
491 CERT_PKEY pkeys[SSL_PKEY_NUM]; member in struct:cert_st
    [all...]

Completed in 45 milliseconds