Lines Matching full:version
27 * The version of the PSA Framework API that is being used to build the calling
96 * \brief Retrieve the version of the PSA Framework API that is implemented.
98 * \return version The version of the PSA Framework implementation
100 * caller. The major and minor version are encoded
102 * \arg version[15:8] -- major version number.
103 * \arg version[7:0] -- minor version number.
108 * \brief Retrieve the version of an RoT Service or indicate that it is not
115 * \retval > 0 The version of the implemented RoT Service.
123 * \param[in] version Requested version of the RoT Service.
133 * \arg The RoT Service version is not supported.
137 psa_handle_t psa_connect(uint32_t sid, uint32_t version);