Searched refs:key_type (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/keys/
H A Ddns_resolver-type.h17 extern struct key_type key_type_dns_resolver;
H A Duser-type.h35 extern struct key_type key_type_user;
H A Drxrpc-type.h20 extern struct key_type key_type_rxrpc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.h46 struct key_type struct
179 void generate_key_random (struct key *key, const struct key_type *kt);
181 void check_replay_iv_consistency(const struct key_type *kt, bool packet_id, bool use_iv);
183 bool check_key (struct key *key, const struct key_type *kt);
185 void fixup_key (struct key *key, const struct key_type *kt);
187 bool write_key (const struct key *key, const struct key_type *kt,
190 int read_key (struct key *key, const struct key_type *kt, struct buffer *buf);
192 bool cfb_ofb_mode (const struct key_type* kt);
194 void init_key_type (struct key_type *kt, const char *ciphername,
203 const struct key_type *k
[all...]
H A Dcrypto.c397 const struct key_type* kt,
411 * Build a struct key_type.
414 init_key_type (struct key_type *kt, const char *ciphername,
459 /* given a key and key_type, build a key_ctx */
462 const struct key_type *kt, int enc,
533 key_is_zero (struct key *key, const struct key_type *kt)
544 * Make sure that cipher key is a valid key for current key_type.
547 check_key (struct key *key, const struct key_type *kt)
580 fixup_key (struct key *key, const struct key_type *kt)
607 check_replay_iv_consistency (const struct key_type *k
742 get_tls_handshake_key(const struct key_type *key_type, struct key_ctx_bi *ctx, const char *passphrase_file, const int key_direction, const unsigned int flags) argument
[all...]
H A Dssl_common.h213 struct key_type key_type; member in struct:tls_options
H A Dopenvpn.h60 struct key_type key_type; member in struct:key_schedule
576 (c->options.tls_auth_file ? c->c1.ks.key_type.hmac_length : 0), \
590 #define CIPHER_ENABLED(c) (c->c1.ks.key_type.cipher != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_spnego.h43 extern struct key_type cifs_spnego_key_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkey-type.h34 struct key_type { struct
94 extern struct key_type key_type_keyring;
96 extern int register_key_type(struct key_type *ktype);
97 extern void unregister_key_type(struct key_type *ktype);
H A Dkey.h79 struct key_type;
128 struct key_type *type; /* type of key */
186 extern struct key *key_alloc(struct key_type *type,
213 extern struct key *request_key(struct key_type *type,
217 extern struct key *request_key_with_auxdata(struct key_type *type,
223 extern struct key *request_key_async(struct key_type *type,
228 extern struct key *request_key_async_with_auxdata(struct key_type *type,
264 struct key_type *type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Dcode_capi.c54 if (cur_db->key_type != NULL)
210 cur_db->key_type == NULL ? "NULL" : "bdb_",
211 cur_db->key_type == NULL ? "" : cur_db->key_type,
212 cur_db->key_type == NULL ? "" : "_compare",
558 if (t_db->key_type == NULL)
560 if (strcasecmp(t_db->key_type, cur_db->key_type) == 0)
578 }\n", cur_db->key_type, cur_db->key_type, cur_d
[all...]
H A Ddb_codegen.h20 char *key_type; /* Key type */ member in struct:__db_obj
H A Dcode_parse.c178 if (strcasecmp(argv[0], "key_type") == 0) {
181 if (__os_strdup(NULL, argv[1], &cur_db->key_type))
313 if (cur_db->key_type != NULL)
315 cur_db->key_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dinternal.h34 extern struct key_type key_type_user;
82 extern struct key_type *key_type_lookup(const char *type);
83 extern void key_type_put(struct key_type *ktype);
86 const struct key_type *type,
93 struct key_type *type,
97 const struct key_type *type,
108 struct key_type *type,
112 extern key_ref_t search_my_process_keyrings(struct key_type *type,
116 extern key_ref_t search_process_keyrings(struct key_type *type,
128 extern struct key *request_key_and_link(struct key_type *typ
[all...]
H A Drequest_key.c328 static int construct_alloc_key(struct key_type *type,
419 static struct key *construct_key_and_link(struct key_type *type,
475 struct key *request_key_and_link(struct key_type *type,
552 struct key *request_key(struct key_type *type,
582 struct key *request_key_with_auxdata(struct key_type *type,
610 struct key *request_key_async(struct key_type *type,
627 struct key *request_key_async_with_auxdata(struct key_type *type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwxstlac.h64 typedef ARG_KEY_TYPE key_type;\
178 inline int are_equel( const key_type& x, const key_type& y )\
183 inline int is_less( const key_type& x, const key_type& y )\
193 static inline const key_type& key( node_ref_type pNode )\
270 new ( &pNewNode->_KEY_NAME ) key_type(_X_KEY_NAME);\
434 inline iterator lower_bound( const key_type& x )\
456 inline const_iterator lower_bound( const key_type& x ) const\
460 inline iterator upper_bound( const key_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhashset.h52 typedef KEY_T key_type; \
53 typedef const key_type const_key_type; \
79 Insert_Result insert( const key_type& key ) \
96 size_type erase( const key_type& k ) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Drsautl.c95 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
155 key_type = KEY_PUBKEY;
157 key_type = KEY_CERT;
194 if (need_priv && (key_type != KEY_PRIVKEY)) {
209 switch (key_type) {
H A Dpkeyutl.c76 const char *keyfile, int keyform, int key_type,
94 int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; local
175 key_type = KEY_PUBKEY;
177 key_type = KEY_CERT;
220 ctx = init_ctx(&keysize, inkey, keyform, key_type,
404 const char *keyfile, int keyform, int key_type,
416 && (key_type != KEY_PRIVKEY)) {
424 switch (key_type) {
403 init_ctx(int *pkeysize, const char *keyfile, int keyform, int key_type, char *passargin, int pkey_op, ENGINE *e, int engine_impl) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Drsautl.c95 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
155 key_type = KEY_PUBKEY;
157 key_type = KEY_CERT;
194 if (need_priv && (key_type != KEY_PRIVKEY)) {
209 switch (key_type) {
H A Dpkeyutl.c76 const char *keyfile, int keyform, int key_type,
94 int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; local
175 key_type = KEY_PUBKEY;
177 key_type = KEY_CERT;
220 ctx = init_ctx(&keysize, inkey, keyform, key_type,
404 const char *keyfile, int keyform, int key_type,
416 && (key_type != KEY_PRIVKEY)) {
424 switch (key_type) {
403 init_ctx(int *pkeysize, const char *keyfile, int keyform, int key_type, char *passargin, int pkey_op, ENGINE *e, int engine_impl) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Drsautl.c94 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
142 key_type = KEY_PUBKEY;
144 key_type = KEY_CERT;
171 if(need_priv && (key_type != KEY_PRIVKEY)) {
187 switch(key_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-hash.c198 DBusHashType key_type; /**< Type of keys used in this table */ member in struct:DBusHashTable
315 table->key_type = type;
319 switch (table->key_type)
1012 switch (table->key_type)
1054 _dbus_assert (table->key_type == DBUS_HASH_STRING);
1079 _dbus_assert (table->key_type == DBUS_HASH_INT);
1104 _dbus_assert (table->key_type == DBUS_HASH_UINTPTR);
1129 _dbus_assert (table->key_type == DBUS_HASH_STRING);
1157 _dbus_assert (table->key_type == DBUS_HASH_INT);
1185 _dbus_assert (table->key_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwbhal_f.h20 u8 *rx_tsc, u8 key_type, u8 key_len,
24 u8 *rx_tsc, u8 key_type, u8 key_len,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtree-log.c1298 u64 dirid, int key_type,
1311 key.type = key_type;
1325 if (key.type != key_type || key.objectid != dirid) {
1353 if (key.type != key_type || key.objectid != dirid) {
1480 int key_type = BTRFS_DIR_LOG_ITEM_KEY; local
1509 ret = find_dir_range(log, path, dirid, key_type,
1554 if (key_type == BTRFS_DIR_LOG_ITEM_KEY) {
1555 key_type = BTRFS_DIR_LOG_INDEX_KEY;
2317 int key_type, u64 dirid,
2326 if (key_type
1296 find_dir_range(struct btrfs_root *root, struct btrfs_path *path, u64 dirid, int key_type, u64 *start_ret, u64 *end_ret) argument
2314 insert_dir_log_key(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, int key_type, u64 dirid, u64 first_offset, u64 last_offset) argument
2347 log_dir_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, int key_type, u64 min_offset, u64 *last_offset_ret) argument
2522 int key_type = BTRFS_DIR_ITEM_KEY; local
[all...]

Completed in 151 milliseconds

1234