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:unpadded_len
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
psa_util.c
511
size_t
unpadded_len
, padding_len = 0;
in convert_der_to_raw_single_int()
local
514
ret = mbedtls_asn1_get_tag(&p, p + der_len, &
unpadded_len
,
in convert_der_to_raw_single_int()
521
* -
unpadded_len
== 0.
in convert_der_to_raw_single_int()
523
if (((
unpadded_len
== 0) || (*p & 0x80) != 0)) {
in convert_der_to_raw_single_int()
530
unpadded_len
--;
in convert_der_to_raw_single_int()
532
* Ignore the case in which
unpadded_len
= 0 because that's a 0 encoded
in convert_der_to_raw_single_int()
534
if ((
unpadded_len
> 0) && (*p == 0x00)) {
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()
546
memcpy(raw + padding_len, p,
unpadded_len
);
in convert_der_to_raw_single_int()
[all...]
H
A
D
pem.c
463
size_t
unpadded_len
;
in mbedtls_pem_read_buffer()
local
464
ret = pem_check_pkcs_padding(buf, len, &
unpadded_len
);
in mbedtls_pem_read_buffer()
469
len =
unpadded_len
;
in mbedtls_pem_read_buffer()
Completed in 2 milliseconds