Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/
A Dimx_ocotp.c118 uint64_t uid = 0; in ocotp_get_die_id_mx7ulp() local
123 uid = val & GENMASK_32(15, 0); in ocotp_get_die_id_mx7ulp()
128 uid = SHIFT_U64(uid, 16) | (val & GENMASK_32(15, 0)); in ocotp_get_die_id_mx7ulp()
133 uid = SHIFT_U64(uid, 16) | (val & GENMASK_32(15, 0)); in ocotp_get_die_id_mx7ulp()
138 uid = SHIFT_U64(uid, 16) | (val & GENMASK_32(15, 0)); in ocotp_get_die_id_mx7ulp()
142 *ret_uid = uid; in ocotp_get_die_id_mx7ulp()
151 uint64_t uid = 0; in ocotp_get_die_id_mx() local
156 uid = val; in ocotp_get_die_id_mx()
161 uid = SHIFT_U64(uid, 32) | val; in ocotp_get_die_id_mx()
165 *ret_uid = uid; in ocotp_get_die_id_mx()
[all …]
/optee_os/core/drivers/crypto/se050/adaptors/utils/
A Dinfo.c158 uint8_t uid[SE050_MODULE_UNIQUE_ID_LEN] = { 0 }; in applet_get_id() local
159 size_t uidLen = sizeof(uid); in applet_get_id()
171 (uint16_t)uidLen, uid, &uidLen); in applet_get_id()
195 LOG_MAU8_I("Applet ID", uid, uidLen); in applet_get_id()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c451 mbedtls_x509_buf *uid, int n ) in x509_get_uid() argument
458 uid->tag = **p; in x509_get_uid()
460 if( ( ret = mbedtls_asn1_get_tag( p, end, &uid->len, in x509_get_uid()
469 uid->p = *p; in x509_get_uid()
470 *p += uid->len; in x509_get_uid()

Completed in 9 milliseconds