Home | History | Annotate | Download | only in keystore

Lines Matching defs:match

340  * that Base64 cannot be used here due to the need of prefix match on keys. */
1207 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type);
1284 char *match = (char*) malloc(extra + 1);
1285 if (match != NULL) {
1286 decode_key(match, p, plen);
1287 matches->push(android::String16(match, extra));
1288 free(match);
1290 ALOGW("could not allocate match of size %zd", extra);