Home
last modified time | relevance | path

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

/device/asus/grouper/self-extractors/nvidia/staging/keymaster/
Dkeymaster_grouper.cpp115 typedef UniquePtr<ByteArray> Unique_ByteArray; typedef
242 Unique_ByteArray id(new ByteArray(ID_LENGTH)); in generate_random_id()
251 Unique_ByteArray handleBlob(new ByteArray(sizeof(uint32_t) + objId->length())); in keyblob_save()
363 Unique_ByteArray objId(generate_random_id()); in tee_generate_keypair()
444 Unique_ByteArray modulus(bignum_to_array(rsa->n)); in tee_import_keypair()
450 Unique_ByteArray publicExponent(bignum_to_array(rsa->e)); in tee_import_keypair()
460 Unique_ByteArray objId(generate_random_id()); in tee_import_keypair()
490 Unique_ByteArray privateExponent(bignum_to_array(rsa->d)); in tee_import_keypair()
554 Unique_ByteArray prime1, prime2, exp1, exp2, coeff; in tee_import_keypair()
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
Dkeymaster_grouper.cpp115 typedef UniquePtr<ByteArray> Unique_ByteArray; typedef
242 Unique_ByteArray id(new ByteArray(ID_LENGTH)); in generate_random_id()
251 Unique_ByteArray handleBlob(new ByteArray(sizeof(uint32_t) + objId->length())); in keyblob_save()
363 Unique_ByteArray objId(generate_random_id()); in tee_generate_keypair()
444 Unique_ByteArray modulus(bignum_to_array(rsa->n)); in tee_import_keypair()
450 Unique_ByteArray publicExponent(bignum_to_array(rsa->e)); in tee_import_keypair()
460 Unique_ByteArray objId(generate_random_id()); in tee_import_keypair()
490 Unique_ByteArray privateExponent(bignum_to_array(rsa->d)); in tee_import_keypair()
554 Unique_ByteArray prime1, prime2, exp1, exp2, coeff; in tee_import_keypair()
/device/asus/grouper/keymaster/
Dkeymaster_grouper.cpp115 typedef UniquePtr<ByteArray> Unique_ByteArray; typedef
242 Unique_ByteArray id(new ByteArray(ID_LENGTH)); in generate_random_id()
251 Unique_ByteArray handleBlob(new ByteArray(sizeof(uint32_t) + objId->length())); in keyblob_save()
363 Unique_ByteArray objId(generate_random_id()); in tee_generate_keypair()
444 Unique_ByteArray modulus(bignum_to_array(rsa->n)); in tee_import_keypair()
450 Unique_ByteArray publicExponent(bignum_to_array(rsa->e)); in tee_import_keypair()
460 Unique_ByteArray objId(generate_random_id()); in tee_import_keypair()
490 Unique_ByteArray privateExponent(bignum_to_array(rsa->d)); in tee_import_keypair()
554 Unique_ByteArray prime1, prime2, exp1, exp2, coeff; in tee_import_keypair()