Searched defs:key (Results 276 - 300 of 1449) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/crypto/heimdal/lib/kadm5/
H A Dmarshall.c39 kadm5_store_key_data(krb5_storage *sp, krb5_key_data *key) argument
57 kadm5_ret_key_data(krb5_storage *sp, krb5_key_data *key) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dcrypto-evp.c41 struct _krb5_evp_schedule *key = kd->schedule->data; local
54 struct _krb5_evp_schedule *key = kd->schedule->data; local
60 _krb5_evp_encrypt(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ivec) argument
91 _krb5_evp_encrypt_cts(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ivec) argument
[all...]
H A Ddeprecated.c204 free (*key); variable
248 krb5_skey_key_proc(krb5_context context, krb5_enctype type, krb5_salt salt, krb5_const_pointer keyseed, krb5_keyblock **key) argument
[all...]
H A Dsalt-des.c50 krb5_DES_AFS3_CMU_string_to_key(krb5_data pw, krb5_data cell, DES_cblock *key) argument
79 krb5_DES_AFS3_Transarc_string_to_key(krb5_data pw, krb5_data cell, DES_cblock *key) argument
118 DES_AFS3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
138 DES_string_to_key_int(unsigned char *data, size_t length, DES_cblock *key) argument
171 krb5_DES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
[all...]
H A Dtest_crypto.c43 krb5_keyblock key; local
99 krb5_keyblock key; local
H A Dtest_crypto_wrapping.c45 krb5_keyblock key; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DStructuredData.cpp38 std::string key; local
80 std::string key; local
168 std::string key = match.first.str(); local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchecksum-reps-table.c62 DBT key, value; local
81 DBT key, value; local
110 DBT key, value; local
154 DBT key; local
[all...]
H A Dlock-tokens-table.c82 DBT key, value; local
100 DBT key; local
120 DBT key, value; local
H A Dnode-origins-table.c70 DBT key, value; local
93 DBT key, value; local
138 DBT key; local
[all...]
H A Dreps-table.c59 DBT key, value; local
76 svn_fs_bdb__read_rep(representation_t **rep_p, svn_fs_t *fs, const char *key, trail_t *trail, apr_pool_t *pool) argument
112 svn_fs_bdb__write_rep(svn_fs_t *fs, const char *key, const representation_t *rep, trail_t *trail, apr_pool_t *pool) argument
138 svn_fs_bdb__write_new_rep(const char **key, svn_fs_t *fs, const representation_t *rep, trail_t *trail, apr_pool_t *pool) argument
182 svn_fs_bdb__delete_rep(svn_fs_t *fs, const char *key, trail_t *trail, apr_pool_t *pool) argument
[all...]
H A Drev-table.c73 DBT key, value; local
125 DBT key, value; local
172 DBT key, value; local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Diter.c190 const void *key; local
50 hash_do_callback(void *baton, const void *key, apr_ssize_t klen, const void *value) argument
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c59 void * aes_decrypt_init(const u8 *key, size_t len) argument
H A Daes-internal-enc.c98 void * aes_encrypt_init(const u8 *key, size_t len) argument
H A Daes-omac1.c43 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, argument
130 int omac1_aes_128_vector(const u8 *key, size_t num_elem, argument
149 omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) argument
167 omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) argument
[all...]
H A Dcrypto_internal-cipher.c22 u8 key[16]; member in struct:crypto_cipher::__anon5634::__anon5635
31 struct des3_key_s key; member in struct:crypto_cipher::__anon5634::__anon5637
43 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
[all...]
H A Dcrypto_internal-rsa.c22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) argument
38 struct crypto_private_key * crypto_private_key_import(const u8 *key, argument
72 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
99 crypto_public_key_free(struct crypto_public_key *key) argument
105 crypto_private_key_free(struct crypto_private_key *key) argument
111 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
[all...]
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h134 const char *key; /** key of the dict entry */ member in struct:wpa_dbus_dict_entry
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_event_wheel.h187 uint64_t key; member in struct:_cl_event_wheel_reg_info
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c72 uint64_t key = 0; local
318 uint64_t key; local
H A Dosm_vendor_mtl_transaction_mgr.c390 uint64_t key; local
451 uint64_t key; local
503 uint64_t key; local
[all...]
/freebsd-11.0-release/contrib/opie/libopie/
H A Dverify.c73 struct opie_otpkey key, fkey, lastkey; local
[all...]
/freebsd-11.0-release/contrib/unbound/util/data/
H A Dmsgreply.h83 struct ub_packed_rrset_key* key; member in struct:rrset_ref
190 struct query_info key; member in struct:msgreply_entry
[all...]

Completed in 186 milliseconds

<<11121314151617181920>>