Home
last modified time | relevance | path

Searched refs:ppk (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dssh31 !:ext ppk
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Devp_test.c73 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 Dtable.c789 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 Devp_test.c84 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()