Home | History | Annotate | Download | only in ssl

Lines Matching defs:psk

132  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
336 /* or non-RSA PSK */
1380 /* In plain PSK ciphersuite, ServerKeyExchange can be
1448 /* Store PSK identity hint for later use, hint is used
1450 * maximum length of a PSK identity hint can be as
1451 * long as the maximum length of a PSK identity. */
1465 /* If received PSK identity hint contains NULL
1906 /* Among PSK ciphers only RSA_PSK needs a public key */
2326 unsigned char psk[PSK_MAX_PSK_LEN];
2358 identity, sizeof(identity), psk, sizeof(psk));
2381 /* Create the shared secret now if we're not using ECDHE-PSK.*/
2388 memcpy(t, psk, psk_len);
2820 /* ECDHE PSK ciphersuites from RFC 5489 */
2834 memcpy(t, psk, psk_len);