Home
last modified time | relevance | path

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

/netbsd/external/bsd/libfido2/dist/openbsd-compat/
H A Dhkdf.c32 HKDF(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF() argument
42 if (!HKDF_expand(out_key, out_len, digest, prk, prk_len, info, in HKDF()
51 HKDF_extract(uint8_t *out_key, size_t *out_len, in HKDF_extract() argument
62 secret_len, out_key, &len) == NULL) { in HKDF_extract()
72 HKDF_expand(uint8_t *out_key, size_t out_len, in HKDF_expand() argument
111 memcpy(out_key + done, previous, todo); in HKDF_expand()
H A Dhkdf.h36 int HKDF(uint8_t *out_key, size_t out_len, const struct env_md_st *digest,
46 int HKDF_extract(uint8_t *out_key, size_t *out_len,
56 int HKDF_expand(uint8_t *out_key, size_t out_len,
/netbsd/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()
1662 hfs_catalog_key_t* out_key, in hfslib_read_catalog_keyed_record() argument
1819 hfs_extent_key_t* out_key, in hfslib_read_extent_record() argument
2285 hfs_catalog_key_t* out_key) in hfslib_make_catalog_key() argument
2288 out_key == 0) in hfslib_make_catalog_key()
2300 return out_key->key_len; in hfslib_make_catalog_key()
2309 hfs_extent_key_t* out_key) in hfslib_make_extent_key() argument
2316 out_key->padding = 0; in hfslib_make_extent_key()
2317 out_key->file_cnid = in_cnid; in hfslib_make_extent_key()
[all …]
/netbsd/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/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/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/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/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/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h202 dst_key_t *out_key; /* Authenticator signing outgoing member
/netbsd/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/crypto/external/bsd/heimdal/dist/
H A DChangeLog.20001194 `out_key' to avoid conflicting with label. reported by Sean Doran