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

  /external/syzkaller/vendor/google.golang.org/grpc/credentials/
credentials.go 72 // AuthInfo defines the common interface for the auth information the users are interested in.
73 type AuthInfo interface {
94 ClientHandshake(context.Context, string, net.Conn) (net.Conn, AuthInfo, error)
100 ServerHandshake(net.Conn) (net.Conn, AuthInfo, error)
112 // It implements the AuthInfo interface.
148 func (c *tlsCreds) ClientHandshake(ctx context.Context, authority string, rawConn net.Conn) (_ net.Conn, _ AuthInfo, err error) {
174 func (c *tlsCreds) ServerHandshake(rawConn net.Conn) (net.Conn, AuthInfo, error) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 199 AuthInfo is a WIN_CERTIFICATE using the wCertificateType
214 AuthInfo.Used to ensure freshness/no
218 @param AuthInfo Provides the authorization for the variable
228 WIN_CERTIFICATE_UEFI_GUID AuthInfo;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 174 /// It is included in the signature of AuthInfo. It is used to ensure freshness/no replay.
185 WIN_CERTIFICATE_UEFI_GUID AuthInfo;
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiMultiPhase.h 178 /// AuthInfo is a WIN_CERTIFICATE using the wCertificateType
195 /// AuthInfo.Used to ensure freshness/no
208 WIN_CERTIFICATE_UEFI_GUID AuthInfo;
228 WIN_CERTIFICATE_UEFI_GUID AuthInfo;
  /external/mdnsresponder/mDNSCore/
uDNS.c 319 *p = info->next; // Cut DomainAuthInfo from list *before* scanning our question list updating AuthInfo pointers
321 if (q->AuthInfo == info)
323 q->AuthInfo = GetAuthInfoForName_direct(m, &q->qname);
324 debugf("GetAuthInfoForName_internal updated q->AuthInfo from %##s to %##s for %##s (%s)",
325 info->domain.c, q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
401 if (q->AuthInfo != newinfo)
403 debugf("mDNS_SetSecretForDomain updating q->AuthInfo from %##s to %##s for %##s (%s)",
404 q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL
    [all...]
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]

Completed in 475 milliseconds