HomeSort by relevance Sort by last modified time
    Searched full:keyid (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/tcpdump/tests/
ieee802.11_rx-stbc.out 1 7268us tsft 2462 MHz 11g -51dB signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC1 CF +QoS Data IV: 11 Pad 20 KeyID 0
2 119738173us tsft 2462 MHz 11g -46dB signal antenna 1 135.0 Mb/s MCS 7 40 MHz lon GI RX-STBC2 CF +QoS Data IV: 1 Pad 20 KeyID 0
3 470382336us tsft 2462 MHz 11g -45dB signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC3 CF +QoS Data IV: 5 Pad 20 KeyID 0
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
SubjectKeyIdentifier.java 48 byte[] keyid)
50 this.keyidentifier = keyid;
54 ASN1OctetString keyid)
56 this.keyidentifier = keyid.getOctets();
  /system/keymaster/
keymaster_enforcement.cpp 41 bool LastKeyAccessTime(km_id_t keyid, uint32_t* last_access_time) const;
45 bool UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout);
49 km_id_t keyid; member in struct:keymaster::AccessTimeMap::AccessTime
63 bool KeyAccessCount(km_id_t keyid, uint32_t* count) const;
67 bool IncrementKeyAccessCount(km_id_t keyid);
71 km_id_t keyid; member in struct:keymaster::AccessCountMap::AccessCount
119 const km_id_t keyid,
138 return AuthorizeBegin(purpose, keyid, auth_set, operation_params);
192 const km_id_t keyid,
253 if (!MinTimeBetweenOpsPassed(min_ops_timeout, keyid))
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/
Session.cpp 54 const KeyMap::key_type& keyId = keys.keyAt(i);
56 mKeyMap.add(keyId, key);
65 const KeyId keyId, const Iv iv, const void* source,
71 keyIdVector.appendArray(keyId, kBlockSize);
CryptoPlugin.h 46 bool secure, const KeyId keyId, const Iv iv,
DrmPlugin.h 172 const Vector<uint8_t>& keyId,
177 UNUSED(keyId);
186 const Vector<uint8_t>& keyId,
191 UNUSED(keyId);
200 const Vector<uint8_t>& keyId,
204 UNUSED(keyId);
212 const Vector<uint8_t>& keyId,
216 UNUSED(keyId);
CryptoPlugin.cpp 35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv,
67 status_t res = mSession->decrypt(keyId, iv, srcPtr, dstPtr, subSamples,
Session.h 49 const KeyId keyId, const Iv iv, const void* source,
ClearKeyTypes.h 28 typedef uint8_t KeyId[kBlockSize];
JsonWebKey.h 50 bool findKey(const String8& jsonObject, String8* keyId,
  /external/boringssl/src/crypto/x509v3/
v3_akey.c 90 if(akeyid->keyid) {
91 tmp = hex_to_string(akeyid->keyid->data, akeyid->keyid->length);
92 X509V3_add_value("keyid", tmp, &extlist);
107 * keyid: use the issuers subject keyid, the value 'always' means its is
110 * to only use this if keyid is not present. With the option 'always'
117 char keyid=0, issuer=0; local
133 if(!strcmp(cnf->name, "keyid"))
135 keyid = 1
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 130 const int keyId, const int x, const int y, const bool isGeometric) const {
131 const float centerX = static_cast<float>(getKeyCenterXOfKeyIdG(keyId, x, isGeometric));
132 const float centerY = static_cast<float>(getKeyCenterYOfKeyIdG(keyId, y, isGeometric));
196 const int keyId, const int referencePointX, const bool isGeometric) const {
197 if (keyId < 0) {
200 int centerX = (hasTouchPositionCorrectionData()) ? static_cast<int>(mSweetSpotCenterXs[keyId])
201 : mCenterXsG[keyId];
202 const int keyWidth = mKeyWidths[keyId];
222 const int keyId, const int referencePointY, const bool isGeometric) const {
224 if (keyId < 0)
    [all...]
proximity_info_utils.h 133 const int *const keyWidths, const int *keyHeights, const int keyId, const int x,
135 if (keyId < 0) return true; // NOT_A_ID is -1, but return whenever < 0 just in case
136 const int left = keyXCoordinates[keyId];
137 const int top = keyYCoordinates[keyId];
138 const int right = left + keyWidths[keyId] + 1;
139 const int bottom = top + keyHeights[keyId];
222 const int keyId, const int x, const int y) {
224 if (keyId < 0) return MAX_VALUE_FOR_WEIGHTING;
225 const int left = keyXCoordinates[keyId];
226 const int top = keyYCoordinates[keyId];
    [all...]
proximity_info.h 41 const int keyId, const int x, const int y, const bool isGeometric) const;
68 const int keyId, const int referencePointX, const bool isGeometric) const;
70 const int keyId, const int referencePointY, const bool isGeometric) const;
proximity_info_state.cpp 171 const int keyId = mProximityInfo->getKeyIndexOf(codePoint);
172 if (keyId != NOT_AN_INDEX) {
173 const int index = inputIndex * mProximityInfo->getKeyCount() + keyId;
184 const int inputIndex, const int keyId) const {
187 keyId);
277 bool ProximityInfoState::isKeyInSerchKeysAfterIndex(const int index, const int keyId) const {
278 ASSERT(keyId >= 0 && index >= 0 && index < mSampledInputSize);
279 return mSampledSearchKeySets[index].test(keyId);
  /external/icu/icu4c/source/common/
servslkf.cpp 67 UnicodeString keyID;
68 lkey.currentID(keyID);
69 if (_id == keyID) {
  /external/boringssl/src/crypto/x509/
x_x509a.c 75 ASN1_OPT(X509_CERT_AUX, keyid, ASN1_OCTET_STRING),
109 if (!x || !x->aux || !x->aux->keyid)
111 ASN1_OCTET_STRING_free(x->aux->keyid);
112 x->aux->keyid = NULL;
116 if(!aux->keyid && !(aux->keyid = ASN1_OCTET_STRING_new())) return 0;
117 return ASN1_STRING_set(aux->keyid, id, len);
129 if(!x->aux || !x->aux->keyid) return NULL;
130 if(len) *len = x->aux->keyid->length;
131 return x->aux->keyid->data
    [all...]
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 558 Vector<uint8_t> const &keyId,
564 ALOGD("MockDrmPlugin::encrypt(sessionId=%s, keyId=%s, input=%s, iv=%s)",
566 vectorToString(keyId).string(),
577 // byte[] keyId -> mock-keyid
580 mByteArrayProperties.add(String8("mock-keyid"), keyId);
597 Vector<uint8_t> const &keyId,
603 ALOGD("MockDrmPlugin::decrypt(sessionId=%s, keyId=%s, input=%s, iv=%s)",
605 vectorToString(keyId).string()
    [all...]
MockDrmCryptoPlugin.h 112 Vector<uint8_t> const &keyId,
118 Vector<uint8_t> const &keyId,
124 Vector<uint8_t> const &keyId,
129 Vector<uint8_t> const &keyId,
  /system/security/keystore/
operation.h 50 sp<IBinder> addOperation(keymaster_operation_handle_t handle, uint64_t keyid,
71 Operation(keymaster_operation_handle_t handle, uint64_t keyid, keymaster_purpose_t purpose,
75 uint64_t keyid; member in struct:android::OperationMap::Operation
  /frameworks/av/media/libmedia/
IDrm.cpp 437 Vector<uint8_t> const &keyId,
445 writeVector(data, keyId);
459 Vector<uint8_t> const &keyId,
467 writeVector(data, keyId);
481 Vector<uint8_t> const &keyId,
488 writeVector(data, keyId);
501 Vector<uint8_t> const &keyId,
509 writeVector(data, keyId);
869 Vector<uint8_t> sessionId, keyId, input, iv, output;
871 readVector(data, keyId);
    [all...]
  /system/keymaster/include/keymaster/
keymaster_enforcement.h 52 keymaster_error_t AuthorizeOperation(const keymaster_purpose_t purpose, const km_id_t keyid,
63 keymaster_error_t AuthorizeBegin(const keymaster_purpose_t purpose, const km_id_t keyid,
96 static bool CreateKeyId(const keymaster_key_blob_t& key_blob, km_id_t* keyid);
151 bool MinTimeBetweenOpsPassed(uint32_t min_time_between, const km_id_t keyid);
152 bool MaxUsesPerBootNotExceeded(const km_id_t keyid, uint32_t max_uses);
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 548 byte[] keyId = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09};
555 byte[] output = cs.encrypt(keyId, input, iv);
557 assertTrue(Arrays.equals(keyId, md.getPropertyByteArray("mock-keyid")));
574 byte[] keyId = {0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49};
581 byte[] output = cs.decrypt(keyId, input, iv);
583 assertTrue(Arrays.equals(keyId, md.getPropertyByteArray("mock-keyid")));
600 byte[] keyId = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09};
606 byte[] signature = cs.sign(keyId, message)
    [all...]
  /external/wpa_supplicant_8/hs20/server/ca/
openssl.cnf 117 authorityKeyIdentifier=keyid:always,issuer
174 authorityKeyIdentifier=keyid:always
186 authorityKeyIdentifier=keyid,issuer
196 authorityKeyIdentifier=keyid,issuer
  /frameworks/av/include/media/
IDrm.h 97 Vector<uint8_t> const &keyId,
103 Vector<uint8_t> const &keyId,
109 Vector<uint8_t> const &keyId,
114 Vector<uint8_t> const &keyId,

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8