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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pkcs.h 57 int pkcs_1_pss_encode(const unsigned char *msghash, unsigned long msghashlen,
63 int pkcs_1_pss_decode(const unsigned char *msghash, unsigned long msghashlen,
  /external/dropbear/
dss.c 167 unsigned char msghash[SHA1_HASH_SIZE]; local
191 sha1_done(&hs, msghash);
208 /* let val1 = SHA(M') = msghash */
209 bytes_to_mp(&val1, msghash, SHA1_HASH_SIZE);
298 unsigned char msghash[SHA1_HASH_SIZE]; local
321 sha1_done(&hs, msghash);
338 sha512_process(&hs, msghash, SHA1_HASH_SIZE);
354 bytes_to_mp(&dss_m, msghash, SHA1_HASH_SIZE);
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_pss_decode.c 22 @param msghash The hash to verify
32 int pkcs_1_pss_decode(const unsigned char *msghash, unsigned long msghashlen,
42 LTC_ARGCHK(msghash != NULL);
133 /* M = (eight) 0x00 || msghash || salt, mask = H(M) */
141 if ((err = hash_descriptor[hash_idx].process(&md, msghash, msghashlen)) != CRYPT_OK) {
pkcs_1_pss_encode.c 22 @param msghash The hash to encode
33 int pkcs_1_pss_encode(const unsigned char *msghash, unsigned long msghashlen,
44 LTC_ARGCHK(msghash != NULL);
94 /* M = (eight) 0x00 || msghash || salt, hash = H(M) */
102 if ((err = hash_descriptor[hash_idx].process(&md, msghash, msghashlen)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 132 milliseconds