Home
last modified time | relevance | path

Searched defs:z (Results 1 – 21 of 21) sorted by relevance

/system/keymaster/km_openssl/
Decies_kem.cpp101 Buffer z; in Encrypt() local
156 Buffer z; in Decrypt() local
/system/bt/gd/security/ecc/
Dp_256_ecc_pp.h37 uint32_t z[KEY_LENGTH_DWORDS_P256]; member
/system/bt/stack/smp/
Dp_256_ecc_pp.h34 uint32_t z[KEY_LENGTH_DWORDS_P256]; member
/system/media/audio_utils/
Dfixedfft.cpp156 int32_t z = half(v[n - i]); in fixed_fft_real() local
/system/media/audio_utils/tests/
Dvariadic_tests.cpp109 double z = 3; in TEST() local
/system/bt/test/mock/
Dmock_stack_crypto_toolbox.cc68 Octet16 f4(const uint8_t* u, const uint8_t* v, const Octet16& x, uint8_t z) { in f4()
/system/security/keystore2/src/crypto/
Dzvec.rs96 let mut z = ZVec::new(v.len())?; in try_from() localVariable
/system/keymaster/key_blob_utils/
Docb.c387 #define AES_set_encrypt_key(x, y, z) \ argument
392 #define AES_set_decrypt_key(x, y, z) \ argument
400 #define AES_set_encrypt_key(x, y, z) rijndaelKeySetupEnc((z)->rd_key, x, y) argument
401 #define AES_set_decrypt_key(x, y, z) rijndaelKeySetupDec((z)->rd_key, x, y) argument
403 #define AES_encrypt(x, y, z) rijndaelEncrypt((z)->rd_key, ROUNDS(z), x, y) argument
404 #define AES_decrypt(x, y, z) rijndaelDecrypt((z)->rd_key, ROUNDS(z), x, y) argument
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc37 Octet16 f4(const uint8_t* u, const uint8_t* v, const Octet16& x, uint8_t z) { in f4()
/system/chre/apps/sensor_world/
Dsensor_world.cc376 float x = 0, y = 0, z = 0; in nanoappHandleEvent() local
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.cc38 Octet16 f4(uint8_t* u, uint8_t* v, const Octet16& x, uint8_t z) { in f4()
Dcrypto_toolbox_test.cc145 uint8_t z = 0x00; in TEST() local
/system/chre/chre_api/legacy/v1_2/chre/
Dsensor_types.h292 float z; member
/system/chre/chre_api/legacy/v1_4/chre/
Dsensor_types.h345 float z; member
/system/chre/chre_api/legacy/v1_3/chre/
Dsensor_types.h345 float z; member
/system/chre/chre_api/include/chre_api/chre/
Dsensor_types.h376 float z; member
/system/bt/stack/test/
Dcrypto_toolbox_test.cc166 uint8_t z = 0x00; in TEST() local
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h537 float z; member
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h676 float z; member
/system/media/audio/include/system/
Daudio.h2005 float z; member
/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h110 jboolean z; member