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

  /external/avb/libavb/
avb_util.h 150 uint32_t avb_be32toh(uint32_t in) AVB_ATTR_WARN_UNUSED_RESULT;
153 uint64_t avb_be64toh(uint64_t in) AVB_ATTR_WARN_UNUSED_RESULT;
156 uint32_t avb_htobe32(uint32_t in) AVB_ATTR_WARN_UNUSED_RESULT;
159 uint64_t avb_htobe64(uint64_t in) AVB_ATTR_WARN_UNUSED_RESULT;
173 size_t n) AVB_ATTR_WARN_UNUSED_RESULT;
181 uint64_t value_to_add) AVB_ATTR_WARN_UNUSED_RESULT;
193 uint64_t b) AVB_ATTR_WARN_UNUSED_RESULT;
199 size_t num_bytes) AVB_ATTR_WARN_UNUSED_RESULT;
219 void* avb_malloc(size_t size) AVB_ATTR_WARN_UNUSED_RESULT;
222 void* avb_calloc(size_t size) AVB_ATTR_WARN_UNUSED_RESULT;
    [all...]
avb_property_descriptor.h 58 AvbPropertyDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
88 AVB_ATTR_WARN_UNUSED_RESULT;
101 AVB_ATTR_WARN_UNUSED_RESULT;
avb_sysdeps.h 49 #define AVB_ATTR_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
68 size_t n) AVB_ATTR_WARN_UNUSED_RESULT;
106 void* avb_malloc_(size_t size) AVB_ATTR_WARN_UNUSED_RESULT;
112 size_t avb_strlen(const char* str) AVB_ATTR_WARN_UNUSED_RESULT;
avb_crypto.h 117 AVB_ATTR_WARN_UNUSED_RESULT;
159 AvbRSAPublicKeyHeader* dest) AVB_ATTR_WARN_UNUSED_RESULT;
avb_descriptor.h 73 const AvbDescriptor* src, AvbDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
125 AVB_ATTR_WARN_UNUSED_RESULT;
avb_chain_partition_descriptor.h 66 AvbChainPartitionDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
avb_hash_descriptor.h 67 AVB_ATTR_WARN_UNUSED_RESULT;
avb_kernel_cmdline_descriptor.h 75 AvbKernelCmdlineDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
avb_rsa.h 67 size_t padding_num_bytes) AVB_ATTR_WARN_UNUSED_RESULT;
avb_sha.h 75 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
84 uint8_t* avb_sha512_final(AvbSHA512Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
avb_footer.h 80 AVB_ATTR_WARN_UNUSED_RESULT;
avb_hashtree_descriptor.h 77 AvbHashtreeDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
avb_vbmeta_image.h 284 size_t* out_public_key_length) AVB_ATTR_WARN_UNUSED_RESULT;

Completed in 3743 milliseconds