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

  /external/avb/libavb/
avb_rsa.h 50 * |hash_num_bytes|. The padding to expect must be passed in using
65 size_t hash_num_bytes,
avb_rsa.c 236 size_t hash_num_bytes,
259 if (padding_num_bytes != sig_num_bytes - hash_num_bytes) {
284 if (avb_safe_memcmp(buf + padding_num_bytes, hash, hash_num_bytes)) {
  /external/avb/
avbtool 73 hash_num_bytes: Number of bytes used to store the hash.
79 def __init__(self, algorithm_type, hash_name, hash_num_bytes,
83 self.hash_num_bytes = hash_num_bytes
97 hash_num_bytes=0,
104 hash_num_bytes=32,
118 hash_num_bytes=32,
132 hash_num_bytes=32,
146 hash_num_bytes=64,
160 hash_num_bytes=64
    [all...]

Completed in 1224 milliseconds