Lines Matching full:strlen
1132 n+=2+strlen(s->ctx->psk_identity_hint);1208 s2n(strlen(s->ctx->psk_identity_hint), p); 1209 strncpy((char *)p, s->ctx->psk_identity_hint, strlen(s->ctx->psk_identity_hint));1210 p+=strlen(s->ctx->psk_identity_hint);