54 return ctx->request_vector;
65 memset(ctx,
'\0',
sizeof(*ctx));
const void * rc_aaa_ctx_get_vector(RC_AAA_CTX *ctx)
Returns a pointer request vector used in the request. It is of AUTH_VECTOR_LEN size.
struct rc_aaa_ctx_st RC_AAA_CTX
const char * rc_aaa_ctx_get_secret(RC_AAA_CTX *ctx)
Returns the secret available in this context. It is the secret value used in the request.
void rc_aaa_ctx_free(RC_AAA_CTX *ctx)
Deinitializes an RC_AAA_CTX structure.
Public API of the radcli library.