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

  /src/crypto/external/bsd/libsaslc/dist/src/
mech_digestmd5.c 356 * @param a1hash MD5(a1)
360 setup_qop_keys(saslc__mech_digestmd5_sess_t *ms, md5hash_t a1hash)
406 memcpy(buf, a1hash, n);
431 memcpy(buf, a1hash, MD5_DIGEST_LENGTH);
465 md5hash_t a1hash, userhash; local
507 saslc__crypto_md5_hash(tmp2, MD5_DIGEST_LENGTH + len, a1hash);
510 r = saslc__crypto_hash_to_hex(a1hash);
511 setup_qop_keys(ms, a1hash);
mech_digestmd5.c 356 * @param a1hash MD5(a1)
360 setup_qop_keys(saslc__mech_digestmd5_sess_t *ms, md5hash_t a1hash)
406 memcpy(buf, a1hash, n);
431 memcpy(buf, a1hash, MD5_DIGEST_LENGTH);
465 md5hash_t a1hash, userhash; local
507 saslc__crypto_md5_hash(tmp2, MD5_DIGEST_LENGTH + len, a1hash);
510 r = saslc__crypto_hash_to_hex(a1hash);
511 setup_qop_keys(ms, a1hash);

Completed in 46 milliseconds