Searched defs:getValue (Results 1 - 3 of 3) sorted by path

/system/extras/tests/bionic/libc/bionic/
H A Dlib_static_init.cpp11 int Foo::getValue() function in class:Foo
/system/extras/tests/bionic/libc/common/
H A Dtest_static_cpp_mutex.cpp38 virtual int getValue();
59 int Foo::getValue() function in class:Foo
68 printf( "f.getValue() returned: %d\n", f.getValue() );
/system/security/keystore/
H A Dkeystore.cpp317 const uint8_t* getValue() const { function in class:Blob
534 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES);
810 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength()));
948 send_message(sock, keyBlob.getValue(), keyBlob.getLength());
1136 int rc = device->get_keypair_public(device, keyBlob.getValue(), keyBlob.getLength(), &data,
1167 if (device->delete_keypair(device, keyBlob.getValue(), keyBlob.getLength())) {
1209 rc = device->sign_data(device, &params, keyBlob.getValue(), keyBlob.getLength(),
1244 rc = device->verify_data(device, &params, keyBlob.getValue(), keyBlob.getLength(),

Completed in 68 milliseconds