Lines Matching defs:pkey
611 * both, of skey or pkey may have zero length. If both lengths are
615 * Stores the specified netname/pkey/skey triplet in the keyserv.
625 const char *pkey,
646 arg.st_pub_key.keybuf3_val = (char *)pkey;
698 const char *pkey, keylen_t pkeylen, algtype_t algtype)
700 return (key_setnet_g_ext(netname, skey, skeylen, pkey, pkeylen,
709 const char *pkey, keylen_t pkeylen, algtype_t algtype)
711 return (key_setnet_g_ext(netname, skey, skeylen, pkey, pkeylen,
716 key_get_conv(char *pkey, des_block *deskey)
720 if (!key_call((rpcproc_t)KEY_GET_CONV, xdr_keybuf, pkey,
733 const char *pkey,
744 return (key_get_conv((char *)pkey, deskey));
746 arg.pub_key.keybuf3_val = (char *)pkey;