Searched defs:outkey (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Dchecksum.c52 krb5_keyblock **outkey)
62 *outkey = cached_key;
64 *outkey = krb5_create_derived_keyblock(key->length);
65 if (*outkey == NULL)
78 *outkey, &d1);
80 krb5_free_keyblock(context, *outkey);
81 *outkey = NULL;
92 (*outkey)->kef_mt != context->kef_cksum_mt) {
93 (*outkey)->kef_mt = context->kef_cksum_mt;
94 if ((*outkey)
48 derive_cksum_key(krb5_context context, struct krb5_enc_provider *enc, const krb5_keyblock *key, krb5_keyusage usage, krb5_keyblock **outkey) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_enum.c231 char **outkey, /* return: key array associated with val */
233 char **val, /* return: value array associated with outkey */
260 _ypserv_timeout, outkey, outkeylen, val, vallen);
288 char **outkey, /* return: key array associated with val */
290 char **val, /* return: value array associated with outkey */
294 return (__yp_next_cflookup(domain, map, inkey, inkeylen, outkey,
303 donext(domain, map, inkey, inkeylen, pdomb, timeout, outkey, outkeylen,
311 char **outkey; /* return: key array associated with val */
313 char **val; /* return: value array associated with outkey */
355 if ((*outkey
226 __yp_next_cflookup( char *domain, char *map, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **val, int *vallen, int hardlookup) argument
283 yp_next( char *domain, char *map, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **val, int *vallen) argument
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dmkey2.c68 outkey(char *ky, int lead, int trail) function
141 if (outkey(p = key, prevc, c)) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypcat.c255 char *outkey; local
266 if (err = yp_first(domain, map, &outkey, &outkeylen, &val, &vallen)) {
280 (void) printf("%.*s ", outkeylen, outkey);
285 key = outkey;
288 if (err = yp_next(domain, map, key, keylen, &outkey, &outkeylen,
H A Dypserv_proc.c101 static void ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val,
741 ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val, uint_t *status, argument
767 *outkey = k;
H A Dyppush.c472 char *outkey; local
491 if (err = yp_first(domain_alias, ypservers, &outkey, &outkeylen,
498 add_server(outkey, outkeylen);
500 printf(" %s", outkey);
508 key = outkey;
512 &outkey, &outkeylen, &val, &vallen)) {
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c256 char *outkey, boolean_t print_hex)
270 if (EMPTYSTRING(outkey)) {
276 if (verify_file(outkey)) {
279 "key file (%s).\n"), outkey);
313 if (outkey != NULL) {
315 KMF_KEY_FILENAME_ATTR, outkey,
316 strlen(outkey));
372 char *outkey = NULL; local
383 "t:(keytype)y:(keylen)K:(outkey)P:(print)"
422 if (outkey)
255 genkey_file(KMF_HANDLE_T kmfhandle, KMF_KEY_ALG keyAlg, int keylen, char *dir, char *outkey, boolean_t print_hex) argument
[all...]
H A Dgenkeypair.c134 char *outkey,
147 if (EMPTYSTRING(outkey)) {
154 fullkeypath = strdup(outkey);
331 char *outkey = NULL; local
344 "l:(label)K:(outkey)F:(format)C:(curve)"
392 if (outkey)
394 outkey = optarg_av;
511 fmt, outkey, NULL, NULL);
132 genkeypair_file(KMF_HANDLE_T kmfhandle, KMF_KEY_ALG keyAlg, int keylen, KMF_ENCODE_FORMAT fmt, char *outkey, KMF_KEY_HANDLE *outPriKey, KMF_KEY_HANDLE *outPubKey) argument
H A Dgencert.c251 char *outcert, char *outkey,
271 if (EMPTYSTRING(outcert) || EMPTYSTRING(outkey)) {
305 fmt, outkey, &prik, &pubk);
585 char *outkey = NULL; local
613 "K:(outkey)S:(serial)F:(format)u:(keyusage)C:(curve)"
694 if (outkey)
696 outkey = optarg_av;
943 &serial, kubits, kucrit, outcert, outkey,
245 gencert_file(KMF_HANDLE_T kmfhandle, KMF_KEY_ALG keyAlg, KMF_ALGORITHM_INDEX sigAlg, int keylen, KMF_ENCODE_FORMAT fmt, uint32_t ltime, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, KMF_BIGINT *serial, uint16_t kubits, int kucrit, char *outcert, char *outkey, EKU_LIST *ekulist) argument
H A Dgencsr.c173 char *outcsr, char *outkey, EKU_LIST *ekulist,
188 if (EMPTYSTRING(outcsr) || EMPTYSTRING(outkey)) {
211 fmt, outkey, &prik, &pubk);
381 char *outkey = NULL; local
407 "K:(outkey)F:(format)E(listcurves)h:(hash)")) != EOF) {
483 if (outkey)
485 outkey = optarg_av;
587 if (EMPTYSTRING(outkey) && interactive)
588 (void) get_filename("private key", &outkey);
590 if (EMPTYSTRING(outkey)) {
168 gencsr_file(KMF_HANDLE_T kmfhandle, KMF_KEY_ALG keyAlg, int keylen, KMF_ENCODE_FORMAT fmt, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, uint16_t kubits, int kucrit, char *outcsr, char *outkey, EKU_LIST *ekulist, KMF_ALGORITHM_INDEX sigAlg) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c81 (krb5_context context, krb5_keyblock *key1, krb5_keyblock *key2, krb5_keyblock *outkey)
247 if (outkey->length == 0 || outkey->contents == NULL) {
248 outkey->contents = (krb5_octet *) malloc(keylength);
249 if (!outkey->contents) {
253 outkey->length = keylength;
254 outkey->enctype = key1->enctype;
259 if ((ret = krb5_derive_key(context, enc, &tkey, outkey, &input))) {
261 free(outkey->contents);
262 outkey
80 krb5int_c_combine_keys(krb5_context context, krb5_keyblock *key1, krb5_keyblock *key2, krb5_keyblock *outkey) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c326 char *outkey, *outval; local
339 (grrr)be->enum_map, &outkey,
345 be->enum_keylen, &outkey,
383 be->enum_key = outkey;
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.h93 const char *outkey; /* show content of this macro */ member in struct:mansearch
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2783 KMF_RAW_KEY_DATA **outkey)
2830 *outkey = rkey;
2833 *outkey = NULL;
2782 keyObj2RawKey(KMF_HANDLE_T handle, KMF_KEY_HANDLE *inkey, KMF_RAW_KEY_DATA **outkey) argument

Completed in 75 milliseconds