HomeSort by: relevance | last modified time | path
    Searched defs:pk2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libfido2/dist/regress/
assert.c 586 rs256_pk_t *pk1, *pk2; local
590 pk2 = alloc_rs256_pk();
594 assert(rs256_pk_from_EVP_PKEY(pk2, pkey) == FIDO_OK);
595 assert(memcmp(pk1, pk2, sizeof(*pk1)) == 0);
598 free_rs256_pk(pk2);
606 es256_pk_t *pk1, *pk2; local
610 pk2 = alloc_es256_pk();
614 assert(es256_pk_from_EVP_PKEY(pk2, pkey) == FIDO_OK);
615 assert(memcmp(pk1, pk2, sizeof(*pk1)) == 0);
618 free_es256_pk(pk2);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
diagnostic-manager.cc 1278 const dedupe_key *pk2 = *(const dedupe_key * const *)p2; local
1281 location_t loc2 = pk2->get_location ();
1286 - (int)pk2->m_sd.get_epath_length ()))
1289 pk2->m_sd.m_d->get_kind ()))
store.cc 171 const binding_key * const *pk2 = (const binding_key * const *)p2; local
172 return cmp (*pk1, *pk2);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
diagnostic-manager.cc 1102 const dedupe_key *pk2 = *(const dedupe_key * const *)p2; local
1105 location_t loc2 = pk2->get_location ();
1110 - (int)pk2->m_sd.get_epath_length ()))
1113 pk2->m_sd.m_d->get_kind ()))
store.cc 171 const binding_key * const *pk2 = (const binding_key * const *)p2; local
172 return cmp (*pk1, *pk2);

Completed in 33 milliseconds