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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c21 * If Key1 and Key2 are two keys to be combined, the algorithm to combine
83 unsigned char *r1, *r2, *combined, *rnd, *output; local
132 if ((combined = (unsigned char *) malloc(keybytes * 2)) == NULL) {
143 free(combined);
191 memcpy(combined, r1, keybytes);
192 memcpy(combined + keybytes, r2, keybytes);
194 krb5_nfold((keybytes * 2) * 8, combined, keybytes * 8, rnd);
283 memset(combined, 0, keybytes * 2);
289 free(combined);
/illumos-gate/usr/src/common/ficl/
H A Dsystem.c83 ficl2Integer combined; local
85 FICL_2INTEGER_SET(major, minor, combined);
86 ficlDictionarySet2Constant(environment, "ficl-version", combined);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c867 boolean_t use_ah, use_esp, use_espa, combined; local
914 combined = combined_mode(encr_alg);
930 if (!combined && use_espa &&
939 * If the cipher is combined-mode don't do any
943 combined ? SADB_AALG_NONE : eauth_alg;
949 /* Stop now if the cipher is combined-mode. */
950 if (combined)

Completed in 70 milliseconds