/netbsd-src/sys/fs/hfs/ |
H A D | libhfs.c | 512 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 D | atf_list.c | 262 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 D | connection.c | 891 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 D | buffer.c | 321 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 D | dst_api.c | 597 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 D | dst_api.c | 591 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 D | evp_pkey_dparams_test.c | 249 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 D | omapip_p.h | 202 dst_key_t *out_key; /* Authenticator signing outgoing member
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | rd_req.c | 755 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 D | ChangeLog.2000 | 1194 `out_key' to avoid conflicting with label. reported by Sean Doran
|