Home
last modified time | relevance | path

Searched refs:CMS_VERSION (Results 1 – 2 of 2) sorted by relevance

/dports/security/botan110/Botan-1.10.17/src/cms/
H A Dcms_ealg.cpp306 const size_t CMS_VERSION = (type != "CMS.DataContent") ? 3 : SI_VERSION; in sign() local
311 .encode(CMS_VERSION) in sign()
/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dsign_cms.c24 #define CMS_VERSION 1 macro
145 writeSequence( stream, sizeofShortInteger( CMS_VERSION ) + \
150 writeShortInteger( stream, CMS_VERSION, DEFAULT_TAG );