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

  /external/avb/libavb/
avb_footer.c 39 if (avb_safe_memcmp(dest->magic, AVB_FOOTER_MAGIC, AVB_FOOTER_MAGIC_LEN) !=
avb_util.h 171 int avb_safe_memcmp(const void* s1,
avb_rsa.c 276 * avb_safe_memcmp() just to be on the safe side.
278 if (avb_safe_memcmp(buf, padding, padding_num_bytes)) {
284 if (avb_safe_memcmp(buf + padding_num_bytes, hash, hash_num_bytes)) {
avb_vbmeta_image.c 58 if (avb_safe_memcmp(data, AVB_MAGIC, AVB_MAGIC_LEN) != 0) {
203 if (avb_safe_memcmp(authentication_block + h.hash_offset,
avb_util.c 83 int avb_safe_memcmp(const void* s1, const void* s2, size_t n) { function
avb_slot_verify.c 211 if (avb_safe_memcmp(digest, desc_digest, digest_len) != 0) {
561 avb_safe_memcmp(expected_public_key, pk_data, pk_len) != 0) {
    [all...]
  /external/avb/libavb_atx/
avb_atx_validate.c 70 if (0 != avb_safe_memcmp(hash, expected_hash, AVB_SHA256_DIGEST_SIZE)) {
108 if (0 != avb_safe_memcmp(certificate->signed_data.usage,
148 if (0 != avb_safe_memcmp(certificate->signed_data.subject,
236 if (0 != avb_safe_memcmp(
  /external/avb/libavb_ab/
avb_ab_flow.c 29 if (avb_safe_memcmp(src->magic, AVB_AB_MAGIC, AVB_AB_MAGIC_LEN) != 0) {
198 if (avb_safe_memcmp(ab_data, ab_data_orig, sizeof(AvbABData)) != 0) {

Completed in 689 milliseconds