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:coordinate_size
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
psa_util.c
491
*
coordinate_size
bytes and it must be zeroed before
493
* \param
coordinate_size
Size (in bytes) of a single coordinate in raw
507
unsigned char *raw, size_t
coordinate_size
)
in convert_der_to_raw_single_int()
539
if (unpadded_len >
coordinate_size
) {
in convert_der_to_raw_single_int()
543
padding_len =
coordinate_size
- unpadded_len;
in convert_der_to_raw_single_int()
558
size_t
coordinate_size
= PSA_BITS_TO_BYTES(bits);
in mbedtls_ecdsa_der_to_raw()
local
563
if (raw_size <
coordinate_size
* 2) {
in mbedtls_ecdsa_der_to_raw()
566
if (2 *
coordinate_size
> sizeof(raw_tmp)) {
in mbedtls_ecdsa_der_to_raw()
577
memset(raw_tmp, 0, 2 *
coordinate_size
);
in mbedtls_ecdsa_der_to_raw()
580
ret = convert_der_to_raw_single_int(p, data_len, raw_tmp,
coordinate_size
);
in mbedtls_ecdsa_der_to_raw()
506
convert_der_to_raw_single_int(unsigned char *der, size_t der_len, unsigned char *raw, size_t
coordinate_size
)
convert_der_to_raw_single_int()
argument
[all...]
Completed in 2 milliseconds