Lines Matching refs:bytes

51 All integers are encoded in little-endian order in 8-bit bytes.
55 * magic (8 bytes): `"PSA\0KEY\0"`
56 * version (4 bytes): 0
57 * type (4 bytes): `psa_key_type_t` value
58 * policy usage flags (4 bytes): `psa_key_usage_t` value
59 * policy usage algorithm (4 bytes): `psa_algorithm_t` value
60 * key material length (4 bytes)
189 * Magic header (8 bytes): `"PSA\0ITS\0"`
201 All integers are encoded in little-endian order in 8-bit bytes.
205 * magic (8 bytes): `"PSA\0KEY\0"`
206 * version (4 bytes): 0
207 * type (4 bytes): `psa_key_type_t` value
208 * policy usage flags (4 bytes): `psa_key_usage_t` value
209 * policy usage algorithm (4 bytes): `psa_algorithm_t` value
210 * policy enrollment algorithm (4 bytes): `psa_algorithm_t` value [NEW:1.1.0]
211 * key material length (4 bytes)
260 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated.
264 * magic (8 bytes): `"PSA\0KEY\0"`.
265 * version (4 bytes): 0.
266 * lifetime (4 bytes): `psa_key_lifetime_t` value.
267 * type (4 bytes): `psa_key_type_t` value.
268 * policy usage flags (4 bytes): `psa_key_usage_t` value.
269 * policy usage algorithm (4 bytes): `psa_algorithm_t` value.
270 * policy enrollment algorithm (4 bytes): `psa_algorithm_t` value.
271 * key material length (4 bytes).
275 * For an opaque key (key in a secure element): slot number (8 bytes), in platform endianness.
288 * type (2 bytes): the [transaction type](#transaction-types-on-tbd).
289 * unused (2 bytes)
290 * lifetime (4 bytes): `psa_key_lifetime_t` value that corresponds to a key in a secure element.
291 * slot number (8 bytes): `psa_key_slot_number_t` value. This is the unique designation of the key f…
292 * key identifier (4 bytes in a library integration, 8 bytes on a PSA platform): the internal repres…
315 * The type field has been split into a type and a bits field of 2 bytes each.
319 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated.
323 * magic (8 bytes): `"PSA\0KEY\0"`.
324 * version (4 bytes): 0.
325 * lifetime (4 bytes): `psa_key_lifetime_t` value.
326 * type (2 bytes): `psa_key_type_t` value.
327 * bits (2 bytes): `psa_key_bits_t` value.
328 * policy usage flags (4 bytes): `psa_key_usage_t` value.
329 * policy usage algorithm (4 bytes): `psa_algorithm_t` value.
330 * policy enrollment algorithm (4 bytes): `psa_algorithm_t` value.
331 * key material length (4 bytes).
335 * For an opaque key (key in a secure element): slot number (8 bytes), in platform endianness.
396 * Magic header (8 bytes): `"PSA\0ITS\0"`
410 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated.
414 * magic (8 bytes): `"PSA\0KEY\0"`.
415 * version (4 bytes): 0.
416 * lifetime (4 bytes): `psa_key_lifetime_t` value.
417 * type (2 bytes): `psa_key_type_t` value.
418 * bits (2 bytes): `psa_key_bits_t` value.
419 * policy usage flags (4 bytes): `psa_key_usage_t` value.
420 * policy usage algorithm (4 bytes): `psa_algorithm_t` value.
421 * policy enrollment algorithm (4 bytes): `psa_algorithm_t` value.
422 * key material length (4 bytes).
426 …* For an opaque key (key in a dynamic secure element): slot number (8 bytes), in platform endianne…
452 * type (2 bytes): the [transaction type](#transaction-types-on-mbed-tls-2.25.0).
453 * unused (2 bytes)
454 * lifetime (4 bytes): `psa_key_lifetime_t` value that corresponds to a key in a secure element.
455 * slot number (8 bytes): `psa_key_slot_number_t` value. This is the unique designation of the key f…
456 * key identifier (4 bytes in a library integration, 8 bytes on a PSA platform): the internal repres…