/freebsd/lib/libiscsiutil/ |
H A D | keys.c | 41 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 D | libiscsiutil.h | 77 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 D | keyFile.c | 72 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 D | set_keys.c | 47 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 D | keys.c | 44 int len, Key *keys) in _kadm5_free_keys() 54 _kadm5_init_keys (Key *keys, int len) in _kadm5_init_keys()
|
H A D | default_keys.c | 40 print_keys(krb5_context context, Key *keys, size_t nkeys) in print_keys() 86 Key *keys; in parse_file() local
|
H A D | chpass_s.c | 47 Key *keys; in change() local
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_ikev2_common.c | 18 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 D | ikev2_common.c | 371 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 D | crypto_kx.c | 42 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 D | evp_pkey_dparams_test.c | 218 struct pubkey keys[NUM_KEYS]; member 279 const struct pubkey *keys = pkey_params[id].keys; in set_enc_pubkey_test() local
|
H A D | rc4test.c | 25 static unsigned char keys[6][30] = { variable
|
/freebsd/contrib/ldns/ |
H A D | dnssec_verify.c | 106 ldns_rr_list *keys; in ldns_dnssec_build_data_chain_dnskey() local 1101 const ldns_rr_list *keys, in ldns_verify_time() 1142 ldns_verify(ldns_rr_list *rrset, ldns_rr_list *rrsig, const ldns_rr_list *keys, in ldns_verify() 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() 1259 const ldns_rr_list *keys, in ldns_fetch_valid_domain_keys() 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() [all …]
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | keys.c | 42 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 D | authfd.h | 25 struct sshkey **keys; member 35 struct sshkey **keys; member
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.h | 233 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 D | rk3368-evb.dtsi | 74 keys: gpio-keys { label
|
H A D | rk3368-px5-evb.dts | 28 keys: gpio-keys { label
|
H A D | rk3368-geekbox.dts | 41 keys: gpio-keys { global() label
|
H A D | rk3368-r88.dts | 36 keys: gpio-keys { label
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_db_pack.c | 138 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 D | ks_mem.c | 48 hx509_private_key *keys; member 158 hx509_private_key **keys) in mem_getkeys()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | ext.c | 47 krb5_keytab_entry *keys = NULL; in do_ext_keytab() local
|
H A D | init.c | 49 krb5_keyblock *keys; in create_random_entry() local
|
/freebsd/contrib/mandoc/ |
H A D | tbl_opts.c | 42 static const struct tbl_phrase keys[] = { variable
|