Lines Matching defs:p_identity_len
527 const unsigned char *p_identity_len;
546 p_identity_len = identities + 2;
547 MBEDTLS_SSL_CHK_BUF_READ_PTR(p_identity_len, pre_shared_key_ext_end,
549 identities_end = p_identity_len + identities_len;
568 while (p_identity_len < identities_end && p_binder_len < binders_end) {
583 MBEDTLS_SSL_CHK_BUF_READ_PTR(p_identity_len, identities_end, 2 + 1 + 4);
584 identity_len = MBEDTLS_GET_UINT16_BE(p_identity_len, 0);
585 identity = p_identity_len + 2;
588 p_identity_len += identity_len + 6;
700 if (p_identity_len != identities_end || p_binder_len != binders_end) {