Home | History | Annotate | Download | only in hardware

Lines Matching refs:characteristics

107      * \param[out] characteristics returns the characteristics of the key that was, generated, if
115 keymaster_key_characteristics_t* characteristics);
118 * Returns the characteristics of the specified key, or KM_ERROR_INVALID_KEY_BLOB if the
122 * during generation. Those values are not included in the returned characteristics. The
123 * caller assumes ownership of the allocated characteristics object, which must be deallocated
130 * \param[in] key_blob The key to retreive characteristics from.
136 * \param[out] characteristics The key characteristics. Must not be NULL. The caller assumes
143 keymaster_key_characteristics_t* characteristics);
181 * \param[out] characteristics Used to return the characteristics of the imported key. May be
182 * NULL, in which case no characteristics will be returned. If non-NULL, the caller assumes
191 keymaster_key_characteristics_t* characteristics);