Lines Matching +full:zero +full:- +full:based
44 * TLS 1.0 and 1.1 define a PRF that is based on both MD5 and SHA-1. This
49 * PRF with, respectively, SHA-256 and SHA-384. Most standard cipher suites
50 * rely on the SHA-256 based PRF, but some use SHA-384.
62 * all). If the chunk length is zero, then the pointer to the chunk data
81 * MD5 and SHA-1.
87 * \param label PRF label (zero-terminated ASCII string).
89 * \param seed seed chnks for this computation (usually non-secret).
96 * \brief PRF implementation for TLS 1.2, with SHA-256.
99 * function is SHA-256.
105 * \param label PRF label (zero-terminated ASCII string).
107 * \param seed seed chnks for this computation (usually non-secret).
114 * \brief PRF implementation for TLS 1.2, with SHA-384.
117 * function is SHA-384.
123 * \param label PRF label (zero-terminated ASCII string).
125 * \param seed seed chnks for this computation (usually non-secret).
138 * \param label PRF label (zero-terminated ASCII string).
140 * \param seed seed chnks for this computation (usually non-secret).