Home
last modified time | relevance | path

Searched defs:krb5_enc_provider (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dcrypto_int.h94 struct krb5_enc_provider { struct
97 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);