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

  /external/avb/libavb/
avb_cmdline.h 67 AvbAlgorithmType algorithm_type,
avb_vbmeta_image.c 149 if (h.algorithm_type == AVB_ALGORITHM_TYPE_NONE) {
155 algorithm = avb_get_algorithm_data(h.algorithm_type);
175 switch (h.algorithm_type) {
255 dest->algorithm_type = avb_be32toh(dest->algorithm_type);
avb_vbmeta_image.h 82 * the |algorithm_type| field.
90 * defined by the |algorithm_type| field. The format of the public key
140 uint32_t algorithm_type; member in struct:AvbVBMetaImageHeader
avb_cmdline.c 222 AvbAlgorithmType algorithm_type,
266 switch (algorithm_type) {
avb_slot_verify.c 1102 AvbAlgorithmType algorithm_type = AVB_ALGORITHM_TYPE_NONE; local
    [all...]
  /external/avb/test/
avb_vbmeta_image_unittest.cc 374 h->algorithm_type = htobe32(_AVB_ALGORITHM_NUM_TYPES);
509 h.algorithm_type = htobe32(n32);
549 EXPECT_EQ(n32, s.algorithm_type);
  /external/avb/
avbtool 75 algorithm_type: Integer code corresponding to |AvbAlgorithmType|.
83 def __init__(self, algorithm_type, hash_name, hash_num_bytes,
85 self.algorithm_type = algorithm_type
99 algorithm_type=0, # AVB_ALGORITHM_TYPE_NONE
106 algorithm_type=1, # AVB_ALGORITHM_TYPE_SHA256_RSA2048
120 algorithm_type=2, # AVB_ALGORITHM_TYPE_SHA256_RSA4096
134 algorithm_type=3, # AVB_ALGORITHM_TYPE_SHA256_RSA8192
148 algorithm_type=4, # AVB_ALGORITHM_TYPE_SHA512_RSA2048
162 algorithm_type=5, # AVB_ALGORITHM_TYPE_SHA512_RSA409
    [all...]

Completed in 76 milliseconds