Searched defs:pkeys (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
H A D | crypt.h | 35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte() 49 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys() 66 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys() 77 #define zdecode(pkeys,pcrc_32_tab,c) \ argument 80 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument 94 unsigned long* pkeys, in crypthead()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
H A D | crypt.h | 35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte() 49 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys() 66 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys() 77 #define zdecode(pkeys,pcrc_32_tab,c) \ argument 80 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument 94 unsigned long* pkeys, in crypthead()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
H A D | crypt.h | 35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte() 49 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys() 66 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys() 77 #define zdecode(pkeys,pcrc_32_tab,c) \ argument 80 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument 94 unsigned long* pkeys, in crypthead()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_local.h | 1893 CERT_PKEY pkeys[SSL_PKEY_NUM]; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_local.h | 2018 CERT_PKEY pkeys[SSL_PKEY_NUM]; member
|