Searched defs:krb5_enc_provider (Results 1 – 1 of 1) sorted by relevance
94 struct krb5_enc_provider { struct97 size_t block_size, keybytes, keylength;99 krb5_error_code (*encrypt)(krb5_key key, const krb5_data *cipher_state,102 krb5_error_code (*decrypt)(krb5_key key, const krb5_data *cipher_state,106 krb5_error_code (*cbc_mac)(krb5_key key, const krb5_crypto_iov *data,110 krb5_error_code (*init_state)(const krb5_keyblock *key,113 void (*free_state)(krb5_data *state);116 void (*key_cleanup)(krb5_key key);