HomeSort by relevance Sort by last modified time
    Searched refs:associated_data (Results 1 - 6 of 6) sorted by null

  /system/iot/attestation/partner-tools/
aesgcm.py 36 def encrypt(plaintext, key, associated_data=''):
45 associated_data: Associated data (optional)
62 encryptor.authenticate_additional_data(associated_data)
69 def decrypt(ciphertext, key, iv, tag, associated_data=''):
80 associated_data: Associated data (optional)
93 decryptor.authenticate_additional_data(associated_data)
  /external/mesa3d/src/gallium/include/pipe/
p_video_codec.h 154 void *associated_data; member in struct:pipe_video_buffer
164 void (*destroy_associated_data)(void *associated_data);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 209 void *associated_data,
214 if (vbuf->associated_data == associated_data)
217 if (vbuf->associated_data)
218 vbuf->destroy_associated_data(vbuf->associated_data);
220 vbuf->associated_data = associated_data;
229 return vbuf->associated_data;
vl_stubs.c 69 void *associated_data,
vl_video_buffer.h 103 void *associated_data,
  /system/keymaster/tests/
android_keymaster_test_utils.h 291 const std::string& associated_data, const std::string& message,

Completed in 6079 milliseconds