Home | History | Annotate | Download | only in statem

Lines Matching defs:psk

287                 /* SKE is optional for some PSK ciphersuites */
320 /* SKE is optional for some PSK ciphersuites */
1946 /* PSK ciphersuites are preceded by an identity hint */
1954 * Store PSK identity hint for later use, hint is used in
1956 * a PSK identity hint can be as long as the maximum length of a PSK
2201 /* Nothing else to do for plain PSK or RSAPSK */
2312 /* aNULL, aSRP or PSK do not need public keys */
2759 unsigned char psk[PSK_MAX_PSK_LEN];
2773 psk, sizeof(psk));
2790 tmppsk = OPENSSL_memdup(psk, psklen);
2797 OPENSSL_free(s->s3.tmp.psk);
2798 s->s3.tmp.psk = tmppsk;
2813 OPENSSL_cleanse(psk, psklen);
3325 OPENSSL_clear_free(s->s3.tmp.psk, s->s3.tmp.psklen);
3326 s->s3.tmp.psk = NULL;