OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEncrypted
(Results
1 - 7
of
7
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
CencSampleEncryptionInformationGroupEntry.java
27
* Each sample in a protected track shall be associated with an
IsEncrypted
flag, IV_Size, and KID.
37
private int
isEncrypted
;
43
isEncrypted
= IsoTypeReader.readUInt24(byteBuffer);
53
IsoTypeWriter.writeUInt24(byteBuffer,
isEncrypted
);
61
return
isEncrypted
;
65
isEncrypted
= encrypted;
88
"
isEncrypted
=" +
isEncrypted
+
105
if (
isEncrypted
!= that.
isEncrypted
) {
[
all
...]
/external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp
757
bool
isEncrypted
= f.
IsEncrypted
();
758
rep.Group = GetGroupIndex(
isEncrypted
, Is86FilteredFolder(f));
767
if (
isEncrypted
)
/system/security/keystore/
keystore.cpp
457
bool
isEncrypted
() const {
499
if (
isEncrypted
()) {
525
if (
isEncrypted
()) {
574
if (
isEncrypted
() && (state != STATE_NO_ERROR)) {
589
if (
isEncrypted
()) {
1026
uid, keyBlob->
isEncrypted
() ? KEYSTORE_FLAG_ENCRYPTED : KEYSTORE_FLAG_NONE);
[
all
...]
/prebuilts/devtools/tools/lib/
jobb.jar
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 629 milliseconds