Lines Matching defs:keyblock
1704 krb5_keyblock *keyblock)
1724 if (principal == NULL || keyblock == NULL)
1731 if (keyblock->enctype != ENCTYPE_DES_CBC_CRC)
1756 keyblock, &keysalt, kvno + 1,
2143 * keyblock (w) keyblock to fill in
2151 * it with the master key, and return the key in keyblock, the salt
2163 kvno, krb5_keyblock *keyblock,
2185 keyblock, keysalt)))
2189 * Coerce the enctype of the output keyblock in case we got an
2193 keyblock->enctype = ktype;