/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, 139 return AuthorizeBegin(purpose, keyid, auth_set, operation_params); 193 const km_id_t keyid, 254 if (!MinTimeBetweenOpsPassed(min_ops_timeout, keyid)) [all...] |
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
eeData.h | 33 #define PREPOPULATED_ENCR_KEY(name, keyid, ...) \ 34 const struct Stm32f4xxEedataEncrKey __attribute__ ((section (".eedata"))) __EE__ ## name = { { EE_DATA_NAME_ENCR_KEY + sizeof(struct SeosEedataEncrKeyData) * (EE_DATA_NAME_MAX + 1)}, {keyid, {__VA_ARGS__}}}
|
/external/curl/tests/certs/ |
Server-localhost-sv.prm | 7 authorityKeyIdentifier = keyid
|
Server-localhost.nn-sv.prm | 7 authorityKeyIdentifier = keyid
|
Server-localhost0h-sv.prm | 8 authorityKeyIdentifier = keyid
|
/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 | 168 const Vector<uint8_t>& keyId, 173 UNUSED(keyId); 182 const Vector<uint8_t>& keyId, 187 UNUSED(keyId); 196 const Vector<uint8_t>& keyId, 200 UNUSED(keyId); 208 const Vector<uint8_t>& keyId, 212 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,
|
/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;
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/ |
ca.conf | 115 authorityKeyIdentifier = keyid:always,issuer 122 authorityKeyIdentifier = keyid:always,issuer 132 authorityKeyIdentifier = keyid,issuer 142 authorityKeyIdentifier = keyid,issuer:always 148 authorityKeyIdentifier=keyid:always 154 authorityKeyIdentifier = keyid,issuer
|
/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...] |
/device/google/contexthub/util/nanoapp_encr/ |
nanoapp_encr.c | 56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key) 68 encr.keyID = keyId; 75 // if (encr.keyID <= 0xFFFF) 76 // encr.keyID = AES_KEY_ID(encr.keyID); 78 fprintf(stderr, "Using Key ID: %016" PRIX64 "\n", encr.keyID); 192 if (!encr->keyID) { 196 fprintf(stderr, "Using Key ID: %016" PRIX64 "\n", encr->keyID); 255 uint64_t keyId = 0 [all...] |
/frameworks/av/drm/mediadrm/plugins/mock/ |
MockDrmCryptoPlugin.cpp | 552 Vector<uint8_t> const &keyId, 558 ALOGD("MockDrmPlugin::encrypt(sessionId=%s, keyId=%s, input=%s, iv=%s)", 560 vectorToString(keyId).string(), 571 // byte[] keyId -> mock-keyid 574 mByteArrayProperties.add(String8("mock-keyid"), keyId); 591 Vector<uint8_t> const &keyId, 597 ALOGD("MockDrmPlugin::decrypt(sessionId=%s, keyId=%s, input=%s, iv=%s)", 599 vectorToString(keyId).string() [all...] |
/system/security/keystore/ |
operation.h | 50 sp<IBinder> addOperation(keymaster_operation_handle_t handle, uint64_t keyid, 72 Operation(keymaster_operation_handle_t handle, uint64_t keyid, keymaster_purpose_t purpose, 76 uint64_t keyid; member in struct:android::OperationMap::Operation
|
/frameworks/av/include/media/ |
IDrm.h | 95 Vector<uint8_t> const &keyId, 101 Vector<uint8_t> const &keyId, 107 Vector<uint8_t> const &keyId, 112 Vector<uint8_t> const &keyId,
|
/frameworks/av/media/libmedia/ |
IDrm.cpp | 424 Vector<uint8_t> const &keyId, 432 writeVector(data, keyId); 446 Vector<uint8_t> const &keyId, 454 writeVector(data, keyId); 468 Vector<uint8_t> const &keyId, 475 writeVector(data, keyId); 488 Vector<uint8_t> const &keyId, 496 writeVector(data, keyId); 848 Vector<uint8_t> sessionId, keyId, input, iv, output; 850 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);
|