Home
last modified time | relevance | path

Searched refs:out_key (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/fs/hfs/
Dlibhfs.c512 hfs_catalog_key_t* out_key, in hfslib_find_catalog_record_with_cnid() argument
531 if (out_key != NULL) in hfslib_find_catalog_record_with_cnid()
532 memcpy(out_key, &key, sizeof(key)); in hfslib_find_catalog_record_with_cnid()
1661 hfs_catalog_key_t* out_key, in hfslib_read_catalog_keyed_record() argument
1667 if (in_bytes == NULL || out_key == NULL || inout_rectype == NULL) in hfslib_read_catalog_keyed_record()
1677 out_key->key_len = be16tohp(&ptr); in hfslib_read_catalog_keyed_record()
1679 out_key->key_len = *(((uint8_t*)ptr)); in hfslib_read_catalog_keyed_record()
1683 out_key->parent_cnid = be32tohp(&ptr); in hfslib_read_catalog_keyed_record()
1685 last_bytes_read = hfslib_read_unistr255(ptr, &out_key->name); in hfslib_read_catalog_keyed_record()
1818 hfs_extent_key_t* out_key, in hfslib_read_extent_record() argument
[all …]
/netbsd/src/external/bsd/kyua-testers/dist/
Datf_list.c262 const char* out_key = rewrite_property(key); in parse_test_case() local
263 if (out_key == rewrite_error) { in parse_test_case()
265 } else if (out_key == NULL) { in parse_test_case()
271 fprintf(output, ", %s=", out_key); in parse_test_case()
/netbsd/src/external/bsd/libbind/dist/dst/
Ddst_api.c591 u_char out_key[RAW_KEY_SIZE]; in dst_s_write_public_key() local
596 memset(out_key, 0, sizeof(out_key)); in dst_s_write_public_key()
600 } else if ((len = dst_key_to_dnskey(key, out_key, sizeof(out_key)))< 0) in dst_s_write_public_key()
620 b64_ntop(&out_key[6], len - 6, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
622 b64_ntop(&out_key[4], len - 4, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
/netbsd/src/lib/libresolv/
Ddst_api.c597 u_char out_key[RAW_KEY_SIZE]; in dst_s_write_public_key() local
602 memset(out_key, 0, sizeof(out_key)); in dst_s_write_public_key()
606 } else if ((len = dst_key_to_dnskey(key, out_key, in dst_s_write_public_key()
607 (int)sizeof(out_key)))< 0) in dst_s_write_public_key()
627 b64_ntop(&out_key[6], len - 6, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
629 b64_ntop(&out_key[4], len - 4, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Devp_pkey_dparams_test.c249 EVP_PKEY *in_key = NULL, *out_key = NULL; in params_bio_test() local
269 EVP_PKEY_free(out_key); in params_bio_test()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Drd_req.c755 krb5_keyblock **out_key) in get_key_from_keytab() argument
779 ret = krb5_copy_keyblock(context, &entry.keyblock, out_key); in get_key_from_keytab()
/netbsd/src/crypto/external/bsd/heimdal/dist/
DChangeLog.20001194 `out_key' to avoid conflicting with label. reported by Sean Doran