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

  /external/openssl/ssl/
d1_clnt.c 877 krb5_data authenticator, *authp = NULL; local
893 authp = NULL;
895 if (KRB5SENDAUTH) authp = &authenticator;
898 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
946 if (authp && authp->length)
948 s2n(authp->length,p);
949 memcpy(p, authp->data, authp->length);
950 p+= authp->length
    [all...]
s3_clnt.c 2165 krb5_data authenticator, *authp = NULL; local
    [all...]

Completed in 140 milliseconds