Searched defs:new_pkey (Results 1 – 3 of 3) sorted by relevance
568 int new_pkey = alloc_pkey(); in alloc_random_pkey() local993 int new_pkey = alloc_pkey(); in test_pkey_alloc_free_attach_pkey0() local1221 int new_pkey; in test_pkey_alloc_exhaust() local1327 int new_pkey = alloc_pkey(); in test_pkey_init_state() local
54 fn new_pkey() -> Result<NonNull<EVP_PKEY>> { in new_pkey() function
151 let new_pkey = unsafe { PKeyRef::from_ptr(pkey.as_ptr()) }; in pkey() localVariable