Searched refs:update_keys (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dcrypt.h48 static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32_tab,int c) function
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-72-syncableitems.c145 const void *update_keys[] = { kSecAttrComment }; local
147 attrs = CFDictionaryCreate(NULL, update_keys, update_values,
148 array_size(update_keys),
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkcache.c892 const void *update_keys[] = { local
899 update = CFDictionaryCreate(NULL, update_keys, update_values, sizeof(update_keys) / sizeof(update_keys[0]),
949 const void *update_keys[] = { local
969 update = CFDictionaryCreate(NULL, update_keys, update_values_false, sizeof(update_keys) / sizeof(update_keys[0]),
987 update = CFDictionaryCreate(NULL, update_keys, update_values_true, sizeof(update_keys) / sizeo
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.c1055 update_keys(krb5_context context, function
1492 element = update_keys(context, enctypes, kvno, princ, principal != 0, passwordstr, error);
1716 element = update_keys(context, enctypes, kvno, princ, 0, passwordstr, error);

Completed in 188 milliseconds