Searched refs:digest (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_to_md5.c46 static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) { argument
64 MD5Final(digest, &md5);
67 static void print_md5(FILE *stream, unsigned char digest[16]) { argument
71 fprintf(stream, "%02x", digest[i]);
122 unsigned char digest[16]; local
124 get_image_md5(img, digest);
125 print_md5(outfile, digest);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dmd5_utils.h2 * This is the header file for the MD5 message-digest algorithm.
12 * To compute the message digest of a chunk of bytes, declare an
15 * will fill a supplied 16-byte array with the digest.
42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
H A Dmd5_utils.c2 * This code implements the MD5 message-digest algorithm.
12 * To compute the message digest of a chunk of bytes, declare an
15 * will fill a supplied 16-byte array with the digest.
108 MD5Final(md5byte digest[16], struct MD5Context *ctx) { argument
135 memcpy(digest, ctx->buf, 16);
H A Dvpxdec.c466 static void print_md5(unsigned char digest[16], const char *filename) { argument
470 printf("%02x", digest[i]);
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlTeeKeymaster_Api.h144 uint32_t digest; /**< Digest algorithm */ member in struct:__anon2767
158 uint32_t digest; /**< Digest algorithm */ member in struct:__anon2768
H A DtlcTeeKeymaster_if.h79 TEE_RSA_SHA_ISO9796 = 1, /**< 20-byte SHA-1 digest, padded according to the ISO 9796-2 scheme as specified in EMV '96 and EMV 2000, encrypted using RSA. */
80 TEE_RSA_SHA_ISO9796_MR = 2, /**< 20-byte SHA-1 digest, padded according to the ISO9796-2 specification and encrypted using RSA. */
81 TEE_RSA_SHA_PKCS1 = 3, /**< 20-byte SHA-1 digest, padded according to the PKCS#1 (v1.5) scheme, and encrypted using RSA. */
82 TEE_RSA_SHA256_PSS = 4, /**< SHA-256 digest and PSS padding */
83 TEE_RSA_SHA1_PSS = 5, /**< SHA-256 digest and PSS padding */
84 TEE_RSA_NODIGEST_NOPADDING = 6, /**< No digest and padding */
230 * @param digest [in] Digest type
239 teeDigest_t digest);
253 * @param digest [in] Digest type
263 teeDigest_t digest,
[all...]
H A DtlcTeeKeymaster_if.c586 * @param digest [in] Digest type
595 teeDigest_t digest
644 pTci->hmacsign.digest = digest;
712 * @param digest [in] Digest type
722 teeDigest_t digest,
772 pTci->hmacverify.digest = digest;
715 TEE_HMACVerify( const uint8_t* keyData, const uint32_t keyDataLength, const uint8_t* plainData, const uint32_t plainDataLength, const uint8_t* signatureData, const uint32_t signatureDataLength, teeDigest_t digest, bool *validity ) argument
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dqseecom.h120 char digest[SHA256_DIGEST_LENGTH]; member in struct:qseecom_save_partition_hash_req
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dqseecom.h155 * @hash[SHA256_DIGEST_LENGTH] - sha256 digest.
159 char digest[SHA256_DIGEST_LENGTH]; /* in */ member in struct:qseecom_save_partition_hash_req

Completed in 398 milliseconds