HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_auth_con_setrecvsubkey — Set the recv_subkey keyblock in auth_context

 » Table of Contents

 » Glossary

 » Index

C Prototype

krb5_error_code krb5_auth_con_setrecvsubkey (
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 (ouput) 

The recv_subkey keyblock stored in auth_context.

Description

This routine sets the recv_subkey keyblock that is stored in auth_context.

Return Values

This routine returns the following KRB5 status code:

0

Successful completion.