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

  /external/vboot_reference/scripts/
genpadding.sh 63 * T: DER Encoded DigestInfo value which depends on the hash function used.
97 eval digestinfo=\$${hashalgo}_digestinfo
98 echo $digestinfo
108 # Output DigestInfo field lengths.
116 # Generate DigestInfo arrays.
120 eval digestinfo=\$${hashalgo}_digestinfo
121 echo $digestinfo
126 # Generate DigestInfo to size map.
210 # Generate algorithm to message's digest ASN.1 DigestInfo map.
  /external/vboot_reference/host/lib/
signature_digest.c 20 const uint8_t* digestinfo = hash_digestinfo_map[algorithm]; local
22 Memcpy(p, digestinfo, digestinfo_size);
host_signature.c 110 const uint8_t* digestinfo = hash_digestinfo_map[key->algorithm]; local
131 Memcpy(signature_digest, digestinfo, digestinfo_size);
255 const uint8_t* digestinfo = hash_digestinfo_map[key_algorithm]; local
276 Memcpy(signature_digest, digestinfo, digestinfo_size);

Completed in 452 milliseconds