Lines Matching defs:data
28 * Given a |secret|; a |label| of length |labellen|; and |data| of length
31 * The |data| value may be zero length. Any errors will be treated as fatal if
36 const unsigned char *data, size_t datalen,
87 if (data != NULL)
89 (unsigned char *)data,
271 /* Safe to cast away const here since we're not "getting" any data */
367 /* We've not selected a cipher yet - we must be doing early data */
370 /* We must be doing early data with out-of-band PSK */
499 * If we are attempting to send early data, and we've decided to
575 * processed early data then we delay changing the server
595 /* Early data never applies to client-read/server-write */
719 /* All future data will get encrypted by ktls. Flush the BIO or skip ktls */
830 unsigned char hash[EVP_MAX_MD_SIZE], data[EVP_MAX_MD_SIZE];
846 || EVP_DigestFinal_ex(ctx, data, &datalen) <= 0
849 data, datalen, exportsecret, hashsize, 0)
872 unsigned char hash[EVP_MAX_MD_SIZE], data[EVP_MAX_MD_SIZE];
891 * Calculate the hash value and store it in |data|. The reason why
910 || EVP_DigestFinal_ex(ctx, data, &datalen) <= 0
913 data, datalen, exportsecret, hashsize, 0)