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

12

/macosx-10.10/Heimdal-398.1.2/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 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.c84 krb5_keyblock *subkey)
106 ret = krb5_crypto_init(context, subkey, 0, &crypto);
131 * subkey in `subkey'.
146 krb5_keyblock **subkey,
358 ret = krb5_auth_con_getlocalsubkey(context, ac, subkey);
397 * start out with trying with subkey if we have one
399 if (state->subkey) {
401 ret = _krb5_fast_tgs_strengthen_key(context, state->fast_state, state->subkey, &extract_key);
419 if (ret && state->subkey
81 set_auth_data(krb5_context context, KDC_REQ_BODY *req_body, krb5_authdata *authdata, krb5_keyblock *subkey) argument
135 _krb5_init_tgs_req(krb5_context context, krb5_ccache ccache, struct krb5_fast_state *state, 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
575 krb5_keyblock *subkey; member in struct:krb5_tkt_creds_context_data
[all...]
H A Dbuild_auth.c128 ret = krb5_auth_con_getlocalsubkey(context, auth_context, &auth.subkey);
H A Dauth_context.c350 krb5_keyblock *subkey; local
354 &subkey);
359 auth_context->local_subkey = subkey;
H A Dget_cred.c104 krb5_keyblock *subkey = NULL; local
144 &subkey,
209 state.subkey = subkey;
243 if(subkey)
244 krb5_free_keyblock(context, subkey);
H A Ddeprecated.c587 krb5_keyblock **subkey)
590 return krb5_generate_subkey_extended(context, key, ETYPE_NULL, subkey);
H A Dkrb5_locl.h450 krb5_keyblock *subkey; member in struct:krb5_decrypt_tkt_with_subkey_state
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DckDES.c360 /* In mode 2, the 128 bytes of subkey are set directly from the
412 static long int f(unsigned long r, unsigned char subkey[8]) { argument
419 subkey[0], subkey[1], subkey[2],
420 subkey[3], subkey[4], subkey[5],
421 subkey[6], subkey[
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DckDES.c360 /* In mode 2, the 128 bytes of subkey are set directly from the
412 static long int f(unsigned long r, unsigned char subkey[8]) { argument
419 subkey[0], subkey[1], subkey[2],
420 subkey[3], subkey[4], subkey[5],
421 subkey[6], subkey[
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcmll_locl.h151 void camellia_setup128(const u8 *key, u32 *subkey);
152 void camellia_setup192(const u8 *key, u32 *subkey);
153 void camellia_setup256(const u8 *key, u32 *subkey);
155 void camellia_encrypt128(const u32 *subkey, u32 *io);
156 void camellia_decrypt128(const u32 *subkey, u32 *io);
157 void camellia_encrypt256(const u32 *subkey, u32 *io);
158 void camellia_decrypt256(const u32 *subkey, u32 *io);
H A Dcamellia.h84 void (*enc)(const unsigned int *subkey, unsigned int *io);
85 void (*dec)(const unsigned int *subkey, unsigned int *io);
/macosx-10.10/ruby-106/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.10/ruby-106/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.10/OpenSSL098-52/src/crypto/krb5/
H A Dkrb5_asn.h201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c153 ASN1_EXP_OPT(KRB5_AUTHENTBODY, subkey, KRB5_ENCKEY, 6),
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dkrb5_asn.h201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
/macosx-10.10/tcl-105/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.10/vim-55/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.10/MITKerberosShim-66/
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.10/tcl-105/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.10/WebCore-7600.1.25/bindings/js/
H A DIDBBindingUtilities.cpp140 RefPtr<IDBKey> subkey = createIDBKeyFromValue(exec, item, stack); local
141 if (!subkey)
144 subkeys.append(subkey);

Completed in 556 milliseconds

12