Searched refs:ppk (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | ssh | 31 !:ext ppk
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | evp_test.c | 73 static int find_key(EVP_PKEY **ppk, const char *name, KEY_LIST *lst); 2455 static int find_key(EVP_PKEY **ppk, const char *name, KEY_LIST *lst) in find_key() argument 2459 if (ppk != NULL) in find_key() 2460 *ppk = lst->key; in find_key()
|
| /netbsd-src/sbin/routed/ |
| H A D | table.c | 789 kern_find(naddr dst, naddr mask, struct khash ***ppk) in kern_find() argument 797 if (ppk != 0) in kern_find() 798 *ppk = pk; in kern_find()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | evp_test.c | 84 static int find_key(EVP_PKEY **ppk, const char *name, KEY_LIST *lst); 3621 static int find_key(EVP_PKEY **ppk, const char *name, KEY_LIST *lst) in find_key() argument 3625 if (ppk != NULL) in find_key() 3626 *ppk = lst->key; in find_key()
|