Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c59 unsigned char *outdata, const krb5_data *in_constant);
305 const krb5_data *in_constant) in dr() argument
333 if (in_constant->length == inblock.length) { in dr()
334 memcpy(inblock.data, in_constant->data, inblock.length); in dr()
336 krb5_nfold(in_constant->length*8, (unsigned char *) in_constant->data, in dr()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Dderive.c257 krb5_derive_key(context, enc, inkey, outkey, in_constant) in krb5_derive_key() argument
262 krb5_const krb5_data *in_constant;
302 if (in_constant->length == inblock.length) {
303 (void) memcpy(inblock.data, in_constant->data, inblock.length);
305 krb5_nfold(in_constant->length*8,
306 (krb5_const unsigned char *) in_constant->data,
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Ddk.h55 krb5_keyblock *outkey, krb5_const krb5_data *in_constant);