Home
last modified time | relevance | path

Searched defs:byteBlobExp (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMKeymasterApplet.java1484 short byteBlobExp = KMByteBlob.exp(); in storeRootOfTrust() local
1488 KMArray.cast(arr).add((short) 0, byteBlobExp); // Verfied boot key. in storeRootOfTrust() local
1491 KMArray.cast(arr).add((short) 3, byteBlobExp); // Verfied boot hash. in storeRootOfTrust() local
1815 short byteBlobExp = KMByteBlob.exp(); in createKeyBlobExp() local
1822 KMArray.cast(keyBlob).add((short) 0, byteBlobExp); // Secret in createKeyBlobExp() local
1823 KMArray.cast(keyBlob).add((short) 1, byteBlobExp); // Nonce in createKeyBlobExp() local
1824 KMArray.cast(keyBlob).add((short) 2, byteBlobExp); // AuthTag in createKeyBlobExp() local
1826 KMArray.cast(keyBlob).add((short) 4, byteBlobExp); // PubKey in createKeyBlobExp() local
1831 KMArray.cast(keyBlob).add((short) 1, byteBlobExp); // Secret in createKeyBlobExp() local
1832 KMArray.cast(keyBlob).add((short) 2, byteBlobExp); // Nonce in createKeyBlobExp() local
[all …]
H A DKMRemotelyProvisionedComponentDevice.java535 short byteBlobExp = KMByteBlob.exp(); in processUpdateKey() local
536 KMArray.cast(arrInst).add((short) 0, byteBlobExp); in processUpdateKey() local
538 KMArray.cast(arrInst).add((short) 2, byteBlobExp); in processUpdateKey() local
539 KMArray.cast(arrInst).add((short) 3, byteBlobExp); in processUpdateKey() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMKeymasterApplet.java1598 short byteBlobExp = KMByteBlob.exp(); in storeRootOfTrust() local
1602 KMArray.cast(arr).add((short) 0, byteBlobExp); // Verfied boot key. in storeRootOfTrust() local
1605 KMArray.cast(arr).add((short) 3, byteBlobExp); // Verfied boot hash. in storeRootOfTrust() local
1929 short byteBlobExp = KMByteBlob.exp(); in createKeyBlobExp() local
1936 KMArray.cast(keyBlob).add((short) 0, byteBlobExp); // Secret in createKeyBlobExp() local
1937 KMArray.cast(keyBlob).add((short) 1, byteBlobExp); // Nonce in createKeyBlobExp() local
1938 KMArray.cast(keyBlob).add((short) 2, byteBlobExp); // AuthTag in createKeyBlobExp() local
1940 KMArray.cast(keyBlob).add((short) 4, byteBlobExp); // PubKey in createKeyBlobExp() local
1945 KMArray.cast(keyBlob).add((short) 1, byteBlobExp); // Secret in createKeyBlobExp() local
1946 KMArray.cast(keyBlob).add((short) 2, byteBlobExp); // Nonce in createKeyBlobExp() local
[all …]