Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c585 u_char out_key[RAW_KEY_SIZE]; in dst_s_write_public_key() local
590 memset(out_key, 0, sizeof(out_key)); in dst_s_write_public_key()
594 } else if ((len = dst_key_to_dnskey(key, out_key, sizeof(out_key)))< 0) in dst_s_write_public_key()
614 b64_ntop(&out_key[6], len - 6, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
616 b64_ntop(&out_key[4], len - 4, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_ssp.c268 uchar_t *data, uint_t data_len, uchar_t *out_key) in netr_ssp_derive_key() argument
275 out_key); in netr_ssp_derive_key()
279 out_key, MD_DIGEST_LEN, in netr_ssp_derive_key()
280 out_key); in netr_ssp_derive_key()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c78 crypto_copy_key_to_ctx(crypto_key_t *in_key, crypto_key_t **out_key, in crypto_copy_key_to_ctx() argument
119 *out_key = key; in crypto_copy_key_to_ctx()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2391 crypto_key_t *out_key, size_t *out_rctl_bytes, in copyin_key() argument
2406 switch (out_key->ck_format) { in copyin_key()
2430 out_key->ck_data, key_bytes) != 0) { in copyin_key()
2431 kmem_free(out_key->ck_data, key_bytes); in copyin_key()
2432 out_key->ck_data = NULL; in copyin_key()
2433 out_key->ck_length = 0; in copyin_key()
2438 out_key->ck_length = (ulong_t)key_bits; in copyin_key()
2447 out_key->ck_count = count; in copyin_key()
2448 out_key->ck_attrs = k_attrs; in copyin_key()
2451 out_key->ck_count = 0; in copyin_key()
[all …]