Home | History | Annotate | Download | only in ssl

Lines Matching defs:psk

132  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
417 /* non-RSA PSK or KRB5 or SRP */
419 /* 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
530 /* With normal PSK Certificates and
1658 /* size for PSK identity hint */
1911 /* Among PSK ciphersuites only RSA uses a certificate */
1951 /* Note: ECDHE PSK ciphersuites use SSL_kEECDH and SSL_aPSK.
1957 /* copy PSK identity hint (if provided) */
2223 unsigned char psk[PSK_MAX_PSK_LEN];
2275 psk_len = s->psk_server_callback(s, tmp_id, psk, sizeof(psk));
2285 /* PSK related to the given identity not found */
2293 /* Create the shared secret now if we're not using ECDHE-PSK.*/
2300 memcpy(t, psk, psk_len);
2850 /* ECDHE PSK ciphersuites from RFC 5489 */
2867 memcpy(t, psk, psk_len);