Home
last modified time | relevance | path

Searched refs:aSecInfo (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DSSLTokensCache.cpp120 nsITransportSecurityInfo* aSecInfo) { in Put() argument
133 return Put(aKey, aToken, aTokenLen, aSecInfo, expirationTime); in Put()
139 nsITransportSecurityInfo* aSecInfo, in Put() argument
151 if (!aSecInfo) { in Put()
156 aSecInfo->GetServerCert(getter_AddRefs(cert)); in Put()
169 rv = aSecInfo->GetSucceededCertChain(succeededCertArray); in Put()
187 rv = aSecInfo->GetIsBuiltCertChainRootBuiltInRoot(&builtInRoot); in Put()
195 rv = aSecInfo->GetIsExtendedValidation(&isEV); in Put()
201 rv = aSecInfo->GetCertificateTransparencyStatus( in Put()
H A DSSLTokensCache.h44 uint32_t aTokenLen, nsITransportSecurityInfo* aSecInfo);
46 uint32_t aTokenLen, nsITransportSecurityInfo* aSecInfo,
H A DnsSocketTransport2.h139 nsISupports* aSecInfo);
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DSSLTokensCache.cpp120 nsITransportSecurityInfo* aSecInfo) { in Put() argument
133 return Put(aKey, aToken, aTokenLen, aSecInfo, expirationTime); in Put()
139 nsITransportSecurityInfo* aSecInfo, in Put() argument
151 if (!aSecInfo) { in Put()
156 aSecInfo->GetServerCert(getter_AddRefs(cert)); in Put()
169 rv = aSecInfo->GetSucceededCertChain(succeededCertArray); in Put()
187 rv = aSecInfo->GetIsBuiltCertChainRootBuiltInRoot(&builtInRoot); in Put()
195 rv = aSecInfo->GetIsExtendedValidation(&isEV); in Put()
201 rv = aSecInfo->GetCertificateTransparencyStatus( in Put()
H A DSSLTokensCache.h44 uint32_t aTokenLen, nsITransportSecurityInfo* aSecInfo);
46 uint32_t aTokenLen, nsITransportSecurityInfo* aSecInfo,
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DSSLTokensCache.cpp120 nsITransportSecurityInfo* aSecInfo) { in Put() argument
133 return Put(aKey, aToken, aTokenLen, aSecInfo, expirationTime); in Put()
139 nsITransportSecurityInfo* aSecInfo, in Put() argument
151 if (!aSecInfo) { in Put()
156 aSecInfo->GetServerCert(getter_AddRefs(cert)); in Put()
169 rv = aSecInfo->GetSucceededCertChain(succeededCertArray); in Put()
187 rv = aSecInfo->GetIsBuiltCertChainRootBuiltInRoot(&builtInRoot); in Put()
195 rv = aSecInfo->GetIsExtendedValidation(&isEV); in Put()
201 rv = aSecInfo->GetCertificateTransparencyStatus( in Put()
H A DSSLTokensCache.h44 uint32_t aTokenLen, nsITransportSecurityInfo* aSecInfo);
46 uint32_t aTokenLen, nsITransportSecurityInfo* aSecInfo,
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DSSLTokensCache.cpp120 nsITransportSecurityInfo* aSecInfo) { in Put() argument
131 if (!aSecInfo) { in Put()
147 aSecInfo->GetServerCert(getter_AddRefs(cert)); in Put()
160 rv = aSecInfo->GetSucceededCertChain(succeededCertArray); in Put()
178 rv = aSecInfo->GetIsBuiltCertChainRootBuiltInRoot(&builtInRoot); in Put()
186 rv = aSecInfo->GetIsExtendedValidation(&isEV); in Put()
192 rv = aSecInfo->GetCertificateTransparencyStatus( in Put()
H A DSSLTokensCache.h43 uint32_t aTokenLen, nsITransportSecurityInfo* aSecInfo);
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DnsSiteSecurityService.cpp448 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aSource, in ProcessHeaderScriptable() argument
459 return ProcessHeader(aSourceURI, aHeader, aSecInfo, aFlags, aSource, in ProcessHeaderScriptable()
467 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aHeaderSource, in ProcessHeader() argument
484 NS_ENSURE_ARG(aSecInfo); in ProcessHeader()
486 aSecInfo, aFlags, source, aOriginAttributes, in ProcessHeader()
492 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, in ProcessHeaderInternal() argument
506 if (aSecInfo) { in ProcessHeaderInternal()
510 rv = aSecInfo->GetIsDomainMismatch(&trustcheck); in ProcessHeaderInternal()
514 rv = aSecInfo->GetIsNotValidAtThisTime(&trustcheck); in ProcessHeaderInternal()
518 rv = aSecInfo->GetIsUntrusted(&trustcheck); in ProcessHeaderInternal()
H A DnsISiteSecurityService.idl85 * @param aSecInfo the TransportSecurityInfo of the current channel.
107 in nsITransportSecurityInfo aSecInfo,
119 in nsITransportSecurityInfo aSecInfo,
H A DnsSiteSecurityService.h131 nsITransportSecurityInfo* aSecInfo,
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DnsSiteSecurityService.cpp448 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aSource, in ProcessHeaderScriptable() argument
459 return ProcessHeader(aSourceURI, aHeader, aSecInfo, aFlags, aSource, in ProcessHeaderScriptable()
467 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aHeaderSource, in ProcessHeader() argument
484 NS_ENSURE_ARG(aSecInfo); in ProcessHeader()
486 aSecInfo, aFlags, source, aOriginAttributes, in ProcessHeader()
492 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, in ProcessHeaderInternal() argument
506 if (aSecInfo) { in ProcessHeaderInternal()
510 rv = aSecInfo->GetIsDomainMismatch(&trustcheck); in ProcessHeaderInternal()
514 rv = aSecInfo->GetIsNotValidAtThisTime(&trustcheck); in ProcessHeaderInternal()
518 rv = aSecInfo->GetIsUntrusted(&trustcheck); in ProcessHeaderInternal()
H A DnsISiteSecurityService.idl85 * @param aSecInfo the TransportSecurityInfo of the current channel.
107 in nsITransportSecurityInfo aSecInfo,
119 in nsITransportSecurityInfo aSecInfo,
H A DnsSiteSecurityService.h131 nsITransportSecurityInfo* aSecInfo,
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DnsSiteSecurityService.cpp448 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aSource, in ProcessHeaderScriptable() argument
459 return ProcessHeader(aSourceURI, aHeader, aSecInfo, aFlags, aSource, in ProcessHeaderScriptable()
467 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aHeaderSource, in ProcessHeader() argument
484 NS_ENSURE_ARG(aSecInfo); in ProcessHeader()
486 aSecInfo, aFlags, source, aOriginAttributes, in ProcessHeader()
492 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, in ProcessHeaderInternal() argument
506 if (aSecInfo) { in ProcessHeaderInternal()
510 rv = aSecInfo->GetIsDomainMismatch(&trustcheck); in ProcessHeaderInternal()
514 rv = aSecInfo->GetIsNotValidAtThisTime(&trustcheck); in ProcessHeaderInternal()
518 rv = aSecInfo->GetIsUntrusted(&trustcheck); in ProcessHeaderInternal()
H A DnsISiteSecurityService.idl85 * @param aSecInfo the TransportSecurityInfo of the current channel.
107 in nsITransportSecurityInfo aSecInfo,
119 in nsITransportSecurityInfo aSecInfo,
H A DnsSiteSecurityService.h131 nsITransportSecurityInfo* aSecInfo,
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DnsSiteSecurityService.cpp503 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aSource, in ProcessHeaderScriptable() argument
514 return ProcessHeader(aType, aSourceURI, aHeader, aSecInfo, aFlags, aSource, in ProcessHeaderScriptable()
522 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, uint32_t aHeaderSource, in ProcessHeader() argument
548 NS_ENSURE_ARG(aSecInfo); in ProcessHeader()
550 aSecInfo, aFlags, source, aOriginAttributes, in ProcessHeader()
556 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags, in ProcessHeaderInternal() argument
574 if (aSecInfo) { in ProcessHeaderInternal()
578 rv = aSecInfo->GetIsDomainMismatch(&trustcheck); in ProcessHeaderInternal()
582 rv = aSecInfo->GetIsNotValidAtThisTime(&trustcheck); in ProcessHeaderInternal()
586 rv = aSecInfo->GetIsUntrusted(&trustcheck); in ProcessHeaderInternal()
H A DnsISiteSecurityService.idl108 * @param aSecInfo the TransportSecurityInfo of the current channel.
131 in nsITransportSecurityInfo aSecInfo,
144 in nsITransportSecurityInfo aSecInfo,
H A DnsSiteSecurityService.h131 nsITransportSecurityInfo* aSecInfo, uint32_t aFlags,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/socket/neqo_glue/
H A DNeqoHttp3Conn.h27 nsresult GetSecInfo(NeqoSecretInfo* aSecInfo) { in GetSecInfo() argument
28 return neqo_http3conn_tls_info(this, aSecInfo); in GetSecInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/socket/neqo_glue/
H A DNeqoHttp3Conn.h27 nsresult GetSecInfo(NeqoSecretInfo* aSecInfo) { in GetSecInfo() argument
28 return neqo_http3conn_tls_info(this, aSecInfo); in GetSecInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/socket/neqo_glue/
H A DNeqoHttp3Conn.h26 nsresult GetSecInfo(NeqoSecretInfo* aSecInfo) { in GetSecInfo() argument
27 return neqo_http3conn_tls_info(this, aSecInfo); in GetSecInfo()
/dports/www/firefox/firefox-99.0/netwerk/socket/neqo_glue/
H A DNeqoHttp3Conn.h29 nsresult GetSecInfo(NeqoSecretInfo* aSecInfo) { in GetSecInfo() argument
30 return neqo_http3conn_tls_info(this, aSecInfo); in GetSecInfo()

12