Skip to content

MbedTLS (Crypto Only) - TRNG_Read linking fails in CPP #433

Description

@sierraatomic

RA6T1 - directly use of TRNG in CPP code by calling RM_PSA_CRYPTO_TRNG_Read is not possible (linking fail) because in the header rm_psa_crypto.h, RM_PSA_CRYPTO_TRNG_Read function declaration is outside the

#ifdef __cplusplus
extern "C"
{
  #endif

  #ifdef __cplusplus
}
  #endif

block.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions