Home | History | Annotate | Download | only in apps

Lines Matching refs:psk_key

224 /*char *psk_key=NULL;  by default PSK is not used */
251 ret=BN_hex2bn(&bn, psk_key);
254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
771 psk_key=*(++argv);
772 for (j = 0; j < strlen(psk_key); j++)
774 if (isxdigit((unsigned char)psk_key[j]))
1012 if (psk_key)
1153 if (psk_key != NULL)
1155 if (psk_key != NULL || jpake_secret)