Home | History | Annotate | Download | only in ssl

Lines Matching defs:psk

132  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
416 /* non-RSA PSK or KRB5 or SRP */
418 /* Among PSK ciphersuites only RSA_PSK uses server certificate */
470 * PSK: may send PSK identity hints
479 /* PSK: send ServerKeyExchange if either:
480 * - PSK identity hint is provided, or
528 /* With normal PSK Certificates and
1656 /* size for PSK identity hint */
1909 /* Among PSK ciphersuites only RSA uses a certificate */
1949 /* Note: ECDHE PSK ciphersuites use SSL_kEECDH and SSL_aPSK.
1955 /* copy PSK identity hint (if provided) */
2221 unsigned char psk[PSK_MAX_PSK_LEN];
2273 psk_len = s->psk_server_callback(s, tmp_id, psk, sizeof(psk));
2283 /* PSK related to the given identity not found */
2291 /* Create the shared secret now if we're not using ECDHE-PSK.*/
2298 memcpy(t, psk, psk_len);
2837 /* ECDHE PSK ciphersuites from RFC 5489 */
2851 memcpy(t, psk, psk_len);