Lines Matching defs:hash
385 * k is the output length in bits of the hash function used with HMAC
431 * Hash a hash function; HashLen denotes the length of the
432 * hash function output in octets
475 * Hash a hash function; HashLen denotes the length of the
476 * hash function output in octets
581 * |datalen| (e.g. typically a hash of the handshake messages), derive a new
598 * prefix and label + bytes for the label itself + 1 byte length of hash
599 * + bytes for the hash itself. We've got the maximum the KDF can handle
652 unsigned char hash[EVP_MAX_MD_SIZE];
654 /* The pre-extract derive step uses a hash of no messages */
657 || EVP_DigestFinal_ex(mctx, hash, NULL) <= 0) {
666 hash, mdlen, preextractsec, mdlen))