OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encrypteddata
(Results
1 - 25
of
40
) sorted by null
1
2
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedData.java
17
* The
EncryptedData
object.
19
*
EncryptedData
::= SEQUENCE {
34
public class
EncryptedData
41
public static
EncryptedData
getInstance(
44
if (obj instanceof
EncryptedData
)
46
return (
EncryptedData
)obj;
50
return new
EncryptedData
((ASN1Sequence)obj);
56
public
EncryptedData
(
69
public
EncryptedData
(
EncryptedPrivateKeyInfo.java
70
*
encryptedData
EncryptedData
73
*
EncryptedData
::= OCTET STRING
PKCSObjectIdentifiers.java
108
static final ASN1ObjectIdentifier
encryptedData
= new ASN1ObjectIdentifier(pkcs_7 + ".6");
/libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java
50
* <dd>
encryptedData
OCTET STRING }</dd>
64
private final byte[]
encryptedData
;
113
encryptedData
= (byte[]) values[1];
126
* @param
encryptedData
131
* if {@code encrAlgName} or {@code
encryptedData
} is {@code
134
* if {@code
encryptedData
} is empty.
136
public EncryptedPrivateKeyInfo(String encrAlgName, byte[]
encryptedData
)
145
if (
encryptedData
== null) {
146
throw new NullPointerException("
encryptedData
== null");
148
if (
encryptedData
.length == 0)
[
all
...]
/external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc
21
sync_pb::
EncryptedData
encrypted;
35
sync_pb::
EncryptedData
encrypted;
54
sync_pb::
EncryptedData
encrypted;
75
sync_pb::
EncryptedData
encrypted1;
77
sync_pb::
EncryptedData
encrypted2;
84
sync_pb::
EncryptedData
encrypted3;
86
sync_pb::
EncryptedData
encrypted4;
101
sync_pb::
EncryptedData
nigori;
102
sync_pb::
EncryptedData
encrypted;
cryptographer.h
61
bool CanDecrypt(const sync_pb::
EncryptedData
& encrypted) const;
65
bool CanDecryptUsingDefaultKey(const sync_pb::
EncryptedData
& encrypted) const;
71
sync_pb::
EncryptedData
* encrypted) const;
75
bool Decrypt(const sync_pb::
EncryptedData
& encrypted,
80
std::string DecryptToString(const sync_pb::
EncryptedData
& encrypted) const;
84
bool GetKeys(sync_pb::
EncryptedData
* encrypted) const;
94
bool SetKeys(const sync_pb::
EncryptedData
& encrypted);
99
void SetPendingKeys(const sync_pb::
EncryptedData
& encrypted);
137
scoped_ptr<sync_pb::
EncryptedData
> pending_keys_;
cryptographer.cc
35
bool Cryptographer::CanDecrypt(const sync_pb::
EncryptedData
& data) const {
40
const sync_pb::
EncryptedData
& data) const {
45
sync_pb::
EncryptedData
* encrypted) const {
64
bool Cryptographer::Decrypt(const sync_pb::
EncryptedData
& encrypted,
72
const sync_pb::
EncryptedData
& encrypted) const {
87
bool Cryptographer::GetKeys(sync_pb::
EncryptedData
* encrypted) const {
133
bool Cryptographer::SetKeys(const sync_pb::
EncryptedData
& encrypted) {
144
void Cryptographer::SetPendingKeys(const sync_pb::
EncryptedData
& encrypted) {
146
pending_keys_.reset(new sync_pb::
EncryptedData
(encrypted));
/external/wpa_supplicant_8/src/tls/
pkcs8.c
137
*
encryptedData
EncryptedData
}
139
*
EncryptedData
::= OCTET STRING
167
/*
encryptedData
EncryptedData
*/
172
"(
encryptedData
) - found class %d tag 0x%x",
/external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h
19
class
EncryptedData
;
51
const sync_pb::
EncryptedData
& encrypted_data);
encryption.proto
29
message
EncryptedData
{
nigori_specifics.proto
33
optional
EncryptedData
encrypted = 1;
password_specifics.proto
40
optional
EncryptedData
encrypted = 1;
proto_value_conversions.cc
94
DictionaryValue* EncryptedDataToValue(const sync_pb::
EncryptedData
& proto) {
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KDCReplyTest.java
25
import org.apache.harmony.auth.internal.kerberos.v5.
EncryptedData
;
48
EncryptedData
encPart = reply.getEncPart();
140
// enc-part [3]
EncryptedData
: empty for a while
143
// enc-part [6]
EncryptedData
: empty for a while
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfo_ImplTest.java
85
EncryptedPrivateKeyInfoData.
encryptedData
);
114
EncryptedPrivateKeyInfoData.
encryptedData
);
/external/openssl/crypto/krb5/
krb5_asn.h
76
/*
EncryptedData
::= SEQUENCE {
109
** enc-part[3]
EncryptedData
129
** authenticator[4]
EncryptedData
/external/openssl/include/openssl/
krb5_asn.h
76
/*
EncryptedData
::= SEQUENCE {
109
** enc-part[3]
EncryptedData
129
** authenticator[4]
EncryptedData
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java
415
EncryptedPrivateKeyInfoData.
encryptedData
);
435
EncryptedPrivateKeyInfoData.
encryptedData
);
442
EncryptedPrivateKeyInfoData.
encryptedData
);
464
EncryptedPrivateKeyInfoData.
encryptedData
);
506
byte[] encryptedDataCopy = EncryptedPrivateKeyInfoData.
encryptedData
514
assertTrue(Arrays.equals(EncryptedPrivateKeyInfoData.
encryptedData
,
564
EncryptedPrivateKeyInfoData.
encryptedData
);
576
EncryptedPrivateKeyInfoData.
encryptedData
);
602
EncryptedPrivateKeyInfoData.
encryptedData
);
663
byte[] encryptedDataCopy = EncryptedPrivateKeyInfoData.
encryptedData
.clone()
[
all
...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java
379
EncryptedPrivateKeyInfoData.
encryptedData
);
399
EncryptedPrivateKeyInfoData.
encryptedData
);
406
EncryptedPrivateKeyInfoData.
encryptedData
);
428
EncryptedPrivateKeyInfoData.
encryptedData
);
470
byte[] encryptedDataCopy = EncryptedPrivateKeyInfoData.
encryptedData
478
assertTrue(Arrays.equals(EncryptedPrivateKeyInfoData.
encryptedData
,
520
EncryptedPrivateKeyInfoData.
encryptedData
);
548
EncryptedPrivateKeyInfoData.
encryptedData
);
609
byte[] encryptedDataCopy = EncryptedPrivateKeyInfoData.
encryptedData
.clone();
618
assertTrue(Arrays.equals(EncryptedPrivateKeyInfoData.
encryptedData
,
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java
59
import org.bouncycastle.asn1.pkcs.
EncryptedData
;
851
else if (c[i].getContentType().equals(
encryptedData
))
853
EncryptedData
d = new
EncryptedData
((ASN1Sequence)c[i].getContent());
[
all
...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosTicketTest.java
630
// enc-part [3]
EncryptedData
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
209
const sync_pb::
EncryptedData
& encrypted = password_specifics.encrypted();
235
const sync_pb::
EncryptedData
& encrypted =
567
const sync_pb::
EncryptedData
& old_ciphertext =
[
all
...]
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java
[
all
...]
/external/bouncycastle/
bouncycastle.config
72
org/bouncycastle/asn1/cms/
EncryptedData
.java \
Completed in 2190 milliseconds
1
2