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

  /system/keymaster/
attestation_record.cpp 621 static bool get_ulong(const ASN1_INTEGER* asn1_int, keymaster_tag_t tag, function in namespace:keymaster
663 if (!get_ulong(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list))
667 if (!get_ulong(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list))
671 if (!get_ulong(record->origination_expire_date_time, TAG_ORIGINATION_EXPIRE_DATETIME,
676 if (!get_ulong(record->usage_expire_date_time, TAG_USAGE_EXPIRE_DATETIME, auth_list))
703 if (!get_ulong(record->creation_date_time, TAG_CREATION_DATETIME, auth_list))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 214 get_ulong(PyObject *v, unsigned long *p) function
581 if (get_ulong(v, &x) < 0)
606 if (get_ulong(v, &x) < 0)
840 if (get_ulong(v, &x) < 0)
1060 if (get_ulong(v, &x) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 214 get_ulong(PyObject *v, unsigned long *p) function
581 if (get_ulong(v, &x) < 0)
606 if (get_ulong(v, &x) < 0)
840 if (get_ulong(v, &x) < 0)
1060 if (get_ulong(v, &x) < 0)
    [all...]

Completed in 83 milliseconds