Searched defs:pkeys (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_locl.h445 CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
468 CERT_PKEY pkeys[SSL_PKEY_NUM]; member in struct:cert_st
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_32_tab) argument
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
48 static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32_tab,int c) argument
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
65 init_keys(const char* passwd,unsigned long* pkeys,const unsigned long* pcrc_32_tab) argument
90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const unsigned long* pcrc_32_tab, unsigned long crcForCrypting) argument
[all...]
/external/openssl/ssl/
H A Dssl_locl.h492 CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
517 CERT_PKEY pkeys[SSL_PKEY_NUM]; member in struct:cert_st
/external/zlib/src/contrib/minizip/
H A Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) argument
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) argument
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
65 init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) argument
90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) argument
[all...]

Completed in 373 milliseconds