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 */
1391 /* In plain PSK ciphersuite, ServerKeyExchange can be
1469 /* Store PSK identity hint for later use, hint is used
1471 * maximum length of a PSK identity hint can be as
1472 * long as the maximum length of a PSK identity. */
1488 /* If received PSK identity hint contains NULL
2039 /* Among PSK ciphers only RSA_PSK needs a public key */
2458 unsigned char psk[PSK_MAX_PSK_LEN];
2493 identity, sizeof(identity) - 1, psk, sizeof(psk));
2516 /* Create the shared secret now if we're not using ECDHE-PSK.*/
2523 memcpy(t, psk, psk_len);
2962 /* ECDHE PSK ciphersuites from RFC 5489 */
2979 memcpy(t, psk, psk_len);