Home | History | Annotate | Download | only in apps

Lines Matching full: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);
759 psk_key=*(++argv);
760 for (j = 0; j < strlen(psk_key); j++)
762 if (isxdigit((unsigned char)psk_key[j]))
987 if (psk_key)
1128 if (psk_key != NULL)
1130 if (psk_key != NULL || jpake_secret)