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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
H A Dcamellia.c97 /* e is pointer of subkey */
98 #define CamelliaSubkeyL(INDEX) (subkey[(INDEX)*2])
99 #define CamelliaSubkeyR(INDEX) (subkey[(INDEX)*2 + 1])
479 void camellia_setup128(const u8 *key, u32 *subkey) argument
782 void camellia_setup256(const u8 *key, u32 *subkey) argument
1194 void camellia_setup192(const u8 *key, u32 *subkey) argument
1206 camellia_setup256(kk, subkey);
1214 void camellia_encrypt128(const u32 *subkey, u32 *io) argument
1304 void camellia_decrypt128(const u32 *subkey, u32 *io) argument
1397 void camellia_encrypt256(const u32 *subkey, u3 argument
1511 camellia_decrypt256(const u32 *subkey, u32 *io) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-help.c236 const char *subkey = strrchr(name, '.'); local
238 if (!subkey)
241 if (!strcmp(subkey, ".path")) {
244 return add_man_viewer_path(name, subkey - name, value);
246 if (!strcmp(subkey, ".cmd")) {
249 return add_man_viewer_cmd(name, subkey - name, value);
252 warning("'%s': unsupported man viewer sub key.", subkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dprofiles.c119 REGF_NK_REC *key, *subkey; local
155 while ( (subkey = regfio_fetch_subkey( infile, nk )) ) {
156 regsubkey_ctr_addkey( subkeys, subkey->keyname );
166 while ( (subkey = regfio_fetch_subkey( infile, nk )) ) {
167 if ( !copy_registry_tree( infile, subkey, key, outfile, path ) )
H A Dnet_rpc_registry.c343 REGF_NK_REC *key, *subkey; local
368 while ( (subkey = regfio_fetch_subkey( infile, nk )) ) {
369 regsubkey_ctr_addkey( subkeys, subkey->keyname );
378 while ( (subkey = regfio_fetch_subkey( infile, nk )) ) {
379 write_registry_tree( infile, subkey, key, outfile, path );
H A Dnet_rpc_printer.c110 static void display_reg_value(const char *subkey, REGISTRY_VALUE value) argument
116 d_printf("\t[%s:%s]: REG_DWORD: 0x%08x\n", subkey, value.valuename,
123 d_printf("\t[%s:%s]: REG_SZ: %s\n", subkey, value.valuename, text);
128 subkey, value.valuename);
134 d_printf("\t[%s:%s]: REG_MULTI_SZ:\n", subkey, value.valuename);
2256 pstring subkey; local
2257 rpcstr_pull(subkey, curkey, sizeof(subkey), -1, STR_TERMINATE);
2259 curkey += strlen(subkey) + 1;
2266 &hnd_src, subkey,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dkrb5_asn.h201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h188 * subkey[6] EncryptionKey OPTIONAL,
200 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c149 ASN1_EXP_OPT(KRB5_AUTHENTBODY, subkey, KRB5_ENCKEY, 6),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/krb5/
H A Dkrb5_asn.h188 * subkey[6] EncryptionKey OPTIONAL,
200 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c149 ASN1_EXP_OPT(KRB5_AUTHENTBODY, subkey, KRB5_ENCKEY, 6),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c491 char *subkey = NULL; local
499 if ( !fetch_reg_keys_specific( regkey, &subkey, q_u->key_index ) )
505 DEBUG(10,("_reg_enum_key: retrieved subkey named [%s]\n", subkey));
507 /* subkey has the string name now */
509 init_reg_r_enum_key( r_u, subkey );
512 SAFE_FREE( subkey );
555 /* subkey has the string name now */
749 REGF_NK_REC *subkey; local
784 while ( (subkey
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_frontend.c188 retreive a specific subkey specified by index. Caller is
192 BOOL fetch_reg_keys_specific( REGISTRY_KEY *key, char** subkey, uint32 key_index ) argument
198 *subkey = NULL;
239 *subkey = SMB_STRDUP( s );
268 retreive a specific subkey specified by index. Caller is
391 /* if the subkey count failed, bail out */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcamellia.c378 #define SUBKEY_L(INDEX) (subkey[(INDEX)*2])
379 #define SUBKEY_R(INDEX) (subkey[(INDEX)*2 + 1])
381 static void camellia_setup_tail(u32 *subkey, u32 *subL, u32 *subR, int max) argument
580 static void camellia_setup128(const unsigned char *key, u32 *subkey) argument
683 camellia_setup_tail(subkey, subL, subR, 24);
686 static void camellia_setup256(const unsigned char *key, u32 *subkey) argument
832 camellia_setup_tail(subkey, subL, subR, 32);
835 static void camellia_setup192(const unsigned char *key, u32 *subkey) argument
847 camellia_setup256(kk, subkey);
887 static void camellia_do_encrypt(const u32 *subkey, u3 argument
942 camellia_do_decrypt(const u32 *subkey, u32 *io, unsigned i) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dntlmssp_sign.c39 static void calc_ntlmv2_key(unsigned char subkey[16], argument
47 MD5Final(subkey, &ctx3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.c866 wchar_t *subkey; local
872 subkey = _dbus_win_utf8_to_utf16 (lpSubKey, NULL);
873 if (!subkey)
877 subkey = NULL;
879 result = RegOpenKeyEx (hKey, subkey, ulOptions, samDesired, phkResult);
882 dbus_free (subkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregkey.tex121 Deletes the subkey with all of its subkeys/values recursively.
169 \docparam{pnMaxKeyLen}{The maximum length of the subkey name.}
206 Returns true if given subkey exists.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dcac_winreg.c405 POLICY_HND subkey; local
423 &subkey );
429 &subkey );
439 rpccli_reg_close( pipe_hnd, mem_ctx, &subkey );
441 /*now we delete the subkey */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp649 wxLogError(wxT("Can't create a subkey under the root key."));
655 wxLogError(wxT("Can't create a subkey under a value!"));
1135 wxString subkey = tk.GetNextToken(); local
1149 if ( subkey == wxRegKey::GetStdKeyName(key)
1150 || subkey == wxRegKey::GetStdKeyShortName(key) )
1163 if ( subkey == ((TreeNode *)GetItemData(id))->m_strName )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcamellia.c77 #define CamelliaSubkeyL(INDEX) (subkey[(INDEX)*2])
78 #define CamelliaSubkeyR(INDEX) (subkey[(INDEX)*2 + 1])
447 void camellia_setup128(const unsigned char *key, u32 *subkey) argument
658 void camellia_setup256(const unsigned char *key, u32 *subkey) argument
944 void camellia_setup192(const unsigned char *key, u32 *subkey) argument
956 camellia_setup256(kk, subkey);
966 void camellia_encrypt128(const u32 *subkey, u32 *io) argument
1056 void camellia_decrypt128(const u32 *subkey, u32 *io) argument
1149 void camellia_encrypt256(const u32 *subkey, u32 *io) argument
1263 void camellia_decrypt256(const u32 *subkey, u3 argument
[all...]
H A Ddes.c319 * subkeys in the subkey scheduling process.
442 #define DES_ROUND(from, to, work, subkey) \
443 work = from ^ *subkey++; \
448 work = ((from << 28) | (from >> 4)) ^ *subkey++; \
487 * subkey: Array of at least 32 u32s. Will be filled
492 des_key_schedule (const byte * rawkey, u32 * subkey) argument
531 *subkey++ = (((left << 4) & 0x24000000)
554 *subkey++ = (((left << 15) & 0x20000000)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia.c77 #define CamelliaSubkeyL(INDEX) (subkey[(INDEX)*2])
78 #define CamelliaSubkeyR(INDEX) (subkey[(INDEX)*2 + 1])
447 void camellia_setup128(const unsigned char *key, u32 *subkey) argument
658 void camellia_setup256(const unsigned char *key, u32 *subkey) argument
944 void camellia_setup192(const unsigned char *key, u32 *subkey) argument
956 camellia_setup256(kk, subkey);
966 void camellia_encrypt128(const u32 *subkey, u32 *io) argument
1056 void camellia_decrypt128(const u32 *subkey, u32 *io) argument
1149 void camellia_encrypt256(const u32 *subkey, u32 *io) argument
1263 void camellia_decrypt256(const u32 *subkey, u3 argument
[all...]

Completed in 274 milliseconds

12