Searched refs:key_blob_length (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 403 size_t key_blob_length; in TEST_P() local 406 sDevice->generate_keypair(sDevice, key_type, ¶ms, &key_blob, &key_blob_length)) in TEST_P() 408 UniqueKey key(&sDevice, key_blob, key_blob_length); in TEST_P() 413 sDevice->get_keypair_public(sDevice, key_blob, key_blob_length, in TEST_P() 450 size_t key_blob_length; in TEST_P() local 453 sDevice->generate_keypair(sDevice, key_type, ¶ms, &key_blob, &key_blob_length)) in TEST_P() 455 UniqueKey key(&sDevice, key_blob, key_blob_length); in TEST_P() 460 sDevice->get_keypair_public(sDevice, key_blob, key_blob_length, in TEST_P() 494 size_t key_blob_length; in TEST_P() local 497 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,
|