Searched defs:get (Results 1 - 3 of 3) sorted by last modified time

/system/security/keystore/
H A Dkeystore.cpp502 // we read the raw blob to just to get the salt to generate
592 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type) { function in class:KeyStore
811 if (b.get() == NULL) {
816 Unique_EVP_PKEY pkey(PEM_read_bio_PrivateKey(b.get(), NULL, NULL, NULL));
817 if (pkey.get() == NULL) {
822 Unique_PKCS8_PRIV_KEY_INFO pkcs8(EVP_PKEY2PKCS8(pkey.get()));
823 int len = i2d_PKCS8_PRIV_KEY_INFO(pkcs8.get(), NULL);
832 if (i2d_PKCS8_PRIV_KEY_INFO(pkcs8.get(), &tmp) != len) {
842 return get(filename, blob, TYPE_KEY_PAIR);
900 ResponseCode responseCode = keyStore->get(filenam
939 static ResponseCode get(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*, Value*) { function
[all...]
H A Dkeystore_client.cpp74 uint8_t* data = reply->get();
109 uint8_t* Keystore_Reply::get() { function in class:Keystore_Reply
/system/core/libpixelflinger/tinyutils/
H A Dsmartpointer.h67 inline T* get() const { return m_ptr; } function in class:android::sp

Completed in 51 milliseconds