Searched refs:key_blob_length (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 368 size_t key_blob_length; in TEST_P() local 371 sDevice->generate_keypair(sDevice, key_type, ¶ms, &key_blob, &key_blob_length)) in TEST_P() 373 UniqueKey key(&sDevice, key_blob, key_blob_length); in TEST_P() 378 sDevice->get_keypair_public(sDevice, key_blob, key_blob_length, in TEST_P() 415 size_t key_blob_length; in TEST_P() local 418 sDevice->generate_keypair(sDevice, key_type, ¶ms, &key_blob, &key_blob_length)) in TEST_P() 420 UniqueKey key(&sDevice, key_blob, key_blob_length); in TEST_P() 425 sDevice->get_keypair_public(sDevice, key_blob, key_blob_length, in TEST_P() 459 size_t key_blob_length; in TEST_P() local 462 sDevice->generate_keypair(sDevice, key_type, NULL, &key_blob, &key_blob_length)) in TEST_P() [all …]
|
/hardware/libhardware/include/hardware/ |
D | keymaster0.h | 57 uint8_t** key_blob, size_t* key_blob_length); 69 uint8_t** key_blob, size_t* key_blob_length); 79 const uint8_t* key_blob, const size_t key_blob_length, 91 const uint8_t* key_blob, const size_t key_blob_length); 112 const uint8_t* key_blob, const size_t key_blob_length, 124 const uint8_t* key_blob, const size_t key_blob_length,
|
D | keymaster1.h | 57 const void* key_params, uint8_t** key_blob, size_t* key_blob_length); 67 const size_t key_length, uint8_t** key_blob, size_t* key_blob_length); 77 const size_t key_blob_length, uint8_t** x509_data, 89 const size_t key_blob_length); 109 const uint8_t* key_blob, const size_t key_blob_length, const uint8_t* data, 119 const uint8_t* key_blob, const size_t key_blob_length,
|