Searched refs:reset (Results 1 - 25 of 75) sorted by relevance

123

/system/keymaster/
H A Dec_key.cpp28 ec_key_.reset(EVP_PKEY_get1_EC_KEY(const_cast<EVP_PKEY*>(pkey)));
H A Dasymmetric_key.cpp43 material->reset(new (std::nothrow) uint8_t[*size]);
67 material->reset(new (std::nothrow) uint8_t[key_data_length]);
73 material->reset();
H A Dserializable.cpp61 dest->reset();
64 dest->reset(new (std::nothrow) uint8_t[*size]);
78 buffer_.reset(new_buffer);
88 buffer_.reset(new (std::nothrow) uint8_t[size]);
101 buffer_.reset(new (std::nothrow) uint8_t[data_len]);
149 buffer_.reset();
159 buffer_.reset();
H A Drsa_key.cpp28 rsa_key_.reset(EVP_PKEY_get1_RSA(const_cast<EVP_PKEY*>(pkey)));
H A Dhkdf.cpp68 output_.reset(new (std::nothrow) uint8_t[n * kSHA256HashLength]);
96 secret_key_.reset(dup_buffer(output_.get(), key_bytes_to_generate));
H A Dsymmetric_key.cpp119 key_data_.reset(tmp);
134 key_material->reset(new (std::nothrow) uint8_t[*size]);
H A Daes_key.cpp64 key->reset(new (std::nothrow) AesKey(key_material, hw_enforced, sw_enforced, &error));
H A Dasymmetric_key_factory.cpp60 key->reset(asymmetric_key.release());
H A Dhmac_key.cpp57 key->reset(new (std::nothrow) HmacKey(key_material, hw_enforced, sw_enforced, &error));
H A Dopenssl_utils.cpp47 pkey->reset(EVP_PKCS82PKEY(pkcs8.get()));
H A Doperation_table.cpp37 table_.reset(new (std::nothrow) Entry[table_size_]);
H A Dec_keymaster0_key.cpp114 key->reset(new (std::nothrow)
138 material->reset(dup_buffer(blob->key_material, *size));
H A Drsa_keymaster0_key.cpp126 key->reset(new (std::nothrow)
152 material->reset(dup_buffer(blob->key_material, *size));
/system/gatekeeper/
H A Dgatekeeper_messages.cpp58 target->buffer.reset(new uint8_t[target->length]);
138 this->password_handle.buffer.reset(enrolled_password_handle->buffer.release());
140 this->provided_password.buffer.reset(provided_password_payload->buffer.release());
151 password_handle.buffer.reset();
156 provided_password.buffer.reset();
176 password_handle.buffer.reset();
181 provided_password.buffer.reset();
196 this->auth_token.buffer.reset(auth_token->buffer.release());
207 auth_token.buffer.reset();
212 this->auth_token.buffer.reset(auth_toke
[all...]
/system/core/gatekeeperd/tests/
H A Dgatekeeper_test.cpp39 password.buffer.reset(new uint8_t[16]);
71 provided_password.buffer.reset(new uint8_t[16]);
102 provided_password.buffer.reset(new uint8_t[16]);
109 password_handle.buffer.reset(new uint8_t[enroll_response.enrolled_password_handle.length]);
126 provided_password.buffer.reset(new uint8_t[16]);
130 password.buffer.reset(new uint8_t[16]);
138 password.buffer.reset(new uint8_t[16]);
156 provided_password.buffer.reset(new uint8_t[16]);
175 password.buffer.reset(new uint8_t[16]);
183 password.buffer.reset(ne
[all...]
/system/core/include/utils/
H A DStopWatch.h41 void reset();
H A DSharedBuffer.h76 SharedBuffer* reset(size_t size) const;
/system/core/libutils/
H A DStopWatch.cpp41 reset();
80 void StopWatch::reset() function in class:android::StopWatch
/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper_messages.h50 buffer.reset(new uint8_t[length]);
52 buffer.reset();
63 buffer.reset(buf);
/system/core/gatekeeperd/
H A DSoftGateKeeperDevice.h34 impl_.reset(new SoftGateKeeper());
/system/media/audio_utils/include/audio_utils/
H A Dresampler.h64 * reset resampler state
66 void (*reset)(struct resampler_itfe *resampler); member in struct:resampler_itfe
/system/media/audio_utils/spdif/
H A DSPDIFEncoder.cpp107 reset();
163 void SPDIFEncoder::reset() function in class:android::SPDIFEncoder
165 ALOGV("SPDIFEncoder: reset()");
185 reset();
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSharedBuffer.h80 SharedBuffer* reset(size_t size) const;
/system/media/audio_utils/include/audio_utils/spdif/
H A DSPDIFEncoder.h82 void reset();
/system/core/base/
H A Dlogging_test.cpp41 reset();
55 void reset() { function in class:CapturedStderr

Completed in 946 milliseconds

123