Home
last modified time | relevance | path

Searched refs:K (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp48 #define K (EmulatedScene::SKY * EmulatedScene::NUM_CHANNELS) macro
54 K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K,
55 K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K,
56 K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K,
57 K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K,
58 K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, // 5
59 K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K, K,
60 K, K, K, K, K, K, K, K, H, H, H, H, H, H, H, H, H, H, H, H,
61 K, K, K, K, K, K, K, K, H, H, H, H, H, H, H, C, C, H, H, H,
62 K, K, K, K, K, K, H, H, H, H, H, H, H, H, H, C, C, H, H, H,
[all …]
/hardware/interfaces/tests/safeunion/1.0/default/
DSafeUnion.h48 …Return<void> setK(const LargeSafeUnion& myUnion, const LargeSafeUnion::K& k, setK_cb _hidl_cb) ove…
DSafeUnion.cpp136 Return<void> SafeUnion::setK(const LargeSafeUnion& myUnion, const LargeSafeUnion::K& k, setK_cb _hi… in setK()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal253 * H = CKDF(key = K,
264 * ``K'' is a pre-established shared secret, set up during factory reset. The mechanism for
270 * be cryptographically bound to the value of K, such that establishing a new K
282 * Process for establishing K:
284 * Any method of securely establishing K that ensures that an attacker cannot obtain or
304 * 9. T computes K = KDF(HBK, S), where KDF is some secure key derivation function.
305 * 10. T sends M = AES-GCM-ENCRYPT(Q, {S || K}) to S.
307 * 11. S computes S || K = AES-GCM-DECRYPT(Q, M) and stores S and K.
311 * T receives the computeSharedHmac call, it uses the seed provided by S to compute K. S,
312 * of course, has K stored.
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Doperations.cpp1418 auto AddPart = [&](PathPartKind K, string_view_t P) { in lexically_normal() argument
1420 Parts.emplace_back(P, K); in lexically_normal()