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:partial_iv_len
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libcoap/src/oscore/
H
A
D
oscore.c
249
uint8_t
partial_iv_len
= (opt_value[0] & 0x07);
in oscore_decode_option_value()
local
258
if (option_len > 255 ||
partial_iv_len
== 6 ||
partial_iv_len
== 7 ||
in oscore_decode_option_value()
267
if (
partial_iv_len
!= 0) {
in oscore_decode_option_value()
269
if (offset +
partial_iv_len
> option_len) {
in oscore_decode_option_value()
273
partial_iv.length =
partial_iv_len
;
in oscore_decode_option_value()
275
offset +=
partial_iv_len
;
in oscore_decode_option_value()
/third_party/libcoap/src/
H
A
D
coap_oscore.c
356
size_t
partial_iv_len
;
in coap_oscore_new_pdu_encrypted()
local
358
partial_iv_len
= coap_encode_var_safe8(partial_iv_buffer,
in coap_oscore_new_pdu_encrypted()
364
partial_iv_len
= 1;
in coap_oscore_new_pdu_encrypted()
367
partial_iv.length =
partial_iv_len
;
in coap_oscore_new_pdu_encrypted()
Completed in 4 milliseconds