Home
last modified time | relevance | path

Searched refs:PGP_ALGO_NONE (Results 1 – 3 of 3) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dpgp_misc.c78 { PGP_ALGO_NONE, 0, CRYPT_ALGO_NONE },
79 { PGP_ALGO_NONE, 0, CRYPT_ALGO_NONE }
83 int pgpToCryptlibAlgo( IN_RANGE( PGP_ALGO_NONE, 0xFF ) const int pgpAlgo,
107 pgpAlgoMap[ i ].pgpAlgo != PGP_ALGO_NONE && \
111 if( pgpAlgoMap[ i ].cryptlibAlgo == PGP_ALGO_NONE )
122 OUT_RANGE( PGP_ALGO_NONE, PGP_ALGO_LAST ) \ in cryptlibToPgpAlgo()
133 *pgpAlgo = PGP_ALGO_NONE; in cryptlibToPgpAlgo()
H A Dpgp.h145 #define PGP_ALGO_NONE 0 /* No CKE algorithm */ macro
252 int pgpToCryptlibAlgo( IN_RANGE( PGP_ALGO_NONE, 0xFF ) const int pgpAlgo,
259 OUT_RANGE( PGP_ALGO_NONE, PGP_ALGO_LAST ) \
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpgp_wr.c344 sputs( &stream, PGP_ALGO_NONE ); in createSignedAttributes()