Home
last modified time | relevance | path

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

/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp43 bool deserialize_key_blob(keymaster_key_blob_t* key_blob, const uint8_t** buf_ptr, in deserialize_key_blob()
105 CertificateChain deserialize_chain(const uint8_t** buf_ptr, const uint8_t* end) { in deserialize_chain()
175 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
198 bool GenerateKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
267 bool GenerateCsrRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
344 bool GetKeyCharacteristicsResponse::NonErrorDeserialize(const uint8_t** buf_ptr, in NonErrorDeserialize()
510 bool AddEntropyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
535 bool ImportKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
593 bool ExportKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
635 bool DeleteKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
[all …]
H A Dserializable.cpp45 bool copy_from_buf(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size) { in copy_from_buf()
55 bool copy_size_and_data_from_buf(const uint8_t** buf_ptr, const uint8_t* end, size_t* size, in copy_size_and_data_from_buf()
169 bool Buffer::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
H A Dauthorization_set.cpp349 static bool deserialize(keymaster_key_param_t* param, const uint8_t** buf_ptr, const uint8_t* end, in deserialize()
425 bool AuthorizationSet::DeserializeIndirectData(const uint8_t** buf_ptr, const uint8_t* end) { in DeserializeIndirectData()
436 bool AuthorizationSet::DeserializeElementsData(const uint8_t** buf_ptr, const uint8_t* end) { in DeserializeElementsData()
491 bool AuthorizationSet::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
/aosp12/system/keymaster/include/keymaster/
H A Dserializable.h157 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_uint32_from_buf()
168 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf()
179 inline bool copy_uint32_array_from_buf(const uint8_t** buf_ptr, const uint8_t* end, in copy_uint32_array_from_buf()
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/
H A Dfsverity.rs31 buf_ptr: u64, field
/aosp12/system/chre/apps/wifi_offload/
H A Dutility.cc101 char *buf_ptr = ssid_buffer; in LogSsid() local
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A Dfuzz_fixed_queue.cc77 void* buf_ptr = nullptr; in callArbitraryFunction() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfsverity.h65 __u64 buf_ptr; member
H A Dtee.h49 __u64 buf_ptr; member
/aosp12/system/keymaster/key_blob_utils/
H A Dauth_encrypted_key_blob.cpp248 const uint8_t** buf_ptr = &tmp; in DeserializeAuthEncryptedBlob() local
/aosp12/bionic/libc/kernel/uapi/drm/
H A Dpanfrost_drm.h129 __u64 buf_ptr; member
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQCameraMjpegDecode.cpp621 uint8_t *buf_ptr; in decoder_input_req_handler() local
H A DQualcommUsbCamera.cpp1636 void *buf_ptr, in cache_ops()
/aosp12/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_vpu.h190 void __user *buf_ptr; member
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_vpu.h392 void __user *buf_ptr; member
/aosp12/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_vpu.h195 void __user *buf_ptr; member
/aosp12/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_vpu.h412 void __user *buf_ptr; member
/aosp12/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_vpu.h195 void __user * buf_ptr; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_vpu.h412 void __user *buf_ptr; member
/aosp12/system/bt/stack/hcic/
H A Dhciblecmds.cc1039 uint8_t* buf_ptr = bcst_code.data(); in btsnd_hcic_create_big() local
1081 uint8_t* buf_ptr = bcst_code.data(); in btsnd_hcic_big_create_sync() local
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp208 uint16 crc_16_l_step_nv12 (uint16 seed, const void *buf_ptr, in crc_16_l_step_nv12()