Home
last modified time | relevance | path

Searched defs:pkeys (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte()
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys()
65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
93 unsigned long* pkeys, in crypthead()
/third_party/zlib/contrib/minizip/
Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte()
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys()
65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
93 unsigned long* pkeys, in crypthead()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte()
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys()
65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
93 unsigned long* pkeys, in crypthead()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte()
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys()
65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
93 unsigned long* pkeys, in crypthead()
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte()
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys()
65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
93 unsigned long* pkeys, in crypthead()
/third_party/openssl/ssl/
Dssl_local.h1893 CERT_PKEY pkeys[SSL_PKEY_NUM]; member