Home
last modified time | relevance | path

Searched refs:key_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dcpw.c166 if (opt->key_string) in cpw_entry()
175 if (opt->key_string) { in cpw_entry()
178 if (parse_des_key (opt->key_string, key_data, &error)) { in cpw_entry()
180 opt->key_string, error); in cpw_entry()
H A Dank.c242 if (opt->key_string) in add_new_key()
251 if (opt->key_string) { in add_new_key()
254 if (parse_des_key (opt->key_string, key_data, &error)) { in add_new_key()
256 opt->key_string, error); in add_new_key()
H A Dutil.c709 parse_des_key (const char *key_string, krb5_key_data *key_data, in parse_des_key() argument
712 const char *p = key_string; in parse_des_key()
716 if (strlen (key_string) != 16) { in parse_des_key()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c1570 heim_string_t key_string; in json_db_copy_value() local
1608 key_string = heim_string_create_with_bytes(key_data->data, in json_db_copy_value()
1610 if (key_string == NULL) { in json_db_copy_value()
1615 result = heim_path_copy(jsondb->dict, error, table, key_string, NULL); in json_db_copy_value()
1616 heim_release(key_string); in json_db_copy_value()
1625 heim_string_t key_string; in json_db_set_value() local
1638 key_string = heim_string_create_with_bytes(key_data->data, in json_db_set_value()
1640 if (key_string == NULL) in json_db_set_value()
1646 ret = heim_path_create(jsondb->dict, 29, value, error, table, key_string, NULL); in json_db_set_value()
1647 heim_release(key_string); in json_db_set_value()
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y143 %type <val> PL_REQUESTS portstr portstr_notempty key_string
415 | ALG_ENC key_string {
446 | ALG_ENC_DESDERIV key_string
467 | ALG_ENC_DES32IV key_string
491 : ALG_AUTH key_string {
534 key_string
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c1334 get_key(opt->key_string, in request_create()