Searched refs:ByteArray (Results 1 – 3 of 3) sorted by relevance
| /device/asus/grouper/self-extractors/nvidia/staging/keymaster/ |
| D | keymaster_grouper.cpp | 76 class ByteArray { class 78 ByteArray(CK_BYTE* array, size_t len) : in ByteArray() function in ByteArray 82 ByteArray(size_t len) : in ByteArray() function in ByteArray 87 ~ByteArray() { in ~ByteArray() 115 typedef UniquePtr<ByteArray> Unique_ByteArray; 220 static ByteArray* bignum_to_array(const BIGNUM* bn) { in bignum_to_array() 231 return new ByteArray(bytes.release(), bignumSize); in bignum_to_array() 241 static ByteArray* generate_random_id() { in generate_random_id() 242 Unique_ByteArray id(new ByteArray(ID_LENGTH)); in generate_random_id() 250 static int keyblob_save(ByteArray* objId, uint8_t** key_blob, size_t* key_blob_length) { in keyblob_save() [all …]
|
| /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/ |
| D | keymaster_grouper.cpp | 76 class ByteArray { class 78 ByteArray(CK_BYTE* array, size_t len) : in ByteArray() function in ByteArray 82 ByteArray(size_t len) : in ByteArray() function in ByteArray 87 ~ByteArray() { in ~ByteArray() 115 typedef UniquePtr<ByteArray> Unique_ByteArray; 220 static ByteArray* bignum_to_array(const BIGNUM* bn) { in bignum_to_array() 231 return new ByteArray(bytes.release(), bignumSize); in bignum_to_array() 241 static ByteArray* generate_random_id() { in generate_random_id() 242 Unique_ByteArray id(new ByteArray(ID_LENGTH)); in generate_random_id() 250 static int keyblob_save(ByteArray* objId, uint8_t** key_blob, size_t* key_blob_length) { in keyblob_save() [all …]
|
| /device/asus/grouper/keymaster/ |
| D | keymaster_grouper.cpp | 76 class ByteArray { class 78 ByteArray(CK_BYTE* array, size_t len) : in ByteArray() function in ByteArray 82 ByteArray(size_t len) : in ByteArray() function in ByteArray 87 ~ByteArray() { in ~ByteArray() 115 typedef UniquePtr<ByteArray> Unique_ByteArray; 220 static ByteArray* bignum_to_array(const BIGNUM* bn) { in bignum_to_array() 231 return new ByteArray(bytes.release(), bignumSize); in bignum_to_array() 241 static ByteArray* generate_random_id() { in generate_random_id() 242 Unique_ByteArray id(new ByteArray(ID_LENGTH)); in generate_random_id() 250 static int keyblob_save(ByteArray* objId, uint8_t** key_blob, size_t* key_blob_length) { in keyblob_save() [all …]
|