Lines Matching full:id

25  * operation structure contains an `unsigned int id` field indicating which
27 * 'id' is 0. The structure contains also a driver context which is the union
31 * Note that when `alg` or `id` is 0, the content of other fields is undefined.
74 /** Unique ID indicating which driver got assigned to do the
77 * ID values are auto-generated in psa_driver_wrappers.h.
78 * ID value zero means the context is not valid or not assigned to
80 unsigned int MBEDTLS_PRIVATE(id);
99 /** Unique ID indicating which driver got assigned to do the
102 * ID values are auto-generated in psa_crypto_driver_wrappers.h
103 * ID value zero means the context is not valid or not assigned to
105 unsigned int MBEDTLS_PRIVATE(id);
135 /** Unique ID indicating which driver got assigned to do the
138 * ID values are auto-generated in psa_driver_wrappers.h
139 * ID value zero means the context is not valid or not assigned to
141 unsigned int MBEDTLS_PRIVATE(id);
163 /** Unique ID indicating which driver got assigned to do the
166 * ID values are auto-generated in psa_crypto_driver_wrappers.h
167 * ID value zero means the context is not valid or not assigned to
169 unsigned int MBEDTLS_PRIVATE(id);
305 * service view of the key id, i.e. in service view usually is
315 mbedtls_svc_key_id_t MBEDTLS_PRIVATE(id);
340 attributes->MBEDTLS_PRIVATE(id) = key; in psa_set_key_id()
353 return attributes->MBEDTLS_PRIVATE(id); in psa_get_key_id()
360 attributes->MBEDTLS_PRIVATE(id).MBEDTLS_PRIVATE(owner) = owner; in mbedtls_set_key_owner_id()
370 attributes->MBEDTLS_PRIVATE(id).MBEDTLS_PRIVATE(key_id) = 0; in psa_set_key_lifetime()
372 attributes->MBEDTLS_PRIVATE(id) = 0; in psa_set_key_lifetime()
454 /** Unique ID indicating which driver got assigned to do the
457 * ID values are auto-generated in psa_crypto_driver_wrappers.h
458 * ID value zero means the context is not valid or not assigned to
460 unsigned int MBEDTLS_PRIVATE(id);
492 /** Unique ID indicating which driver got assigned to do the
495 * ID values are auto-generated in psa_crypto_driver_wrappers.h
496 * ID value zero means the context is not valid or not assigned to
498 unsigned int MBEDTLS_PRIVATE(id);