Home
last modified time | relevance | path

Searched refs:ENC_BASE32 (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 DmDNSEmbeddedAPI.h802 #define ENC_BASE32 1 macro
H A DDNSCommon.c487 length += baseEncode(buffer + length, RemSpc, p, hashLength, ENC_BASE32); in GetRRDisplayString_rdb()