Lines Matching refs:ciphersuite_info
28 const mbedtls_ssl_ciphersuite_t *ciphersuite_info;
33 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite);
34 if ((mbedtls_ssl_validate_ciphersuite(ssl, ciphersuite_info,
39 return ciphersuite_info;
492 const mbedtls_ssl_ciphersuite_t *ciphersuite_info;
650 &psk->ciphersuite_info);
652 if (psk->ciphersuite_info == NULL) {
669 mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) psk->ciphersuite_info->mac));
1438 0, PSA_ALG_NONE, &handshake->ciphersuite_info);
1440 if (handshake->ciphersuite_info == NULL) {
1445 ssl->session_negotiate->ciphersuite = handshake->ciphersuite_info->id;
1448 ((unsigned) handshake->ciphersuite_info->id),
1449 handshake->ciphersuite_info->name));
1771 handshake->ciphersuite_info = psk.ciphersuite_info;
1772 ssl->session_negotiate->ciphersuite = psk.ciphersuite_info->id;
1775 ((unsigned) psk.ciphersuite_info->id),
1776 psk.ciphersuite_info->name));
1789 mbedtls_ssl_optimize_checksum(ssl, handshake->ciphersuite_info);
1837 if (handshake->ciphersuite_info->id !=
3149 mbedtls_ssl_ciphersuite_t *ciphersuite_info;
3202 ciphersuite_info =
3203 (mbedtls_ssl_ciphersuite_t *) ssl->handshake->ciphersuite_info;
3204 psa_hash_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac);
3213 session->ciphersuite = ciphersuite_info->id;