Home | History | Annotate | Download | only in apps

Lines Matching refs:psk_key

314 char *psk_key=NULL; /* by default PSK is not used */
346 ret = BN_hex2bn(&bn, psk_key);
349 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
1204 psk_key=*(++argv);
1205 for (i=0; i<strlen(psk_key); i++)
1207 if (isxdigit((unsigned char)psk_key[i]))
1377 if (psk_key)
1809 if (psk_key != NULL)
1811 if (psk_key != NULL || jpake_secret)