Lines Matching refs:binder
165 * anything to do with binder check. A binder check is done only when a
167 * pre-shared-key: if the binder check fails, we fail the handshake and we do
168 * not try to find another pre-shared-key for which the binder check would
210 * computing the PSK binder value.
406 const unsigned char *binder, size_t binder_len,
442 MBEDTLS_SSL_DEBUG_MSG(1, ("PSK binder calculation failed."));
446 MBEDTLS_SSL_DEBUG_BUF(3, "psk binder ( computed ): ",
448 MBEDTLS_SSL_DEBUG_BUF(3, "psk binder ( received ): ", binder, binder_len);
451 binder,
572 const unsigned char *binder;
592 binder = p_binder_len + 1;
593 MBEDTLS_SSL_CHK_BUF_READ_PTR(binder, binders_end, binder_len);
658 * of the validation of its binder. Thus if we do not find one, we
668 ssl, binder, binder_len, psk->type,
672 * fail to validate a binder value. See RFC 8446 section 4.2.11.2
677 MBEDTLS_SSL_DEBUG_MSG(3, ("Invalid binder."));
707 /* Update the handshake transcript with the binder list. */