Home
last modified time | relevance | path

Searched refs:blob_size (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp63 size_t blob_size(const keymaster_blob_t& blob) { in blob_size() function
187 + blob_size(issuer_subject); in SerializedSize()
250 size += blob_size(keys_to_sign_array[i]); in SerializedSize()
252 size += blob_size(endpoint_enc_cert_chain); in SerializedSize()
253 size += blob_size(challenge); in SerializedSize()
297 return blob_size(keys_to_sign_mac) + blob_size(device_info_blob) + in NonErrorSerializedSize()
298 blob_size(protected_data_blob); in NonErrorSerializedSize()
522 + blob_size(issuer_subject); in SerializedSize()
737 return blob_size(seed) + sizeof(nonce); in SerializedSize()
777 return blob_size(sharing_check); in NonErrorSerializedSize()
[all …]
/aosp12/system/libufdt/include/
H A Dufdt_overlay.h27 struct fdt_header *ufdt_install_blob(void *blob, size_t blob_size);
/aosp12/system/libufdt/
H A Dufdt_overlay.c596 struct fdt_header *ufdt_install_blob(void *blob, size_t blob_size) { in ufdt_install_blob() argument
602 if (blob_size < sizeof(struct fdt_header)) { in ufdt_install_blob()
603 dto_error("Blob_size %zu smaller than the header size %zu\n", blob_size, in ufdt_install_blob()
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/
H A DBlobInfoViewHolder.java46 holder.blobSize = convertView.findViewById(R.id.blob_size); in createOrRecycle()
H A DLeaseInfoListView.java99 final TextView blobSize = headerView.findViewById(R.id.blob_size); in getHeaderView()
/aosp12/system/security/keystore2/src/
H A Dlegacy_blob.rs520 let blob_size = read_ne_u32(&mut element_stream) in read_key_parameters() localVariable
529 .get(indirect_offset..indirect_offset + blob_size) in read_key_parameters()