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:modp
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
bignum_mod.h
118
mbedtls_mpi_modp_fn
modp
; /* The optimised reduction function pointer */
member
208
* \param
modp
A pointer to the optimised reduction function to use. \p p.
215
mbedtls_mpi_modp_fn
modp
);
H
A
D
bignum_mod.c
78
N->rep.ored.
modp
= NULL;
in mbedtls_mpi_mod_modulus_free()
156
mbedtls_mpi_modp_fn
modp
)
in mbedtls_mpi_mod_optred_modulus_setup()
159
N->rep.ored.
modp
=
modp
;
in mbedtls_mpi_mod_optred_modulus_setup()
153
mbedtls_mpi_mod_optred_modulus_setup(mbedtls_mpi_mod_modulus *N, const mbedtls_mpi_uint *p, size_t p_limbs, mbedtls_mpi_
modp
_fn
modp
)
mbedtls_mpi_mod_optred_modulus_setup()
argument
H
A
D
bignum_mod_raw.c
136
(*N->rep.ored.
modp
)(T, T_limbs);
in mbedtls_mpi_mod_raw_mul()
H
A
D
ecp.c
523
grp->
modp
= NULL;
in mbedtls_ecp_group_init()
994
* Wrapper around fast quasi-
modp
functions, with fall-back to mbedtls_mpi_mod_mpi.
1003
if (grp->
modp
== NULL) {
in ecp_modp()
1013
MBEDTLS_MPI_CHK(grp->
modp
(N));
in ecp_modp()
H
A
D
ecp_curves_new.c
4587
#define NIST_MODP(P) grp->
modp
= ecp_mod_ ## P;
4800
grp->
modp
= ecp_mod_p192k1;
in mbedtls_ecp_group_load()
4806
grp->
modp
= ecp_mod_p224k1;
in mbedtls_ecp_group_load()
4812
grp->
modp
= ecp_mod_p256k1;
in mbedtls_ecp_group_load()
4833
grp->
modp
= ecp_mod_p255;
in mbedtls_ecp_group_load()
4839
grp->
modp
= ecp_mod_p448;
in mbedtls_ecp_group_load()
5820
mbedtls_mpi_modp_fn
modp
= NULL;
in mbedtls_ecp_modulus_setup()
local
5834
modp
= &mbedtls_ecp_mod_p192_raw;
in mbedtls_ecp_modulus_setup()
5849
modp
= &mbedtls_ecp_mod_p224_raw;
in mbedtls_ecp_modulus_setup()
5864
modp
in mbedtls_ecp_modulus_setup()
[all...]
H
A
D
ecp_curves.c
4567
#define NIST_MODP(P) grp->
modp
= ecp_mod_ ## P;
4758
grp->
modp
= ecp_mod_p192k1;
in mbedtls_ecp_group_load()
4764
grp->
modp
= ecp_mod_p224k1;
in mbedtls_ecp_group_load()
4770
grp->
modp
= ecp_mod_p256k1;
in mbedtls_ecp_group_load()
4791
grp->
modp
= ecp_mod_p255;
in mbedtls_ecp_group_load()
4797
grp->
modp
= ecp_mod_p448;
in mbedtls_ecp_group_load()
/third_party/mbedtls/include/mbedtls/
H
A
D
ecp.h
214
* If \p
modp
is NULL, reduction modulo \p P is done using a generic algorithm.
215
* Otherwise, \p
modp
must point to a function that takes an \p mbedtls_mpi in the
252
int(*MBEDTLS_PRIVATE(
modp
))(mbedtls_mpi *); /*!< The function for fast pseudo-reduction
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
evaluate.c
229
static struct symbol *base_type(struct symbol *node, unsigned long *
modp
, struct ident **asp)
in base_type()
argument
243
*
modp
= mod & ~MOD_IGNORE;
in base_type()
Completed in 32 milliseconds