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:dpp_curves
(Results
1 - 2
of
2
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
dpp_crypto.c
25
static const struct dpp_curve_params
dpp_curves
[] = {
variable
43
return &
dpp_curves
[0];
in dpp_get_curve_name()
45
for (i = 0;
dpp_curves
[i].name; i++) {
in dpp_get_curve_name()
46
if (os_strcmp(name,
dpp_curves
[i].name) == 0 ||
in dpp_get_curve_name()
47
(
dpp_curves
[i].jwk_crv &&
in dpp_get_curve_name()
48
os_strcmp(name,
dpp_curves
[i].jwk_crv) == 0))
in dpp_get_curve_name()
49
return &
dpp_curves
[i];
in dpp_get_curve_name()
59
for (i = 0;
dpp_curves
[i].name; i++) {
in dpp_get_curve_jwk_crv()
60
if (
dpp_curves
[i].jwk_crv &&
in dpp_get_curve_jwk_crv()
61
os_strcmp(name,
dpp_curves
[
in dpp_get_curve_jwk_crv()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
dpp.c
134
static const struct dpp_curve_params
dpp_curves
[] = {
variable
929
for (i = 0;
dpp_curves
[i].name; i++) {
in dpp_get_curve_oid()
930
oid = OBJ_txt2obj(
dpp_curves
[i].name, 0);
in dpp_get_curve_oid()
932
return &
dpp_curves
[i];
in dpp_get_curve_oid()
944
for (i = 0;
dpp_curves
[i].name; i++) {
in dpp_get_curve_nid()
945
tmp = OBJ_txt2nid(
dpp_curves
[i].name);
in dpp_get_curve_nid()
947
return &
dpp_curves
[i];
in dpp_get_curve_nid()
1276
for (i = 0;
dpp_curves
[i].name; i++) {
in dpp_get_curve_name()
1277
if (os_strcmp(name,
dpp_curves
[i].name) == 0 ||
in dpp_get_curve_name()
1278
(
dpp_curves
[
in dpp_get_curve_name()
[all...]
Completed in 9 milliseconds