Searched refs:subkey (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dgenerate_subkey.c37 * Generate subkey, from keyblock
41 * @param etype encryption type of subkey, if ETYPE_NULL, use key's enctype
42 * @param subkey returned new, free with krb5_free_keyblock().
53 krb5_keyblock **subkey)
57 ALLOC(*subkey, 1);
58 if (*subkey == NULL) {
67 ret = krb5_generate_random_keyblock(context, etype, *subkey);
69 free(*subkey);
70 *subkey = NULL;
50 krb5_generate_subkey_extended(krb5_context context, const krb5_keyblock *key, krb5_enctype etype, krb5_keyblock **subkey) argument
H A Dfast.c83 krb5_keyblock *subkey,
89 subkey,
82 _krb5_fast_armor_key(krb5_context context, krb5_keyblock *subkey, krb5_keyblock *sessionkey, krb5_keyblock *armorkey, krb5_crypto *armor_crypto) argument
H A Drd_rep.c102 if ((*repl)->subkey)
103 krb5_auth_con_setremotesubkey(context, auth_context, (*repl)->subkey);
H A Dconfig_reg.c535 HKEY subkey = NULL; local
545 rcode = RegOpenKeyEx(key, name, 0, KEY_READ, &subkey);
551 RegCloseKey(subkey);
555 code = parse_reg_values(context, subkey, &section->u.list);
557 RegCloseKey(subkey);
561 code = parse_reg_subkeys(context, subkey, &section->u.list);
563 RegCloseKey(subkey);
567 RegCloseKey(subkey);
H A Dmk_rep.c67 &body.subkey);
75 body.subkey = NULL;
H A Dtkt.c86 krb5_keyblock *subkey)
108 ret = krb5_crypto_init(context, subkey, 0, &crypto);
133 * subkey in `subkey'.
147 krb5_keyblock **subkey,
335 ret = krb5_auth_con_getlocalsubkey(context, ac, subkey);
357 const krb5_keyblock *subkey = skey; local
368 * start out with trying with subkey if we have one
370 if (subkey) {
371 ret = krb5_crypto_init(context, subkey,
83 set_auth_data(krb5_context context, KDC_REQ_BODY *req_body, krb5_authdata *authdata, krb5_keyblock *subkey) argument
137 _krb5_init_tgs_req(krb5_context context, krb5_ccache ccache, krb5_addresses *addresses, krb5_kdc_flags flags, krb5_const_principal impersonate_principal, Ticket *second_ticket, krb5_creds *in_creds, krb5_creds *krbtgt, unsigned nonce, METHOD_DATA *padata, krb5_keyblock **subkey, TGS_REQ *t) argument
533 krb5_keyblock *subkey; member in struct:krb5_tkt_creds_context_data
[all...]
H A Dauth_context.c345 krb5_keyblock *subkey; local
349 &subkey);
354 auth_context->local_subkey = subkey;
H A Dbuild_auth.c128 ret = krb5_auth_con_getlocalsubkey(context, auth_context, &auth.subkey);
H A Ddeprecated.c587 krb5_keyblock **subkey)
590 return krb5_generate_subkey_extended(context, key, ETYPE_NULL, subkey);
H A Dget_cred.c100 krb5_keyblock *subkey = NULL; local
139 &subkey,
206 subkey);
226 if(subkey)
227 krb5_free_keyblock(context, subkey);
H A Drd_req.c456 if (ac->authenticator->subkey) {
458 ac->authenticator->subkey);
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DckDES.c361 /* In mode 2, the 128 bytes of subkey are set directly from the
413 static long int f(unsigned long r, unsigned char subkey[8]) { argument
420 subkey[0], subkey[1], subkey[2],
421 subkey[3], subkey[4], subkey[5],
422 subkey[6], subkey[
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DckDES.c361 /* In mode 2, the 128 bytes of subkey are set directly from the
413 static long int f(unsigned long r, unsigned char subkey[8]) { argument
420 subkey[0], subkey[1], subkey[2],
421 subkey[3], subkey[4], subkey[5],
422 subkey[6], subkey[
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/dl/win32/lib/win32/
H A Dregistry.rb23 reg.delete_key(name) # Delete a subkey
24 reg.delete_key(name, true) # Delete a subkey recursively
373 # --- Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED)
375 # --- Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) { |reg| ... }
377 # Open the registry key subkey under key.
383 def self.open(hkey, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED)
384 subkey = subkey.chomp('\\')
385 newkey = API.OpenKey(hkey.hkey, subkey, opt, desired)
386 obj = new(newkey, hkey, subkey, REG_OPENED_EXISTING_KE
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/win32/lib/win32/
H A Dregistry.rb23 reg.delete_key(name) # Delete a subkey
24 reg.delete_key(name, true) # Delete a subkey recursively
373 # --- Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED)
375 # --- Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) { |reg| ... }
377 # Open the registry key subkey under key.
383 def self.open(hkey, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED)
384 subkey = subkey.chomp('\\')
385 newkey = API.OpenKey(hkey.hkey, subkey, opt, desired)
386 obj = new(newkey, hkey, subkey, REG_OPENED_EXISTING_KE
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/crypto/cast128/
H A Dcast128.c58 void set_cast128_subkey(u_int32_t *subkey, u_int8_t *key0, int keylen) argument
84 /* masking subkey */
89 subkey[0] = S5[z8] ^ S6[z9] ^ S7[z7] ^ S8[z6] ^ S5[z2];
90 subkey[1] = S5[zA] ^ S6[zB] ^ S7[z5] ^ S8[z4] ^ S6[z6];
91 subkey[2] = S5[zC] ^ S6[zD] ^ S7[z3] ^ S8[z2] ^ S7[z9];
92 subkey[3] = S5[zE] ^ S6[zF] ^ S7[z1] ^ S8[z0] ^ S8[zC];
98 subkey[4] = S5[x3] ^ S6[x2] ^ S7[xC] ^ S8[xD] ^ S5[x8];
99 subkey[5] = S5[x1] ^ S6[x0] ^ S7[xE] ^ S8[xF] ^ S6[xD];
100 subkey[6] = S5[x7] ^ S6[x6] ^ S7[x8] ^ S8[x9] ^ S7[x3];
101 subkey[
176 cast128_encrypt_round16(u_int8_t *c, const u_int8_t *m, u_int32_t *subkey) argument
222 cast128_decrypt_round16(u_int8_t *m, const u_int8_t *c, u_int32_t *subkey) argument
268 cast128_encrypt_round12(u_int8_t *c, const u_int8_t *m, u_int32_t *subkey) argument
310 cast128_decrypt_round12(u_int8_t *m, const u_int8_t *c, u_int32_t *subkey) argument
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinReg.c369 HKEY rootKey, subkey;
405 KEY_ENUMERATE_SUB_KEYS | DELETE, 0, &subkey);
422 result = RecursiveDeleteKey(subkey, nativeTail);
433 RegCloseKey(subkey);
524 DWORD maxSubKeyLen; /* Maximum string length of any subkey */
525 char *buffer; /* Buffer to hold the subkey name */
527 DWORD index; /* Position of the current subkey */
531 Tcl_DString ds; /* Buffer to translate subkey name to UTF-8 */
896 * Enumerate the values under the given subkey until we get an error,
991 * This function opens a given subkey o
366 HKEY rootKey, subkey; local
1165 Tcl_DString subkey; local
[all...]
/macosx-10.9.5/vim-53/src/
H A Dif_ole.cpp514 static void SetKeyAndValue(const char *path, const char *subkey, const char *value);
554 // Add the version-independent ProgID subkey under HKEY_CLASSES_ROOT
559 // Add the versioned ProgID subkey under HKEY_CLASSES_ROOT
679 static void SetKeyAndValue(const char *key, const char *subkey, const char *value) argument
686 // Add subkey name to buffer.
687 if (subkey)
690 strcat(buffer, subkey);
693 // Create and open key and subkey.
H A Ddosinst.c1322 const char *subkey,
1329 root, subkey,
1348 const char *subkey,
1353 LONG lRet = reg_create_key(hRootKey, subkey, &hKey);
1371 CHAR subkey[BUFSIZE]; local
1374 sprintf(subkey, "CLSID\\%s", clsid);
1375 lRet = reg_create_key_and_value(hRootKey, subkey, NULL, extname);
1378 sprintf(subkey, "CLSID\\%s\\InProcServer32", clsid);
1379 lRet = reg_create_key_and_value(hRootKey, subkey, NULL, module);
1382 lRet = reg_create_key_and_value(hRootKey, subkey,
1320 reg_create_key( HKEY root, const char *subkey, PHKEY phKey) argument
1346 reg_create_key_and_value( HKEY hRootKey, const char *subkey, const char *value_name, const char *data) argument
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dmisc.c372 if (h->subkey) {
373 m->subkey = mshim_malloc(sizeof(*m->subkey));
374 mshim_hkeyblock2mkeyblock(h->subkey, m->subkey);
376 m->subkey = NULL;
398 if (enc_part->subkey)
399 krb5_free_keyblock(context, enc_part->subkey);
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinReg.c449 HKEY rootKey, subkey;
484 KEY_ENUMERATE_SUB_KEYS | DELETE, 0, &subkey);
501 result = RecursiveDeleteKey(subkey, nativeTail);
513 RegCloseKey(subkey);
602 DWORD maxSubKeyLen; /* Maximum string length of any subkey */
603 char *buffer; /* Buffer to hold the subkey name */
605 DWORD index; /* Position of the current subkey */
609 Tcl_DString ds; /* Buffer to translate subkey name to UTF-8 */
968 * Enumerate the values under the given subkey until we get an error,
1064 * This function opens a given subkey o
444 HKEY rootKey, subkey; local
1230 Tcl_DString subkey; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DIDBBindingUtilities.cpp136 RefPtr<IDBKey> subkey = createIDBKeyFromValue(exec, item, stack); local
137 if (!subkey)
140 subkeys.append(subkey);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.h237 extern void mDNSDynamicStoreSetConfig(int key, const char *subkey, CFPropertyListRef value);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dcamellia-ntt.c85 #define CamelliaSubkeyL(INDEX) (subkey[(INDEX)*2])
86 #define CamelliaSubkeyR(INDEX) (subkey[(INDEX)*2 + 1])
455 static void camellia_setup128(const unsigned char *key, u32 *subkey) argument
666 static void camellia_setup256(const unsigned char *key, u32 *subkey) argument
952 static void camellia_setup192(const unsigned char *key, u32 *subkey) argument
964 camellia_setup256(kk, subkey);
974 static void camellia_encrypt128(const u32 *subkey, u32 *io) argument
1064 static void camellia_decrypt128(const u32 *subkey, u32 *io) argument
1157 static void camellia_encrypt256(const u32 *subkey, u32 *io) argument
1271 static void camellia_decrypt256(const u32 *subkey, u3 argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkrb5tgs.c1158 krb5_keyblock *subkey = NULL; local
1310 ret = krb5_auth_con_getremotesubkey(context, ac, &subkey);
1314 kdc_log(context, config, 0, "Failed to get remote subkey: %s", msg);
1318 if(subkey == NULL){
1322 ret = krb5_auth_con_getkey(context, ac, &subkey);
1331 if(subkey == NULL){
1339 *replykey = subkey;
1344 ret = krb5_crypto_init(context, subkey, 0, &crypto);

Completed in 386 milliseconds

12