Searched refs:PSK_MAX_IDENTITY_LEN (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c2730 char tmp_id[PSK_MAX_IDENTITY_LEN + 1];
2739 if (i > PSK_MAX_IDENTITY_LEN) {
2754 memset(tmp_id + i, 0, PSK_MAX_IDENTITY_LEN + 1 - i);
2758 OPENSSL_cleanse(tmp_id, PSK_MAX_IDENTITY_LEN + 1);
H A Ds3_clnt.c1477 if (i > PSK_MAX_IDENTITY_LEN) {
3111 * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a
3115 char identity[PSK_MAX_IDENTITY_LEN + 2];
3143 identity[PSK_MAX_IDENTITY_LEN + 1] = '\0';
3145 if (identity_len > PSK_MAX_IDENTITY_LEN) {
H A Dssl_lib.c3407 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3431 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
H A Dssl.h1319 # define PSK_MAX_IDENTITY_LEN 128 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c2730 char tmp_id[PSK_MAX_IDENTITY_LEN + 1];
2739 if (i > PSK_MAX_IDENTITY_LEN) {
2754 memset(tmp_id + i, 0, PSK_MAX_IDENTITY_LEN + 1 - i);
2758 OPENSSL_cleanse(tmp_id, PSK_MAX_IDENTITY_LEN + 1);
H A Ds3_clnt.c1477 if (i > PSK_MAX_IDENTITY_LEN) {
3111 * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a
3115 char identity[PSK_MAX_IDENTITY_LEN + 2];
3143 identity[PSK_MAX_IDENTITY_LEN + 1] = '\0';
3145 if (identity_len > PSK_MAX_IDENTITY_LEN) {
H A Dssl_lib.c3407 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3431 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
H A Dssl.h1319 # define PSK_MAX_IDENTITY_LEN 128 macro

Completed in 100 milliseconds