Searched refs:ppk (Results 1 – 3 of 3) sorted by relevance
76 !:ext ppk
774 kern_find(naddr dst, naddr mask, struct khash ***ppk) in kern_find() argument782 if (ppk != NULL) in kern_find()783 *ppk = pk; in kern_find()
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() 3625 if (ppk != NULL) in find_key() 3626 *ppk = lst->key; in find_key() 3618 find_key(EVP_PKEY ** ppk,const char * name,KEY_LIST * lst) find_key() argument