Home
last modified time | relevance | path

Searched refs:ENC_BASE64 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DCryptoAlg.c81 if (alg != ENC_BASE32 && alg != ENC_BASE64) in EncAlgInit()
H A DDNSCommon.c517 rr->rdlength - (len + RRSIG_FIXED_SIZE), ENC_BASE64); in GetRRDisplayString_rdb()
525 rr->rdlength - DNSKEY_FIXED_SIZE, ENC_BASE64); in GetRRDisplayString_rdb()
H A DmDNSEmbeddedAPI.h803 #define ENC_BASE64 2 macro