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:srp_user
(Results
1 - 5
of
5
) sorted by relevance
/third_party/openssl/test/helpers/
H
A
D
handshake_srp.c
30
if (strcmp(ctx_data->
srp_user
, SSL_get_srp_username(s)) != 0)
in server_srp_cb()
32
if (SSL_set_srp_server_param_pw(s, ctx_data->
srp_user
,
in server_srp_cb()
48
if (extra->server.
srp_user
!= NULL) {
in configure_handshake_ctx_for_srp()
50
server_ctx_data->
srp_user
= OPENSSL_strdup(extra->server.
srp_user
);
in configure_handshake_ctx_for_srp()
52
if (server_ctx_data->
srp_user
== NULL || server_ctx_data->srp_password == NULL) {
in configure_handshake_ctx_for_srp()
53
OPENSSL_free(server_ctx_data->
srp_user
);
in configure_handshake_ctx_for_srp()
55
server_ctx_data->
srp_user
= NULL;
in configure_handshake_ctx_for_srp()
61
if (extra->server2.
srp_user
!= NULL) {
in configure_handshake_ctx_for_srp()
65
server2_ctx_data->
srp_user
in configure_handshake_ctx_for_srp()
[all...]
H
A
D
ssl_test_ctx.h
110
char *
srp_user
;
member
129
char *
srp_user
;
member
H
A
D
ssl_test_ctx.c
359
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client,
srp_user
)
360
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server,
srp_user
)
743
OPENSSL_free(conf->server.
srp_user
);
in ssl_test_extra_conf_free_data()
745
OPENSSL_free(conf->server2.
srp_user
);
in ssl_test_extra_conf_free_data()
747
OPENSSL_free(conf->client.
srp_user
);
in ssl_test_extra_conf_free_data()
H
A
D
handshake.h
20
char *
srp_user
;
member
H
A
D
handshake.c
70
OPENSSL_free(ctx_data->
srp_user
);
in ctx_data_free_data()
71
ctx_data->
srp_user
= NULL;
in ctx_data_free_data()
Completed in 9 milliseconds