HomeSort by: relevance | last modified time | path
    Searched defs:m_digest (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
SHA1.h 120 uint8_t m_digest[20]; member in class:CSHA1
SHA1.h 120 uint8_t m_digest[20]; member in class:CSHA1
EncoreBootImage.h 130 //! The m_digest field contains a SHA-1 digest of the fields of the header that follow it.
137 sha1_digest_t m_digest; //!< SHA-1 digest of image header. Also used as the crypto IV. member in union:elftosb::EncoreBootImage::boot_image_header_t::__anon6593
EncoreBootImage.h 130 //! The m_digest field contains a SHA-1 digest of the fields of the header that follow it.
137 sha1_digest_t m_digest; //!< SHA-1 digest of image header. Also used as the crypto IV. member in union:elftosb::EncoreBootImage::boot_image_header_t::__anon6593
  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h 93 const sha1_digest_t & getDigest() const { return m_digest; }
106 sha1_digest_t m_digest; //!< SHA-1 digest as read from the image. member in class:elftosb::EncoreBootImageReader
EncoreBootImageReader.h 93 const sha1_digest_t & getDigest() const { return m_digest; }
106 sha1_digest_t m_digest; //!< SHA-1 digest as read from the image. member in class:elftosb::EncoreBootImageReader
  /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/
slh_dsa.c 51 uint8_t m_digest[SLH_MAX_M]; local
52 const uint8_t *md; /* The first md_len bytes of m_digest */
54 /* Points to |m_digest| buffer, it is also reused to point to |sig_fors| */
85 if (!PACKET_buf_init(rpkt, m_digest, params->m))
100 m_digest, sizeof(m_digest))
101 /* Grab the first md_len bytes of m_digest to use in fors_sign() */
103 /* Grab remaining bytes from m_digest to select tree and leaf id's */
159 uint8_t m_digest[SLH_MAX_M]; local
162 PACKET pkt2, *m_digest_rpkt = &pkt2; /* Points to m_digest buffer *
    [all...]
slh_dsa.c 51 uint8_t m_digest[SLH_MAX_M]; local
52 const uint8_t *md; /* The first md_len bytes of m_digest */
54 /* Points to |m_digest| buffer, it is also reused to point to |sig_fors| */
85 if (!PACKET_buf_init(rpkt, m_digest, params->m))
100 m_digest, sizeof(m_digest))
101 /* Grab the first md_len bytes of m_digest to use in fors_sign() */
103 /* Grab remaining bytes from m_digest to select tree and leaf id's */
159 uint8_t m_digest[SLH_MAX_M]; local
162 PACKET pkt2, *m_digest_rpkt = &pkt2; /* Points to m_digest buffer *
    [all...]

Completed in 47 milliseconds