Home
last modified time | relevance | path

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

/src/crypto/krb5/src/kdc/
H A Dfast_util.c100 krb5_data *encoded_response = NULL; in encrypt_fast_reply() local
103 retval = encode_krb5_fast_response(response, &encoded_response); in encrypt_fast_reply()
107 encoded_response, &encrypted_reply); in encrypt_fast_reply()
108 if (encoded_response) in encrypt_fast_reply()
109 krb5_free_data(context, encoded_response); in encrypt_fast_reply()
110 encoded_response = NULL; in encrypt_fast_reply()