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:BITS_PER_BYTE
(Results
1 - 7
of
7
) sorted by relevance
/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H
A
D
huks_adapter.h
23
#define
BITS_PER_BYTE
8
macro
/base/sensors/sensor/vibration_convert/core/native/src/
H
A
D
audio_parsing.cpp
44
constexpr int32_t
BITS_PER_BYTE
= 8;
member
103
((attributeChunk_.bitsPerSample /
BITS_PER_BYTE
) * attributeChunk_.fmtChannels);
in ParseAudioFile()
139
audioAttribute.dataCount = attributeChunk_.dataSize / ((attributeChunk_.bitsPerSample /
BITS_PER_BYTE
) *
in GetAudioAttribute()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H
A
D
huks_adapter.c
744
hkdfParams[idx++].uint32Param = outLen *
BITS_PER_BYTE
;
in ConstructPseudonymParamSet()
1280
agreeParams[idx++].uint32Param = keyLen *
BITS_PER_BYTE
;
in ConstructAgreeWithStorageParams()
1411
agreeParams[idx++].uint32Param = sharedKey->length *
BITS_PER_BYTE
;
in ConstructAgreeParamSet()
1522
generateParams[idx++].uint32Param = keyLen *
BITS_PER_BYTE
;
in ConstructGenerateKeyPairWithStorageParams()
1628
.uint32Param = keyLen *
BITS_PER_BYTE
in ConstructGenerateKeyPairParams()
1958
importParams[idx++].uint32Param = keyLen *
BITS_PER_BYTE
;
in ConstructImportPublicKeyParams()
2189
importParam[idx++].uint32Param = keyLen *
BITS_PER_BYTE
;
in ConstructImportSymmetricKeyParam()
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H
A
D
huks_adapter.c
32
#define
BITS_PER_BYTE
8
macro
535
.uint32Param = key_byte_size *
BITS_PER_BYTE
in init_aes_gcm_encrypt_param_set()
622
.uint32Param = key_byte_size *
BITS_PER_BYTE
in init_aes_gcm_decrypt_param_set()
1659
public_key->length *
BITS_PER_BYTE
, user_type, &key_param_set);
in verify_with_public_key()
1695
.uint32Param = HC_ST_PUBLIC_KEY_LEN *
BITS_PER_BYTE
in gen_agreed_key_param_set()
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H
A
D
huks_adapter_mock_for_pake.c
31
#define
BITS_PER_BYTE
8
macro
495
.uint32Param = key_byte_size *
BITS_PER_BYTE
in init_aes_gcm_encrypt_param_set()
570
.uint32Param = key_byte_size *
BITS_PER_BYTE
in init_aes_gcm_decrypt_param_set()
1499
public_key->length *
BITS_PER_BYTE
, user_type, &key_param_set);
in verify_with_public_key()
1529
.uint32Param = HC_ST_PUBLIC_KEY_LEN *
BITS_PER_BYTE
in gen_agreed_key_param_set()
H
A
D
huks_adapter_mock.c
31
#define
BITS_PER_BYTE
8
macro
495
.uint32Param = key_byte_size *
BITS_PER_BYTE
in init_aes_gcm_encrypt_param_set()
1429
public_key->length *
BITS_PER_BYTE
, user_type, &key_param_set);
in verify_with_public_key()
1459
.uint32Param = HC_ST_PUBLIC_KEY_LEN *
BITS_PER_BYTE
in gen_agreed_key_param_set()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H
A
D
mbedtls_ec_adapter.c
47
#define
BITS_PER_BYTE
8
macro
Completed in 13 milliseconds