Home
last modified time | relevance | path

Searched refs:PGP_VERSION_OPENPGP (Results 1 – 10 of 10) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dpgp.h119 PGP_VERSION_OPENPGP : PGP_VERSION_2 )
129 #define PGP_VERSION_OPENPGP 4 /* Version number for OpenPGP */ macro
/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dsign_rw.c606 queryInfo->version = PGP_VERSION_OPENPGP; in readPgpOnepassSigPacket()
796 value != PGP_VERSION_OPENPGP ) in readPgpSignature()
799 queryInfo->version = ( value == PGP_VERSION_OPENPGP ) ? \ in readPgpSignature()
800 PGP_VERSION_OPENPGP : PGP_VERSION_2; in readPgpSignature()
803 if( value != PGP_VERSION_OPENPGP ) in readPgpSignature()
H A Dkeyex_rw.c525 if( sgetc( stream ) != PGP_VERSION_OPENPGP ) in readPgpKek()
527 queryInfo->version = PGP_VERSION_OPENPGP; in readPgpKek()
615 sputc( stream, PGP_VERSION_OPENPGP ); in writePgpKek()
855 PGP_VERSION_2 : PGP_VERSION_OPENPGP; in readPgpKeytrans()
H A Dsign_pgp.c139 sputc( &stream, PGP_VERSION_OPENPGP );
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpgp_rd.c778 value != PGP_VERSION_OPENPGP ) in readKey()
783 pgpInfo->isOpenPGP = ( value == PGP_VERSION_OPENPGP ) ? TRUE : FALSE; in readKey()
801 packetHeader[ 3 ] = PGP_VERSION_OPENPGP; in readKey()
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dpgp_rw.c183 if( pgpGetPacketVersion( ctb ) == PGP_VERSION_OPENPGP ) in pgpReadLength()
/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.c797 if( version != PGP_VERSION_OPENPGP ) in readPgpHeader()
803 version != PGP_VERSION_OPENPGP ) in readPgpHeader()
H A Dkey_wr.c546 sputc( stream, PGP_VERSION_OPENPGP ); in writePgpKeyHeader()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptkey.c280 value != PGP_VERSION_OPENPGP ) in getKeysetType()