Searched defs:krb5_keytypes (Results 1 – 1 of 1) sorted by relevance
861 struct krb5_keytypes { struct862 krb5_enctype etype;863 char *in_string;864 char *out_string;865 const struct krb5_enc_provider *enc;866 const struct krb5_hash_provider *hash;867 krb5_encrypt_length_func encrypt_len;868 krb5_crypt_func encrypt;869 krb5_crypt_func decrypt;870 krb5_cksumtype required_ctype;[all …]