Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/lib/libiscsiutil/
H A Dkeys.c41 struct keys *keys; in keys_new() local
51 keys_delete(struct keys *keys) in keys_delete()
62 keys_load(struct keys *keys, const char *data, size_t len) in keys_load()
107 keys_save(struct keys *keys, char **datap, size_t *lenp) in keys_save()
139 keys_find(struct keys *keys, const char *name) in keys_find()
158 keys_add(struct keys *keys, const char *name, const char *value) in keys_add()
180 keys_add_int(struct keys *keys, const char *name, int value) in keys_add_int()
H A Dlibiscsiutil.h77 struct keys { struct
78 char *keys_names[KEYS_MAX]; argument
79 char *keys_values[KEYS_MAX]; argument
125 keys_load_pdu(struct keys *keys, const struct pdu *pdu) in keys_load_pdu()
131 keys_save_pdu(struct keys *keys, struct pdu *pdu) in keys_save_pdu()
/freebsd/contrib/ntp/sntp/tests/
H A DkeyFile.c72 struct key * keys = NULL; in test_ReadEmptyKeyFile() local
86 struct key * keys = NULL; in test_ReadASCIIKeys() local
110 struct key * keys = NULL; in test_ReadHexKeys() local
145 struct key * keys = NULL; in test_ReadKeyFileWithComments() local
171 struct key * keys = NULL; in test_ReadKeyFileWithInvalidHex() local
/freebsd/crypto/heimdal/lib/kadm5/
H A Dset_keys.c47 Key *keys; in _kadm5_set_keys() local
88 Key *keys; in _kadm5_set_keys2() local
147 Key *keys; in _kadm5_set_keys3() local
206 Key *keys; in _kadm5_set_keys_randomly() local
H A Dkeys.c44 int len, Key *keys) in _kadm5_free_keys()
54 _kadm5_init_keys (Key *keys, int len) in _kadm5_init_keys()
H A Ddefault_keys.c40 print_keys(krb5_context context, Key *keys, size_t nkeys) in print_keys()
86 Key *keys; in parse_file() local
/freebsd/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.c18 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, in eap_ikev2_derive_keymat()
68 int eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, in eap_ikev2_validate_icv()
H A Dikev2_common.c371 struct ikev2_keys *keys, int initiator, in ikev2_derive_auth_data()
429 struct ikev2_keys *keys, int initiator, in ikev2_decrypt_payload()
530 int ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, in ikev2_build_encrypted()
608 int ikev2_keys_set(struct ikev2_keys *keys) in ikev2_keys_set()
615 void ikev2_free_keys(struct ikev2_keys *keys) in ikev2_free_keys()
633 struct ikev2_keys *keys) in ikev2_derive_sk_keys()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_kx/
H A Dcrypto_kx.c42 unsigned char keys[2 * crypto_kx_SESSIONKEYBYTES]; in crypto_kx_client_session_keys() local
83 unsigned char keys[2 * crypto_kx_SESSIONKEYBYTES]; in crypto_kx_server_session_keys() local
/freebsd/crypto/openssl/test/
H A Devp_pkey_dparams_test.c218 struct pubkey keys[NUM_KEYS]; member
279 const struct pubkey *keys = pkey_params[id].keys; in set_enc_pubkey_test() local
H A Drc4test.c25 static unsigned char keys[6][30] = { variable
/freebsd/contrib/ldns/
H A Ddnssec_verify.c106 ldns_rr_list *keys; in ldns_dnssec_build_data_chain_dnskey() local
1101 const ldns_rr_list *keys, in ldns_verify_time()
1150 const ldns_rr_list *keys, ldns_rr_list *good_keys) in ldns_verify_notime()
1191 const ldns_rr_list *keys, in ldns_fetch_valid_domain_keys_time()
1270 const ldns_rr_list * keys, in ldns_validate_domain_dnskey_time()
1363 const ldns_rr_list * keys) in ldns_validate_domain_dnskey()
1373 const ldns_rr_list * keys, in ldns_validate_domain_ds_time()
1420 const ldns_rr_list * keys) in ldns_validate_domain_ds()
2401 const ldns_rr_list *keys, in ldns_verify_rrsig_keylist_time()
2444 const ldns_rr_list *keys, in ldns_verify_rrsig_keylist()
[all …]
/freebsd/crypto/heimdal/lib/hdb/
H A Dkeys.c42 hdb_free_keys (krb5_context context, int len, Key *keys) in hdb_free_keys()
364 Key **keys, size_t *num_keys) in hdb_generate_key_set_password()
/freebsd/crypto/openssh/
H A Dauthfd.h25 struct sshkey **keys; member
35 struct sshkey **keys; member
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h233 struct keys { struct
234 __u8 edkey[32];
235 __u8 ipad[64];
236 __u8 opad[64];
237 } keys; member
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3368-evb.dtsi73 keys: gpio-keys { global() label
H A Drk3368-px5-evb.dts28 keys: gpio-keys { label
H A Drk3368-geekbox.dts41 keys: gpio-keys { global() label
H A Drk3368-r88.dts35 keys: gpio-keys { global() label
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_pack.c138 cl_list_t keys; in osm_db_guid2lid_guids() local
205 cl_list_t keys; in osm_db_guid2mkey_guids() local
267 cl_list_t keys; in osm_db_neighbor_guids() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_mem.c48 hx509_private_key *keys; member
158 hx509_private_key **keys) in mem_getkeys()
/freebsd/crypto/heimdal/kadmin/
H A Dext.c47 krb5_keytab_entry *keys = NULL; in do_ext_keytab() local
H A Dinit.c49 krb5_keyblock *keys; in create_random_entry() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dsalt-des3.c48 DES_cblock keys[3]; in DES3_string_to_key() local
/freebsd/contrib/mandoc/
H A Dtbl_opts.c42 static const struct tbl_phrase keys[] = { variable

123456