Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c589 u_char out_key[RAW_KEY_SIZE]; in dst_s_write_public_key() local
594 memset(out_key, 0, sizeof(out_key)); in dst_s_write_public_key()
598 } else if ((len = dst_key_to_dnskey(key, out_key, sizeof(out_key)))< 0) in dst_s_write_public_key()
618 b64_ntop(&out_key[6], len - 6, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
620 b64_ntop(&out_key[4], len - 4, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c276 crypto_copy_key_to_ctx(crypto_key_t *in_key, crypto_key_t **out_key, in crypto_copy_key_to_ctx() argument
317 *out_key = key; in crypto_copy_key_to_ctx()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c2355 crypto_key_t *out_key, size_t *out_rctl_bytes, in copyin_key() argument
2369 out_key->ck_format = STRUCT_FGET(key, ck_format); in copyin_key()
2370 switch (out_key->ck_format) { in copyin_key()
2391 out_key->ck_data = kmem_alloc(key_bytes, KM_SLEEP); in copyin_key()
2394 out_key->ck_data, key_bytes) != 0) { in copyin_key()
2395 kmem_free(out_key->ck_data, key_bytes); in copyin_key()
2396 out_key->ck_data = NULL; in copyin_key()
2397 out_key->ck_length = 0; in copyin_key()
2402 out_key->ck_length = (ulong_t)key_bits; in copyin_key()
2411 out_key->ck_count = count; in copyin_key()
[all …]