Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/hfs/
H A 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/
H A 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/mpl/dhcp/dist/omapip/
H A Dconnection.c891 if (c->out_key == NULL) in omapi_connection_output_auth_length()
894 return(dst_key_sigsize(c->out_key, l)); in omapi_connection_output_auth_length()
940 c -> out_key, in omapi_connection_set_value()
946 if (c->out_key != NULL) { in omapi_connection_set_value()
947 dst_key_free(&c->out_key); in omapi_connection_set_value()
951 status = make_dst_key (&c -> out_key, in omapi_connection_set_value()
1007 if (!c -> out_key || !c -> out_context) in omapi_connection_get_value()
1011 c -> out_key, in omapi_connection_get_value()
1022 if (c->out_key == NULL) in omapi_connection_get_value()
1026 status = dst_key_sigsize(c->out_key, &sigsize); in omapi_connection_get_value()
H A Dbuffer.c321 if (c -> out_key) { in omapi_connection_copyin()
325 (sig_flags, c -> out_key, &c -> out_context, in omapi_connection_copyin()
/netbsd-src/lib/libresolv/
H A 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/external/bsd/libbind/dist/dst/
H A 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/crypto/external/bsd/openssl/dist/test/
H A 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/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h202 dst_key_t *out_key; /* Authenticator signing outgoing member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A 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/
H A DChangeLog.20001194 `out_key' to avoid conflicting with label. reported by Sean Doran