skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_auth_con_getlocalseqnumber  Retrieve and store the local sequence number krb5_auth_con_getlocalseqnumber Retrieve and store the local...
go to next page: krb5_auth_con_getremoteseqnumber  Retrieve and store the remote sequence numberkrb5_auth_con_getremoteseqnumber Retrieve and store the remote...
end of book navigation links

krb5_auth_con_getlocalsubkey -- Retrieve the local_subkey keyblock from auth_context 



C Prototype 

krb5_error_code krb5_auth_con_getlocalsubkey(
         krb5_context           context,
         krb5_auth_context      auth_context,
         krb5_keyblock          **keyblock );        

Arguments 

context
(input/output)
 The context structure.
auth_context (input/output)
 A per-connection context.
keyblock (output) local_subkey keyblock stored in auth_context.

Description 

This routine retrieves the local_subkey keyblock stored in auth_context. The memory allocated in this function should be freed with a call to krb5_free_keyblock.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.


go to previous page: krb5_auth_con_getlocalseqnumber  Retrieve and store the local sequence number krb5_auth_con_getlocalseqnumber Retrieve and store the local...
go to next page: krb5_auth_con_getremoteseqnumber  Retrieve and store the remote sequence numberkrb5_auth_con_getremoteseqnumber Retrieve and store the remote...