Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:schannel_cred
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
tls_schannel.c
338
SCHANNEL_CRED
schannel_cred
= { 0 };
in tls_open()
local
351
schannel_cred
.dwVersion = SCHANNEL_CRED_VERSION;
in tls_open()
354
schannel_cred
.dwFlags = SCH_CRED_AUTO_CRED_VALIDATION |
in tls_open()
357
schannel_cred
.dwFlags = SCH_CRED_MANUAL_CRED_VALIDATION |
in tls_open()
363
NULL, &
schannel_cred
, NULL, NULL, &c->cred_handle,
in tls_open()
/third_party/curl/lib/vtls/
H
A
D
schannel.c
357
set_ssl_ciphers(SCHANNEL_CRED *
schannel_cred
, char *ciphers,
in set_ssl_ciphers()
argument
372
schannel_cred
->dwFlags |= SCH_USE_STRONG_CRYPTO;
in set_ssl_ciphers()
379
schannel_cred
->palgSupportedAlgs = algIds;
in set_ssl_ciphers()
380
schannel_cred
->cSupportedAlgs = algCount;
in set_ssl_ciphers()
983
SCHANNEL_CRED
schannel_cred
= { 0 };
in schannel_acquire_credential_handle()
local
984
schannel_cred
.dwVersion = SCHANNEL_CRED_VERSION;
in schannel_acquire_credential_handle()
985
schannel_cred
.dwFlags = flags;
in schannel_acquire_credential_handle()
986
schannel_cred
.grbitEnabledProtocols = enabled_protocols;
in schannel_acquire_credential_handle()
1000
result = set_ssl_ciphers(&
schannel_cred
, ciphers, algIds);
in schannel_acquire_credential_handle()
1007
schannel_cred
in schannel_acquire_credential_handle()
[all...]
Completed in 3 milliseconds