Home
last modified time | relevance | path

Searched refs:AuthInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h225 WIN_CERTIFICATE_UEFI_GUID AuthInfo; member
245 WIN_CERTIFICATE_UEFI_GUID AuthInfo; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp200 CGPointerAuthInfo AuthInfo; in emitLoadOfOrigPointerRValue() local
202 AuthInfo = CGF.EmitPointerAuthInfo(PtrAuth, LV.getAddress()); in emitLoadOfOrigPointerRValue()
204 AuthInfo = getPointerAuthInfoForType(CGF.CGM, LV.getType()); in emitLoadOfOrigPointerRValue()
205 return {Value, AuthInfo}; in emitLoadOfOrigPointerRValue()
H A DCGExprConstant.cpp2219 CGPointerAuthInfo AuthInfo; in tryEmitBase() local
2222 AuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in tryEmitBase()
2224 if (AuthInfo) { in tryEmitBase()
2230 C, AuthInfo.getKey(), nullptr, in tryEmitBase()
2231 cast_or_null<llvm::ConstantInt>(AuthInfo.getDiscriminator())); in tryEmitBase()
H A DCGBlocks.cpp861 auto AuthInfo = EmitPointerAuthInfo( in EmitBlockLiteral() local
863 Value = EmitPointerAuthSign(AuthInfo, Value); in EmitBlockLiteral()
H A DItaniumCXXABI.cpp860 const auto &AuthInfo = in EmitLoadOfMemberFunctionPointer() local
862 assert(Schema.getKey() == AuthInfo.getKey() && in EmitLoadOfMemberFunctionPointer()
864 auto *NonVirtualDiscriminator = AuthInfo.getDiscriminator(); in EmitLoadOfMemberFunctionPointer()
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m43260 R$* $: <$(authinfo AuthInfo:$&{server_name} $: ? $)>
3261 R<?> $: <$(authinfo AuthInfo:$&{server_addr} $: ? $)>
3262 R<?> $: <$(authinfo AuthInfo: $: ? $)>
3267 R$* $: $1 $| $>D <$&{server_name}> <?> <! AuthInfo> <>
3268 R$* $| <?>$* $: $1 $| $>A <$&{server_addr}> <?> <! AuthInfo> <>
3269 R$* $| <?>$* $: $1 $| <$(access AuthInfo`'_TAG_DELIM_ $: ? $)> <>
/freebsd/contrib/sendmail/cf/
H A DREADME3341 authinfo ruleset looks up {server_name} using the tag AuthInfo: in
3343 in the same way and finally just the tag AuthInfo: to provide
3360 The RHS for an AuthInfo: entry in the access map should consists of a
3374 AuthInfo:other.dom "U:user" "I:user" "P:secret" "R:other.dom" "M:DIGEST-MD5"
3375 AuthInfo:host.more.dom "U:user" "P=c2VjcmV0"
4629 AuthInfo:127.0.0.1 "U:smmsp" "P:secret" "M:DIGEST-MD5"