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

/system/security/keystore/
H A Dkeystore.cpp1823 sp<KeystoreArg> pubExpBlob = args->itemAt(0); local
1824 if (pubExpBlob != NULL) {
1826 BN_bin2bn(reinterpret_cast<const unsigned char*>(pubExpBlob->data()),
1827 pubExpBlob->size(), NULL));

Completed in 64 milliseconds