11.12.3.4.306. Function sss_se05x_session_prop_get_au8

11.12.3.4.306.1. Function Documentation

sss_status_t sss_se05x_session_prop_get_au8(sss_se05x_session_t *session, uint32_t property, uint8_t *pValue, size_t *pValueLen)

Get an underlying property of the crypto sub system.

This API is used to get values that are numeric in nature.

Property can be either fixed value that is calculated at compile time and returned directly, or it may involve some access to the underlying system.

Return

Parameters
  • [in] session: Session context

  • [in] property: Value that is part of sss_session_prop_au8_t

  • [out] pValue: Output buffer array

  • [inout] pValueLen: Count of values thare are/must br read