Home
last modified time | relevance | path

Searched refs:PGP_PACKET_PUBKEY (Results 1 – 4 of 4) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpgp_rd.c131 type != PGP_PACKET_PUBKEY && type != PGP_PACKET_SECKEY_SUB && \ in scanPacketGroup()
144 if( type != PGP_PACKET_PUBKEY && type != PGP_PACKET_SECKEY ) in scanPacketGroup()
151 if( type == PGP_PACKET_PUBKEY || type == PGP_PACKET_SECKEY ) in scanPacketGroup()
694 case PGP_PACKET_PUBKEY: in readKey()
H A Dpgp_wr.c592 status = pgpWritePacketHeader( &stream, PGP_PACKET_PUBKEY, in pgpWritePubkey()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dpgp.h29 PGP_PACKET_PUBKEY, /* Public key */ enumerator
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptkey.c253 if( value == PGP_PACKET_PUBKEY || value == PGP_PACKET_SECKEY ) in getKeysetType()
258 type = ( value == PGP_PACKET_PUBKEY ) ? \ in getKeysetType()