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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c589 u_char out_key[RAW_KEY_SIZE]; local
594 memset(out_key, 0, sizeof(out_key));
598 } else if ((len = dst_key_to_dnskey(key, out_key, sizeof(out_key)))< 0)
618 b64_ntop(&out_key[6], len - 6, enc_key, sizeof(enc_key));
620 b64_ntop(&out_key[4], len - 4, enc_key, sizeof(enc_key));
/opensolaris-onvv-gate/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, argument
317 *out_key = key;
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2355 crypto_key_t *out_key, size_t *out_rctl_bytes,
2369 out_key->ck_format = STRUCT_FGET(key, ck_format);
2370 switch (out_key->ck_format) {
2391 out_key->ck_data = kmem_alloc(key_bytes, KM_SLEEP);
2394 out_key->ck_data, key_bytes) != 0) {
2395 kmem_free(out_key->ck_data, key_bytes);
2396 out_key->ck_data = NULL;
2397 out_key->ck_length = 0;
2402 out_key->ck_length = (ulong_t)key_bits;
2411 out_key
2354 copyin_key(int mode, crypto_session_data_t *sp, crypto_key_t *in_key, crypto_key_t *out_key, size_t *out_rctl_bytes, boolean_t *out_rctl_chk, int *out_rv, int *out_error) argument
[all...]

Completed in 62 milliseconds