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:int_rep
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
bignum_mod.c
59
N->
int_rep
= MBEDTLS_MPI_MOD_REP_INVALID;
in mbedtls_mpi_mod_modulus_init()
68
switch (N->
int_rep
) {
in mbedtls_mpi_mod_modulus_free()
87
N->
int_rep
= MBEDTLS_MPI_MOD_REP_INVALID;
in mbedtls_mpi_mod_modulus_free()
129
mbedtls_mpi_mod_rep_selector
int_rep
)
in standard_modulus_setup()
134
N->
int_rep
=
int_rep
;
in standard_modulus_setup()
273
switch (N->
int_rep
) {
in mbedtls_mpi_mod_inv()
364
if (N->
int_rep
== MBEDTLS_MPI_MOD_REP_MONTGOMERY) {
in mbedtls_mpi_mod_write()
385
if (N->
int_rep
== MBEDTLS_MPI_MOD_REP_MONTGOMERY &&
in mbedtls_mpi_mod_write()
126
standard_modulus_setup(mbedtls_mpi_mod_modulus *N, const mbedtls_mpi_uint *p, size_t p_limbs, mbedtls_mpi_mod_rep_selector
int_rep
)
standard_modulus_setup()
argument
H
A
D
bignum_mod_raw.c
127
switch (N->
int_rep
) {
in mbedtls_mpi_mod_raw_mul()
194
switch (N->
int_rep
) {
in mbedtls_mpi_mod_raw_canonical_to_modulus_rep()
208
switch (N->
int_rep
) {
in mbedtls_mpi_mod_raw_modulus_to_canonical_rep()
H
A
D
bignum_mod.h
39
* specified by the \c
int_rep
field of the modulus.
125
mbedtls_mpi_mod_rep_selector
int_rep
; // selector to signal the active member of the union
member
127
/* if
int_rep
== #MBEDTLS_MPI_MOD_REP_MONTGOMERY */
129
/* if
int_rep
== #MBEDTLS_MPI_MOD_REP_OPT_RED */
141
* and interpreted according to the value of the `N->
int_rep
` field.
154
* indicated by `N->
int_rep
`.
232
* \note Currently handles the case when `N->
int_rep
` is
388
* based on the value of the `N->
int_rep
` field.
420
* based on the value of `N->
int_rep
` field.
/third_party/mbedtls/tests/src/
H
A
D
bignum_helpers.c
80
mbedtls_mpi_mod_rep_selector
int_rep
)
in mbedtls_test_read_mpi_modulus()
92
switch (
int_rep
) {
in mbedtls_test_read_mpi_modulus()
78
mbedtls_test_read_mpi_modulus(mbedtls_mpi_mod_modulus *N, const char *s, mbedtls_mpi_mod_rep_selector
int_rep
)
mbedtls_test_read_mpi_modulus()
argument
/third_party/mbedtls/tests/include/test/
H
A
D
bignum_helpers.h
58
* \param
int_rep
The desired representation of residues.
64
mbedtls_mpi_mod_rep_selector
int_rep
);
Completed in 2 milliseconds