Home | History | Annotate | Download | only in keystore

Lines Matching full:parg

1761                 sp<KeystoreArg> pArg = args->itemAt(1);
1764 if (gArg != NULL && pArg != NULL && qArg != NULL) {
1768 dsa_params.prime_p = reinterpret_cast<const uint8_t*>(pArg->data());
1769 dsa_params.prime_p_len = pArg->size();