Home
last modified time | relevance | path

Searched refs:PGP_VERSION_2 (Results 1 – 9 of 9) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dpgp.h119 PGP_VERSION_OPENPGP : PGP_VERSION_2 )
127 #define PGP_VERSION_2 2 /* Version number byte for PGP 2.0 */ macro
/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dkeyex_rw.c852 if( value != PGP_VERSION_2 && value != 3 ) in readPgpKeytrans()
854 queryInfo->version = ( value == PGP_VERSION_2 ) ? \ in readPgpKeytrans()
855 PGP_VERSION_2 : PGP_VERSION_OPENPGP; in readPgpKeytrans()
H A Dsign_int.c438 compareType = ( queryInfo.version == PGP_VERSION_2 ) ? \ in checkSignature()
H A Dkeyex_int.c444 compareType = ( queryInfo.version == PGP_VERSION_2 ) ? \ in importPublicKey()
H A Dsign_rw.c795 if( value != PGP_VERSION_2 && value != PGP_VERSION_3 && \ in readPgpSignature()
800 PGP_VERSION_OPENPGP : PGP_VERSION_2; in readPgpSignature()
/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Dpgp_env.c169 if( ( version != PGP_VERSION_2 && version != PGP_VERSION_OPENPGP ) || \ in copyToEnvelopeAlt()
189 version < PGP_VERSION_2 || version > PGP_VERSION_OPENPGP ) in copyToEnvelopeAlt()
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dkey_rdpub.c802 if( version != PGP_VERSION_2 && version != PGP_VERSION_3 && \ in readPgpHeader()
823 if( version == PGP_VERSION_2 || version == PGP_VERSION_3 ) in readPgpHeader()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpgp_rd.c777 if( value != PGP_VERSION_2 && value != PGP_VERSION_3 && \ in readKey()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptkey.c279 if( value != PGP_VERSION_2 && value != PGP_VERSION_3 && \ in getKeysetType()