Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/rpc/
Dkey_prot.h48 #define HEXKEYBYTES 48 macro
69 typedef char keybuf[HEXKEYBYTES];
/glibc-2.36/sunrpc/
Dkey_prot.c47 if (!xdr_opaque (xdrs, objp, HEXKEYBYTES)) in libc_hidden_nolink_sunrpc()
Dkey_call.c105 memset (kres.key_netstres_u.knet.st_priv_key, 0, HEXKEYBYTES); in libc_hidden_nolink_sunrpc()
/glibc-2.36/nis/
Dnis_callback.c55 char pkey[HEXKEYBYTES + 1]; in __libc_lock_define_initialized()