Searched refs:km1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | keymgmt_internal_test.c | 149 EVP_KEYMGMT *km = NULL, *km1 = NULL, *km2 = NULL, *km3 = NULL; in test_pass_rsa() local 221 if (!TEST_ptr(km1 = EVP_KEYMGMT_fetch(fixture->ctx1, "RSA", NULL)) in test_pass_rsa() 224 || !TEST_ptr_ne(km1, km2)) in test_pass_rsa() 236 if (!TEST_ptr(provkey = evp_pkey_export_to_provider(pk, NULL, &km1, in test_pass_rsa() 278 EVP_KEYMGMT_free(km1); in test_pass_rsa()
|
/freebsd/usr.sbin/kbdmap/ |
H A D | kbdmap.c | 455 const struct keymap *km1 = *((const struct keymap * const *) a); in compare_keymap() local 458 return strcmp(km1->desc, km2->desc); in compare_keymap()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 2148 int km1, kp1, kp2; in safe_z_ring() local 2165 km1 = canonicalize(k - 1, t->z_sz); in safe_z_ring() 2169 if (!!t->sw[i][j][km1] + in safe_z_ring() 2174 if (t->sw[i][j][kp2] && t->sw[i][j][km1]) in safe_z_ring() 2177 t->sw[i][j][km1]) in safe_z_ring() 2180 if (t->sw[i][j][km1] && t->sw[i][j][k]) in safe_z_ring() 2182 t->sw[i][j][km1], in safe_z_ring() 2389 int km1 = canonicalize(k - 1, t->z_sz); in handle_case_0x530() local 2396 t->sw[i][j][km1]))) { in handle_case_0x530() 2405 t->sw[ip1][j][km1]))) { in handle_case_0x530() [all …]
|