HomeSort by relevance Sort by last modified time
    Searched refs:authp (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 61 * If there is a problem with the authentication *authp should be set.
71 * DENIED - authp holds reason for denial.
85 * DENIED - authp holds a reason for MSG_DENIED
98 int (*accept)(struct svc_rqst *rq, u32 *authp);
115 extern int svc_authenticate(struct svc_rqst *rqstp, u32 *authp);
  /external/openssl/ssl/
d1_clnt.c 875 krb5_data authenticator, *authp = NULL; local
891 authp = NULL;
893 if (KRB5SENDAUTH) authp = &authenticator;
896 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
944 if (authp && authp->length)
946 s2n(authp->length,p);
947 memcpy(p, authp->data, authp->length);
948 p+= authp->length
    [all...]
s3_clnt.c 2143 krb5_data authenticator, *authp = NULL; local
    [all...]

Completed in 29 milliseconds